Cheng Shao pushed to branch wip/fix-bagger at Glasgow Haskell Compiler / GHC Commits: 4986bc4c by Cheng Shao at 2025-12-20T08:08:45+01:00 WIP - - - - - 2 changed files: - .gitlab-ci.yml - .gitlab/test-metrics.sh Changes: ===================================== .gitlab-ci.yml ===================================== @@ -247,8 +247,13 @@ 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 + - sudo chown ghc:ghc -R . + - .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/4986bc4ca88d1a981564079e5c5521f7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4986bc4ca88d1a981564079e5c5521f7... You're receiving this email because of your account on gitlab.haskell.org.