From ab1e0e9e01a4c9ea7c5ab0aaec47e8c8027f5cdd Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 4 Dec 2020 09:10:38 +0000 Subject: Disable tests --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca68909926..2cfe7830ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,7 +200,6 @@ lint-release-changelogs: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_hadrian - - .gitlab/ci.sh test_hadrian cache: key: hadrian paths: @@ -361,7 +360,6 @@ lint-base: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_make - - .gitlab/ci.sh test_make dependencies: [] artifacts: reports: @@ -501,7 +499,6 @@ validate-x86_64-darwin: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_hadrian - - .gitlab/ci.sh test_hadrian after_script: - cp -Rf $HOME/.cabal cabal-cache - .gitlab/ci.sh clean @@ -973,7 +970,6 @@ release-x86_64-linux-fedora27-dwarf: script: - bash .gitlab/ci.sh configure - bash .gitlab/ci.sh build_hadrian - - bash .gitlab/ci.sh test_hadrian tags: - new-x86_64-windows - test @@ -1007,7 +1003,6 @@ validate-x86_64-windows-hadrian: script: - bash .gitlab/ci.sh configure - bash .gitlab/ci.sh build_make - - bash .gitlab/ci.sh test_make tags: - new-x86_64-windows - test -- cgit v1.2.1