chore(ci): migrate amd64 runners to gha-lfdt-lineth-ss scale sets#3280
Merged
Conversation
Signed-off-by: Eloi Manuel <eloi.manuel@consensys.net>
0fce57a to
4baf998
Compare
julien-marchand
previously approved these changes
Jun 5, 2026
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
go-corset moved to github.com/LFDT-Lineth/zkc. Install the matching module path per ref (new path first, old path fallback) so refs on either side of the rename resolve. Signed-off-by: Eloi Manuel <eloi.manuel@consensys.net>
744580c to
58dde95
Compare
GetRepoRootPath matched the literal "linea-monorepo" in the working dir path, breaking after the rename to lineth-monorepo. Walk up to the .git marker instead, so it is independent of the checkout dir name. Signed-off-by: Eloi Manuel <eloi.manuel@consensys.net>
julien-marchand
approved these changes
Jun 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames all amd64 self-hosted runners from
gha-runner-scale-set-ubuntu-24-amd64-*togha-lfdt-lineth-ss-ubuntu-24-amd64-*across the workflows.runs-on:values updated.prover-native-lib-blob-compressor-release.ymlis left unchanged (no arm64 variant in the new naming).Also fixes the zkc native keccak benchmark: go-corset moved to
github.com/LFDT-Lineth/zkc. The remotego installnow tries the new module path first and falls back to the old one, so refs on either side of the rename (base=main vs. pinned pre-rename opt commit) resolve.Also fixes prover compressor tests after the
linea-monorepo→lineth-monorepodirectory rename:GetRepoRootPathmatched the hardcodedlinea-monorepostring in the working-dir path ("could not find repo root"). It now walks up to the.gitmarker, independent of the checkout dir name.