Skip to content

Automate config brancher by auto-config-brancher job at Tue, 21 Apr 2020 11:02:54 UTC - #8447

Merged
openshift-merge-robot merged 1 commit into
openshift:masterfrom
openshift-bot:auto-config-brancher
Apr 21, 2020
Merged

Automate config brancher by auto-config-brancher job at Tue, 21 Apr 2020 11:02:54 UTC#8447
openshift-merge-robot merged 1 commit into
openshift:masterfrom
openshift-bot:auto-config-brancher

Conversation

@openshift-bot

Copy link
Copy Markdown
Contributor

/cc @ghost

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@openshift-bot: GitHub didn't allow me to request PR reviews from the following users: ghost.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @ghost

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-bot openshift-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Apr 21, 2020
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot
openshift-merge-robot merged commit 73b4fb0 into openshift:master Apr 21, 2020
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@openshift-bot: Updated the following 9 configmaps:

  • ci-operator-master-configs configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-master.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master.yaml
  • ci-operator-4.6-configs configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.6.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6.yaml
  • ci-operator-4.6-configs configmap in namespace ci at cluster ci/api-build01-ci-devcluster-openshift-com:6443 using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.6.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6.yaml
  • ci-operator-master-configs configmap in namespace ci at cluster ci/api-build01-ci-devcluster-openshift-com:6443 using the following files:
    • key openshift-priv-cloud-provider-openstack-master.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master.yaml
  • ci-operator-master-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-master.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master.yaml
  • ci-operator-4.5-configs configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.5.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5.yaml
  • ci-operator-4.5-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.5.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5.yaml
  • ci-operator-4.5-configs configmap in namespace ci at cluster ci/api-build01-ci-devcluster-openshift-com:6443 using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.5.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5.yaml
  • ci-operator-4.6-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-cloud-provider-openstack-release-4.6.yaml using file ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6.yaml
Details

In response to this:

/cc @ghost

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

bryan-cox added a commit to bryan-cox/release that referenced this pull request May 21, 2026
The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
openshift-merge-bot Bot pushed a commit that referenced this pull request May 21, 2026
The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (#8564,
#8534, #8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jul 8, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
srivickynesh pushed a commit to srivickynesh/release that referenced this pull request Aug 5, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
malingatembo pushed a commit to malingatembo/release that referenced this pull request Aug 5, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
TimurMP pushed a commit to TimurMP/release that referenced this pull request Sep 5, 2026
…shift#79626)

The pipeline controller's lgtm-config only watched the main branch
for openshift/hypershift. This meant e2e jobs using
pipeline_skip_if_only_changed on release-4.22 never triggered because
the controller didn't monitor that branch.

Multiple release-4.22 PRs merged without e2e test coverage (openshift#8564,
openshift#8534, openshift#8447) while the same commits on main got full e2e runs.

Remove the branch filter entirely so all branches are watched,
matching the pattern used by other repos in the config. This prevents
the same issue on future release branches.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants