Skip to content
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

apply the "CI tasks" check to all repos #3997

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Oct 31, 2024

It should be safe to apply the "CI tasks" to all repos.

In repos that are not yet configured to use MQ, it will simply appear as an extra check on every PR that completes together with "ci.yaml validation", which shouldn't be disruptive.

Repos that are configured to use MQ will have this check configured as required, and this code will simply complete it as normal both in the PR and in the merge queue.

@jtmcdole
Copy link
Contributor

I think there's some failing tests that make assumptions that no other tasks are scheduled?

@yjbanov
Copy link
Contributor Author

yjbanov commented Oct 31, 2024

Yes, I need to update tests for non-flaux repos that currently do not expect to see this check.

Comment on lines +432 to +435
/// A merge group must pass all the checks in order to land on the target
/// branch.
///
/// Compare with the usage of this lock in [triggerPresubmitTargets].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: double slash vs tripple slash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants