-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Test test-secrets-no-filter-var and test-secrets-filter-var keeps failing on PR #5899
Comments
Note that these tests seem to consistently fail when the base image is changed, but other PRs that include the new change were green afterwards. https://github.com/pytorch/test-infra/actions/workflows/test_linux_job.yml Failing example: A passing example that included the above PR: |
The secret is only available on test-infra. When you create a PR from your fork, there is no such secret and these tests will fail (expectedly). I think you could:
|
Closing as this is expected behavior, secrets are not available to the forked PR according to doc:
|
Reopening this: We shouldn't be leaving workflows that are expected to fail without giving the users any hints. Instead we should skip these jobs when in a forked PR so that devs get a reliable signal. |
I noticed that these two jobs are keeps failing on test-infra PR.
Failure:
Workflow:
https://github.com/pytorch/test-infra/actions/runs/11799135230/job/32866938776?pr=5898
The text was updated successfully, but these errors were encountered: