summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-23 09:09:18 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-12-23 09:10:56 +0000
commitd479b5d67ad58085c6644ea5003c1df631b718b2 (patch)
treee6d913c3853904001bc5e84ff3d03cb81b992fbe
parent93ee7e9004c6acf01bf850a9be65c6cfe482e6f0 (diff)
downloadhaskell-wip/scale-back-wasm.tar.gz
ci: Move wasm pipelines into nightly rather than masterwip/scale-back-wasm
See #22664 for the changes which need to be made to bring one of these back to the validate pipeline.
-rw-r--r--.gitlab-ci.yml5
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