[Git][ghc/ghc][wip/windows-fixes] gitlab-ci: Drop Windows make job

Ben Gamari gitlab at gitlab.haskell.org
Mon Aug 24 20:28:14 UTC 2020



Ben Gamari pushed to branch wip/windows-fixes at Glasgow Haskell Compiler / GHC


Commits:
ff0d5a17 by Ben Gamari at 2020-08-24T16:28:08-04:00
gitlab-ci: Drop Windows make job

These are a significant burden on our CI resources and end up failing
quite often due to #18274. Here I drop the make jobs during
validaion; it is now run only during the nightly builds.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -866,9 +866,6 @@ validate-x86_64-windows-hadrian:
   cache:
     key: "x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
 
-validate-x86_64-windows:
-  extends: .build-x86_64-windows-make
-
 nightly-x86_64-windows:
   <<: *nightly
   extends: .build-x86_64-windows-make
@@ -879,13 +876,13 @@ nightly-x86_64-windows:
 # Normal Windows validate builds are profiled; that won't do for releases.
 release-x86_64-windows:
   <<: *release
-  extends: validate-x86_64-windows
+  extends: .build-x86_64-windows-make
   variables:
     BUILD_FLAVOUR: "perf"
     #
 release-x86_64-windows-integer-simple:
   <<: *release
-  extends: validate-x86_64-windows
+  extends: .build-x86_64-windows-make
   variables:
     BIGNUM_BACKEND: native
     BUILD_FLAVOUR: "perf"



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff0d5a17c4b2c86ce0ab90fce8a92ab8d16cf9e5
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/20200824/0124ba32/attachment.html>


More information about the ghc-commits mailing list