Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ tide:
- repos:
- openshift/image-registry
- openshift/online-hibernation
- openshift/online-console-extensions
- openshift/jenkins
- openshift/online-console-extensions
- openshift/origin
- openshift/jenkins-plugin
- openshift/jenkins-sync-plugin
- openshift/jenkins-client-plugin
Expand All @@ -84,15 +85,6 @@ tide:
- needs-ok-to-test
- do-not-merge/work-in-progress
- do-not-merge/hold
- repos:
- openshift/origin
Copy link
Contributor

Choose a reason for hiding this comment

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

Please revert this change, we keep origin separate from the rest of the queries to make merge gating on rebases easier.

Copy link
Member Author

Choose a reason for hiding this comment

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

Please revert this change, we keep origin separate from the rest of the queries to make merge gating on rebases easier.

So something like #707's pulling out openshift/online-registration? Is there a rule of thumb to decide whether a given repo should get its own section or not? I'm not clear on why openshift/origin would need a separate section while the rest of the repositories in the previous section do not.

Copy link
Contributor

Choose a reason for hiding this comment

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

When @openshift/sig-master want to land a kubernetes rebase in openshift/origin#master, we need to block merges on that branch and at the same time we don't want to be blocking merges elsewhere, hence origin has its own query.

labels:
- lgtm
- approved
missingLabels:
- needs-ok-to-test
- do-not-merge/work-in-progress
- do-not-merge/hold
- repos:
- openshift/online-registration
- openshift/enterprise-images
Expand Down