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

kubernetes-csi: promote first multi-arch mock-driver release #940

Merged

Conversation

pohly
Copy link
Contributor

@pohly pohly commented Jun 4, 2020

csi-test v3.1.1 produced the first multi-arch image. We probably want
to promote only the combined image (tag: v3.1.1) and not the
individual ones for each architecture (tags: amd64-linux-v3.1.1,
ppc64le-linux-v3.1.1, s390x-linux-v3.1.1).

This showed that the tags~ regex matching does a sub-string match
and not a full match, so the script gets updated a bit to simplify
some terms and tighten the one that matches versions.

/cc @msau42

@k8s-ci-robot k8s-ci-robot requested a review from msau42 June 4, 2020 07:42
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects wg/k8s-infra labels Jun 4, 2020
@pohly
Copy link
Contributor Author

pohly commented Jun 4, 2020

/assign @msau42

@pohly pohly force-pushed the promote-multiarch-mock-driver branch from bd658da to 3ddf6d8 Compare June 4, 2020 15:28
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 4, 2020
@pohly
Copy link
Contributor Author

pohly commented Jun 4, 2020

The OWNERS file should have been in the previous PR #934 but I accidentally dropped it while reworking that PR. Now we need approval from one of the repo owners one more (and hopefully then the last) time.

@@ -0,0 +1,9 @@
# See the OWNERS docs at https://go.k8s.io/owners
Copy link
Member

Choose a reason for hiding this comment

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

should this be one level down in "k8s-staging-csi"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, yes. Fixed.

csi-test v3.1.1 produced the first multi-arch image. We probably want
to promote only the combined image (tag: v3.1.1) and not the
individual ones for each architecture (tags: amd64-linux-v3.1.1,
ppc64le-linux-v3.1.1, s390x-linux-v3.1.1).

This showed that the `tags~` regex matching does a sub-string match
and not a full match, so the script gets updated a bit to simplify
some terms and tighten the one that matches versions.
@pohly pohly force-pushed the promote-multiarch-mock-driver branch from 3ddf6d8 to 1d7d651 Compare June 4, 2020 16:35
@msau42
Copy link
Member

msau42 commented Jun 4, 2020

/lgtm
/assign @dims

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 4, 2020
@spiffxp
Copy link
Member

spiffxp commented Jun 9, 2020

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pohly, spiffxp

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 9, 2020
@k8s-ci-robot k8s-ci-robot merged commit a9acfc8 into kubernetes:master Jun 9, 2020
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. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects 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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants