ci: update testnode action ref after repo rename to arbitrum-litro - #647
Open
douglance wants to merge 3 commits into
Open
ci: update testnode action ref after repo rename to arbitrum-litro#647douglance wants to merge 3 commits into
douglance wants to merge 3 commits into
Conversation
OffchainLabs/arbitrum-testnode was renamed to OffchainLabs/arbitrum-litro. GitHub Actions does not follow repo renames when resolving 'uses:' references, so jobs using this action fail at setup with "Unable to resolve action. Repository not found". The pinned tag exists on the renamed repo; only the action reference needs updating.
Bump to the latest arbitrum-litro release, confirmed compatible by the litro team. Matching GHCR image variants exist for v0.2.9.
Contributor
Author
|
Also bumped to v0.2.9 per litro-team compatibility confirmation: action ref and |
The v0.2.9-v0.2.11 testnode images are missing the anvil state (fixed in litro PR #30 / v0.2.12 images), and the v0.2.12 snapshot regenerated chain state, so deployed test-token addresses and funded accounts no longer match the constants these tests use. Pin the previously green versions; bumping to a current release needs a coordinated snapshot migration.
Contributor
Author
|
Reverted the v0.2.9/v0.2.12 bump back to the last known-good pin (proven green earlier today). Two findings from the attempt:
This PR is back to exactly the rename fix, which is all it needs to be. |
Contributor
Author
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.
Summary
One-line workflow fix:
OffchainLabs/arbitrum-testnodewas renamed toOffchainLabs/arbitrum-litroon 2026-07-22 (~16:00 UTC). GitHub Actions does not follow repo renames when resolvinguses:references, so the testnode job now fails at Set up job withUnable to resolve action. Repository not found: OffchainLabs/arbitrum-testnode.Verified the pinned
v0.2.4tag exists onarbitrum-litro. Theimage-repository: ghcr.io/offchainlabs/arbitrum-testnode-ciinput is untouched — GHCR package names are not affected by the repo rename.Same fix as OffchainLabs/arbitrum-indexer#99, where E2E is confirmed green after the change.