Make setup linux action be more friendly with gcp linux runners#96289
Make setup linux action be more friendly with gcp linux runners#96289weiwangmeta wants to merge 11 commits intomasterfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96289
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit cd43128: BROKEN TRUNK - The following jobs failed but were present on the merge base 3ce1e15:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
LGTM! There are only some minor lint complains. You could also consider updating log classifier rule set https://github.com/pytorch/test-infra/blob/main/aws/lambda/log-classifier/ruleset.toml to string match the error line to show on HUD.
In this case, the curl error showed up first because it's the first rule that mached.
|
@pytorchbot merge -f "failure is not due to this PR" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes issues like the following: https://github.com/pytorch/pytorch/actions/runs/4362155257/jobs/7627059487 has a more serious core dump failure but the log of curl failures (GCP linux trying to get EC2 specific metadata like EC2 AMI-ID, Instance ID, and Instance Type) confused the HUD. <img width="848" alt="image" src="https://user-images.githubusercontent.com/109318740/223670567-330521ba-050a-41c3-9efb-fae6ea3398c0.png"> This PR gets rid of those curl failures. This may have contributed to the impression of "flaky GCP" in #95416 Pull Request resolved: pytorch/pytorch#96289 Approved by: https://github.com/huydhn, https://github.com/yanboliang
Fixes issues like the following: https://github.com/pytorch/pytorch/actions/runs/4362155257/jobs/7627059487 has a more serious core dump failure but the log of curl failures (GCP linux trying to get EC2 specific metadata like EC2 AMI-ID, Instance ID, and Instance Type) confused the HUD. <img width="848" alt="image" src="https://user-images.githubusercontent.com/109318740/223670567-330521ba-050a-41c3-9efb-fae6ea3398c0.png"> This PR gets rid of those curl failures. This may have contributed to the impression of "flaky GCP" in #95416 Pull Request resolved: pytorch/pytorch#96289 Approved by: https://github.com/huydhn, https://github.com/yanboliang
…rch#96289) Fixes issues like the following: https://github.com/pytorch/pytorch/actions/runs/4362155257/jobs/7627059487 has a more serious core dump failure but the log of curl failures (GCP linux trying to get EC2 specific metadata like EC2 AMI-ID, Instance ID, and Instance Type) confused the HUD. <img width="848" alt="image" src="https://user-images.githubusercontent.com/109318740/223670567-330521ba-050a-41c3-9efb-fae6ea3398c0.png"> This PR gets rid of those curl failures. This may have contributed to the impression of "flaky GCP" in pytorch#95416 Pull Request resolved: pytorch#96289 Approved by: https://github.com/huydhn, https://github.com/yanboliang
Fixes issues like the following:

https://github.com/pytorch/pytorch/actions/runs/4362155257/jobs/7627059487 has a more serious core dump failure but the log of curl failures (GCP linux trying to get EC2 specific metadata like EC2 AMI-ID, Instance ID, and Instance Type) confused the HUD.
This PR gets rid of those curl failures.
This may have contributed to the impression of "flaky GCP" in #95416
cc @desertfire who first made the request to remove such annoying curl failures.