[Git][ghc/ghc][master] ci: Move wasm pipelines into nightly rather than master

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Fri Dec 23 09:15:37 UTC 2022



Matthew Pickering pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
16a1bcd1 by Matthew Pickering at 2022-12-23T09:15:24+00:00
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.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/16a1bcd1d72c7a4567671f6a7f610df3fc477519

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/16a1bcd1d72c7a4567671f6a7f610df3fc477519
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221223/8676094b/attachment-0001.html>


More information about the ghc-commits mailing list