From d479b5d67ad58085c6644ea5003c1df631b718b2 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 23 Dec 2022 09:09:18 +0000 Subject: 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. --- .gitlab-ci.yml | 5 +++-- 1 file 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 -- cgit v1.2.1