Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: ff3f0d09 by Ben Gamari at 2025-11-29T18:34:28-05:00 gitlab-ci: Run ghcup-metadata jobs on OpenCape runners This significantly reduces our egress traffic and makes the jobs significantly faster. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1184,6 +1184,10 @@ project-version: image: nixos/nix:2.25.2 dependencies: null tags: + # N.B. we use the OpenCape runners here since this job involves a significant + # amount of artifact fetching. This is much more efficient on these runners + # as they are near the GitLab box. + - opencape - x86_64-linux variables: BUILD_FLAVOUR: default View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff3f0d09bce1c261638b572af2bac1d8... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff3f0d09bce1c261638b572af2bac1d8... You're receiving this email because of your account on gitlab.haskell.org.