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

Tagless promotions #118

Merged
merged 2 commits into from
Sep 13, 2019
Merged

Conversation

listx
Copy link
Contributor

@listx listx commented Aug 28, 2019

If the e2e test passes then this PR will supersede #115.

/hold

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Aug 28, 2019
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2019
@listx listx removed request for dims and tpepper August 28, 2019 23:28
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 28, 2019
@listx
Copy link
Contributor Author

listx commented Aug 29, 2019

From the e2e test it appears that gcr.io/k8s-staging-cip-test/golden-foo/foo@sha256:03aec0c717de7850ee3e3165ecdf73cf1abf0bdb5b6cce04695eeb80637360f8 is the digest of the tagless image, and not 427db5df9ceef52fcb600ed929fe6523566276d2bd81fa066a5cf0ffd9d74278 as predicted from local testing. I'm going to re-run the e2e test and see if it changes anything (if that hash changes again).

/test pull-cip-e2e

@listx listx force-pushed the tagless-promotions branch 2 times, most recently from 204d0ac to 395b087 Compare August 29, 2019 17:11
@listx listx requested a review from justinsb August 29, 2019 17:51
@listx listx changed the title WIP: Tagless promotions Tagless promotions Aug 29, 2019
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 29, 2019
@listx
Copy link
Contributor Author

listx commented Aug 30, 2019

/assign @justinsb

@listx
Copy link
Contributor Author

listx commented Aug 30, 2019

/assign @ps882

@ps882
Copy link
Contributor

ps882 commented Sep 9, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 9, 2019
@justinsb
Copy link
Contributor

Thanks @listx

/approve
/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: justinsb, listx

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@listx
Copy link
Contributor Author

listx commented Sep 13, 2019

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 13, 2019
Linus Arver added 2 commits September 13, 2019 12:38
This way we open up the path to promoting images without needing to tag
them. This also probably helps with performance as we don't need to
shell out to create a new process for every image promotion.
Also tweak the unit test and e2e tests to make sure we can promote
images that don't have tags.
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 13, 2019
@ps882
Copy link
Contributor

ps882 commented Sep 13, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 13, 2019
@listx listx removed the request for review from justinsb September 13, 2019 19:53
@k8s-ci-robot k8s-ci-robot merged commit 29c81e2 into kubernetes-sigs:master Sep 13, 2019
@listx listx deleted the tagless-promotions branch September 13, 2019 19:56
listx referenced this pull request in listx/k8s-container-image-promoter Sep 20, 2019
This function should have been used in #118 in
522e885.
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/release Categorizes an issue or PR as relevant to SIG Release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants