diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-12-23 09:09:18 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-12-23 09:15:24 +0000 |
commit | 16a1bcd1d72c7a4567671f6a7f610df3fc477519 (patch) | |
tree | 72be61fe266b014e50a4e9f4fb3ef4ca62097dc6 /.gitlab-ci.yml | |
parent | 14b2e3d3dda104c62c5abafd3353dd0315de71ad (diff) | |
download | haskell-16a1bcd1d72c7a4567671f6a7f610df3fc477519.tar.gz |
ci: Move wasm pipelines into nightly rather than master
See #22664 for the changes which need to be made to bring one of these
back to the validate pipeline.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 400d00840c..b88d86fc55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -911,7 +911,8 @@ pages: .x86_64-linux-ubuntu20_04-cross_wasm32-wasi-release: stage: full-build rules: - - when: always + # See #22664 to see what needs to be done to bring this up to the validate pipeline standards. + - if: $NIGHTLY tags: - x86_64-linux image: registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu20_04:$DOCKER_REV @@ -953,7 +954,7 @@ pages: - cat ci-timings artifacts: - expire_in: 1 year + expire_in: 8 weeks paths: - ghc-x86_64-linux-ubuntu20_04-cross_wasm32-wasi-int_$BIGNUM_BACKEND-release.tar.xz when: always |