-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[1.5] Update lastTriggeredImage if not set when instantiating DCs #15139
[1.5] Update lastTriggeredImage if not set when instantiating DCs #15139
Conversation
[test] |
Blocked on #15144 |
Master pick: #15145 |
Test failure on gce was because we changed the DNS exclude in 3.6 but didn't have an impact here. |
Otherwise, the endpoint will think that the image is missing from the cluster in cases where the image hash is already set but the lastTriggeredImage is not set. Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
Already merged in master and the issue that was blocking this getting merged is now fixed so [merge] |
s/not/now/ |
[merge][severity: blocker] |
[test] |
Evaluated for origin merge up to 07b194c |
continuous-integration/openshift-jenkins/merge FAILURE (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1289/) (Base Commit: 758a7a1) (PR Branch Commit: 07b194c) (Extended Tests: blocker) |
#15209 [test] |
#15209 [test] |
@jhadvig this is still broken :( |
#15209 [test] |
One issue down [test] |
Evaluated for origin test up to 07b194c |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/3475/) (Base Commit: e43c61d) (PR Branch Commit: 07b194c) |
/approve no-issue |
/test all |
/test end_to_end |
/retest |
1 similar comment
/retest |
/test all |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kargakis Assign the PR to them by writing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@Kargakis: The following tests failed, say
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. |
Giving up on release-1.5 |
Otherwise, the endpoint will think that the image is missing
from the cluster in cases where the image hash is already set
but the lastTriggeredImage is not set.
Fixes #15136
Signed-off-by: Michail Kargakis mkargaki@redhat.com