-
Notifications
You must be signed in to change notification settings - Fork 827
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
[WIP][DO NOT MERGE] Attempt to mutate already promoted tags #2738
Conversation
...which **_SHOULD_** fail in presubmit. Signed-off-by: Stephen Augustus <foo@auggie.dev>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@justaugustus: The following test 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. |
Confirmed failure on https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/k8s.io/2738/pull-k8sio-cip/1438291342051512320: level=error msg="edge {{gcr.io/k8s-staging-artifact-promoter true} {cip 20200222-v2.3.1-109-gb6af319} sha256:1e6fa1a97fcd3a3142aa51516552c16cfbeba58d16bd202365484d35def433d6 {us.gcr.io/k8s-artifacts-prod/artifact-promoter k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com false} {cip 20200222-v2.3.1-109-gb6af319}}: tag 20200222-v2.3.1-109-gb6af319: ERROR: tag move detected from sha256:1e6fa1a97fcd3a3142aa51516552c16cfbeba58d16bd202365484d35def433d6 to sha256:1a36d74b30052783c986326f522e3b5688ea17c0cad851f9b1f265a67b67785b"
<snip...>
level=error msg="edge {{gcr.io/k8s-staging-artifact-promoter true} {cip 20200222-v2.3.1-109-gb6af319} sha256:1e6fa1a97fcd3a3142aa51516552c16cfbeba58d16bd202365484d35def433d6 {eu.gcr.io/k8s-artifacts-prod/artifact-promoter k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com false} {cip 20200222-v2.3.1-109-gb6af319}}: tag 20200222-v2.3.1-109-gb6af319: ERROR: tag move detected from sha256:1e6fa1a97fcd3a3142aa51516552c16cfbeba58d16bd202365484d35def433d6 to sha256:5c9a73a90fdfd08adaf3d53ae863144922958911952dfa67cbf9a0d33dedde63" |
/close |
@justaugustus: Closed this PR. In response to this:
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. |
...which SHOULD fail in presubmit.
Tests #1520
cc: @spiffxp (#1520 (comment)) @kubernetes/release-engineering
Signed-off-by: Stephen Augustus foo@auggie.dev
/hold