-
Notifications
You must be signed in to change notification settings - Fork 657
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
Separate contrib jobs per instrumentation #3507
Conversation
@trask test cases seem to be running now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will number of jobs create any problem?
It is a large number of jobs, but they seem to be running fine. For some reason 60 jobs are stuck in "Expected — Waiting for status to be reported" status even when these jobs are no longer defined in the workflow file. |
it looks like these are "Required" status checks, you'll probably need to update the branch protections (we've found this strategy useful in the Java repos: https://github.com/trask/repository-practices/blob/main/docs/general-github-actions-practices.md#have-a-single-required-status-check-for-pull-requests) |
Ah, that's right fixing..., thanks @trask ! |
Reopening after #3500 with a fix in the yaml file.