-
Notifications
You must be signed in to change notification settings - Fork 2.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
Update DNS image push yaml to trigger on new tags #19254
Conversation
Fixes issue - #19242 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fejta, prameshj 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 |
@prameshj: Updated the
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. |
When would these changes take effect? I pushed a new tag to the DNS repo, but i am not seeing a new job kick in yet. - https://k8s-testgrid.appspot.com/sig-network-dns#dns-push-images |
testgrid doesn't necessarily update as quickly, if you need to watch how things are going as quickly as possible keep an eye on https://prow.k8s.io (e.g. https://prow.k8s.io/?job=dns-push-images) |
(and it looks like it did trigger, for tag 1.2.3) |
Thanks Aaron! I see it too.. sorry for the false alarm. |
Based on https://storage.googleapis.com/kubernetes-jenkins/logs/dns-push-images/1306945097224425472/podinfo.json I'm going to guess you want to use |
As per recommendation in kubernetes/test-infra#19254 (comment)
Using '^\d+.\d+.\d+$' instead of 'refs/tags/\d+.\d+.\d+$' since it appears the prefix might be getting trimmed:
#5962 (comment)
/assign @fejta @BenTheElder @cjwagner