From 13503451dc7661ca392e758396449d17ce196283 Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin.duggal@gmail.com> Date: Tue, 9 Jan 2024 15:36:15 +0530 Subject: [PATCH] release-ci: remove release-x86_64-linux-deb11-release+boot_nonmoving_gc job There is no reason to have this release build or distribute this variation. This configuration is for testing purposes only. --- .gitlab/generate-ci/gen_ci.hs | 2 +- .gitlab/jobs.yaml | 64 ----------------------------------- 2 files changed, 1 insertion(+), 65 deletions(-) diff --git a/.gitlab/generate-ci/gen_ci.hs b/.gitlab/generate-ci/gen_ci.hs index 85bfb85d5f33..d146bacb4052 100644 --- a/.gitlab/generate-ci/gen_ci.hs +++ b/.gitlab/generate-ci/gen_ci.hs @@ -1020,7 +1020,7 @@ job_groups = make_wasm_jobs wasm_build_config {bignumBackend = Native} , modifyValidateJobs manual $ make_wasm_jobs wasm_build_config {unregisterised = True} - , onlyRule NonmovingGc (standardBuildsWithConfig Amd64 (Linux Debian11) vanilla {validateNonmovingGc = True}) + , onlyRule NonmovingGc (validateBuilds Amd64 (Linux Debian11) vanilla {validateNonmovingGc = True}) , onlyRule IpeData (validateBuilds Amd64 (Linux Debian10) zstdIpe) ] diff --git a/.gitlab/jobs.yaml b/.gitlab/jobs.yaml index c3d3057a829a..27c536b2881a 100644 --- a/.gitlab/jobs.yaml +++ b/.gitlab/jobs.yaml @@ -3565,70 +3565,6 @@ "XZ_OPT": "-9" } }, - "release-x86_64-linux-deb11-release+boot_nonmoving_gc": { - "after_script": [ - ".gitlab/ci.sh save_cache", - ".gitlab/ci.sh save_test_output", - ".gitlab/ci.sh clean", - "cat ci_timings" - ], - "allow_failure": false, - "artifacts": { - "expire_in": "1 year", - "paths": [ - "ghc-x86_64-linux-deb11-release+boot_nonmoving_gc.tar.xz", - "junit.xml", - "unexpected-test-output.tar.gz" - ], - "reports": { - "junit": "junit.xml" - }, - "when": "always" - }, - "cache": { - "key": "x86_64-linux-deb11-$CACHE_REV", - "paths": [ - "cabal-cache", - "toolchain" - ] - }, - "dependencies": [], - "image": "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:$DOCKER_REV", - "needs": [ - { - "artifacts": false, - "job": "hadrian-ghc-in-ghci" - } - ], - "rules": [ - { - "if": "(\"true\" == \"true\") && ($RELEASE_JOB == \"yes\") && ($NIGHTLY == null)", - "when": "on_success" - } - ], - "script": [ - "sudo chown ghc:ghc -R .", - ".gitlab/ci.sh setup", - ".gitlab/ci.sh configure", - ".gitlab/ci.sh build_hadrian", - ".gitlab/ci.sh test_hadrian" - ], - "stage": "full-build", - "tags": [ - "x86_64-linux" - ], - "variables": { - "BIGNUM_BACKEND": "gmp", - "BIN_DIST_NAME": "ghc-x86_64-linux-deb11-release+boot_nonmoving_gc", - "BUILD_FLAVOUR": "release+boot_nonmoving_gc", - "CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check", - "HADRIAN_ARGS": "--hash-unit-ids", - "IGNORE_PERF_FAILURES": "all", - "RUNTEST_ARGS": "--way=nonmoving --way=nonmoving_thr --way=nonmoving_thr_sanity", - "TEST_ENV": "x86_64-linux-deb11-release+boot_nonmoving_gc", - "XZ_OPT": "-9" - } - }, "release-x86_64-linux-deb12-release": { "after_script": [ ".gitlab/ci.sh save_cache", -- GitLab