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

[release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changeS #101

Conversation

openshift-cherrypick-robot

This is an automated cherry-pick of #99

/assign smarterclayton

We must check for v1 StatefulSets during update.
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: Bugzilla bug 1831243 has been cloned as Bugzilla bug 1831888. Retitling PR to link against new bug.
/retitle [release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changes

In response to this:

[release-4.3] Bug 1831243: v1 StatefulSets do not trigger on image changes

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-ci-robot openshift-ci-robot changed the title [release-4.3] Bug 1831243: v1 StatefulSets do not trigger on image changes [release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changes May 5, 2020
@smarterclayton
Copy link
Contributor

/hold

may not be necessary for backport, will start with 4.4

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 6, 2020
@stevekuznetsov
Copy link
Contributor

/retitle [release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changeS

@openshift-ci-robot openshift-ci-robot changed the title [release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changes [release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changeS May 6, 2020
@adambkaplan
Copy link
Contributor

/bugzilla refresh

/retest

@openshift-ci-robot openshift-ci-robot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels May 26, 2020
@openshift-ci-robot
Copy link
Contributor

@adambkaplan: This pull request references Bugzilla bug 1831888, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.3.z) matches configured target release for branch (4.3.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1831245 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA))
  • dependent Bugzilla bug 1831245 targets the "4.4.z" release, which is one of the valid target releases: 4.4.0, 4.4.z
  • bug has dependents

In response to this:

/bugzilla refresh

/retest

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.

@adambkaplan
Copy link
Contributor

/retest

Copy link
Contributor

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

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

/lgtm

@smarterclayton do we still need this in 4.3?

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels May 26, 2020
@adambkaplan
Copy link
Contributor

/retest

@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-gcp-builds eed6a42 link /test e2e-gcp-builds
ci/prow/e2e-aws eed6a42 link /test e2e-aws
ci/prow/e2e-gcp eed6a42 link /test e2e-gcp
ci/prow/e2e-aws-upgrade eed6a42 link /test e2e-aws-upgrade
ci/prow/unit eed6a42 link /test unit
ci/prow/verify eed6a42 link /test verify
ci/prow/images eed6a42 link /test images

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@adambkaplan
Copy link
Contributor

/lgtm cancel

This includes k8s API changes that were introduced in 4.4.

@smarterclayton do we in fact need to backport this?

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label May 29, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openshift-cherrypick-robot
To complete the pull request process, please assign adambkaplan
You can assign the PR to them by writing /assign @adambkaplan in a comment when ready.

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

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-ci-robot openshift-ci-robot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 29, 2020
@smarterclayton
Copy link
Contributor

smarterclayton commented Jun 2, 2020 via email

@adambkaplan
Copy link
Contributor

4.3 is on k8s 1.16, which does have the v1/StatefulSet API. I can manually backport.

@adambkaplan
Copy link
Contributor

/close

Replaced by #116

@openshift-ci-robot
Copy link
Contributor

@adambkaplan: Closed this PR.

In response to this:

/close

Replaced by #116

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-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: This pull request references Bugzilla bug 1831888. The bug has been updated to no longer refer to the pull request using the external bug tracker.

In response to this:

[release-4.3] Bug 1831888: v1 StatefulSets do not trigger on image changeS

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.

stlaz pushed a commit to stlaz/openshift-controller-manager that referenced this pull request Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants