[Git][ghc/ghc][wip/fix-bagger] WIP
Cheng Shao pushed to branch wip/fix-bagger at Glasgow Haskell Compiler / GHC Commits: eb8fac75 by Cheng Shao at 2025-12-20T07:30:16+01:00 WIP - - - - - 2 changed files: - .gitlab-ci.yml - .gitlab/test-metrics.sh Changes: ===================================== .gitlab-ci.yml ===================================== @@ -247,8 +247,12 @@ ghc-linters: lint-linters: image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV" extends: .lint + stage: not-interruptible + tags: + - bagger script: - - mypy testsuite/tests/linters/regex-linters/*.py + - .gitlab/test-metrics.sh pull + - "false" dependencies: [] # Check that .T files all parse by listing broken tests. ===================================== .gitlab/test-metrics.sh ===================================== @@ -24,7 +24,7 @@ function pull() { git remote add perf-notes "$NOTES_ORIGIN" || true git config fetch.recurseSubmodules false git config remote.perf-notes.partialclonefilter tree:0 - run git fetch --force perf-notes "$ref:$ref" + run git fetch --force perf-notes "$ref:$ref" --progress echo "perf notes ref $ref is $(git rev-parse $ref)" } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/eb8fac75c20f2d742086fce853a35b40... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/eb8fac75c20f2d742086fce853a35b40... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Cheng Shao (@TerrorJack)