[NO-JIRA][ci] Use static-IP runner for Build job#4533
Open
Richard-Shen (RichardSyq) wants to merge 1 commit into
Open
[NO-JIRA][ci] Use static-IP runner for Build job#4533Richard-Shen (RichardSyq) wants to merge 1 commit into
Richard-Shen (RichardSyq) wants to merge 1 commit into
Conversation
The nrwl/nx-set-shas action calls the GitHub Actions API to derive affected SHAs. With the org IP allowlist enabled, requests from standard ubuntu-latest runners are rejected (403) because their IPs are not in the allowlist. Switch to ubuntu-24.04-2cores-tools-public which has a static IP already registered in the Skyscanner org IP allowlist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Visit https://backpack.github.io/storybook-prs/4533 to see this build running in a browser. |
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
nrwl/nx-set-shasbeing blocked by the org IP allowlistubuntu-latesttoubuntu-24.04-2cores-tools-public(static IP, already in Skyscanner's allowlist)Context
PR #4525 introduced
nrwl/nx-set-shaswhich calls the GitHub Actions API to find the last successful workflow run. With the Skyscanner org IP allowlist enabled, standardubuntu-latestrunners get a 403:The
ubuntu-24.04-2cores-tools-publicrunner has a static IP registered in the org allowlist (same runner already used byzizmor.ymlin this repo).Test plan
nx affectedcorrectly derives base/head SHAs🤖 Generated with Claude Code