-
Notifications
You must be signed in to change notification settings - Fork 332
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
release-2.2: update release-tools + OWNERS #634
Merged
k8s-ci-robot
merged 3 commits into
kubernetes-csi:release-2.2
from
pohly:prow-update-release-2.2
May 25, 2021
Merged
release-2.2: update release-tools + OWNERS #634
k8s-ci-robot
merged 3 commits into
kubernetes-csi:release-2.2
from
pohly:prow-update-release-2.2
May 25, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubernetes-csi/csi-release-tools@f3255906a Merge kubernetes-csi/csi-release-tools#149 from pohly/cluster-logs kubernetes-csi/csi-release-tools@4b03b3084 Merge kubernetes-csi/csi-release-tools#155 from pohly/owners kubernetes-csi/csi-release-tools@a6453c86d owners: introduce aliases kubernetes-csi/csi-release-tools@ad83def42 Merge kubernetes-csi/csi-release-tools#153 from pohly/fix-image-builds kubernetes-csi/csi-release-tools@556178017 build.make: fix image publishng kubernetes-csi/csi-release-tools@29bd39b38 Merge kubernetes-csi/csi-release-tools#152 from pohly/bump-csi-test kubernetes-csi/csi-release-tools@bc427931a prow.sh: use csi-test v4.2.0 kubernetes-csi/csi-release-tools@b546baaf7 Merge kubernetes-csi/csi-release-tools#150 from mauriciopoppe/windows-multiarch-args kubernetes-csi/csi-release-tools@bfbb6f357 add parameter base_image and addon_image to BUILD_PARAMETERS kubernetes-csi/csi-release-tools@2d61d3bc3 Merge kubernetes-csi/csi-release-tools#151 from humblec/cm kubernetes-csi/csi-release-tools@48e71f062 Replace `which` command ( non standard) with `command -v` builtin kubernetes-csi/csi-release-tools@feb20e269 prow.sh: collect cluster logs kubernetes-csi/csi-release-tools@7b96bea3d Merge kubernetes-csi/csi-release-tools#148 from dobsonj/add-checkpathcmd-to-prow kubernetes-csi/csi-release-tools@2d2e03b7f prow.sh: enable -csi.checkpathcmd option in csi-sanity kubernetes-csi/csi-release-tools@09d415121 Merge kubernetes-csi/csi-release-tools#147 from pohly/mock-testing kubernetes-csi/csi-release-tools@74cfbc977 prow.sh: support mock tests kubernetes-csi/csi-release-tools@4a3f11036 prow.sh: remove obsolete test suppression git-subtree-dir: release-tools git-subtree-split: f3255906abf2e4134cb3db4ff79ddfb5ce1e91aa
k8s-ci-robot
added
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
release-note-none
Denotes a PR that doesn't merit a release note.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
labels
May 21, 2021
k8s-ci-robot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
May 21, 2021
pohly
force-pushed
the
prow-update-release-2.2
branch
from
May 21, 2021 08:01
7f71e3f
to
5f8c822
Compare
pohly
changed the title
WIP: release-2.2: update release-tools + OWNERS
release-2.2: update release-tools + OWNERS
May 21, 2021
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
May 21, 2021
/retest |
3 similar comments
/retest |
/retest |
/retest |
pohly
force-pushed
the
prow-update-release-2.2
branch
from
May 25, 2021 06:33
5f8c822
to
1cff9a0
Compare
/lgtm |
k8s-ci-robot
added
the
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
label
May 25, 2021
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pohly, xing-yang 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 |
k8s-ci-robot
added
the
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
label
May 25, 2021
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.
release-note-none
Denotes a PR that doesn't merit a release note.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Squashed 'release-tools/' changes from 6616a6b52..f3255906a
f3255906a Merge pull request #149 from pohly/cluster-logs
4b03b3084 Merge pull request #155 from pohly/owners
a6453c86d owners: introduce aliases
ad83def42 Merge pull request #153 from pohly/fix-image-builds
556178017 build.make: fix image publishng
29bd39b38 Merge pull request #152 from pohly/bump-csi-test
bc427931a prow.sh: use csi-test v4.2.0
b546baaf7 Merge pull request #150 from mauriciopoppe/windows-multiarch-args
bfbb6f357 add parameter base_image and addon_image to BUILD_PARAMETERS
2d61d3bc3 Merge pull request #151 from humblec/cm
48e71f062 Replace
which
command ( non standard) withcommand -v
builtinfeb20e269 prow.sh: collect cluster logs
7b96bea3d Merge pull request #148 from dobsonj/add-checkpathcmd-to-prow
2d2e03b7f prow.sh: enable -csi.checkpathcmd option in csi-sanity
09d415121 Merge pull request #147 from pohly/mock-testing
74cfbc977 prow.sh: support mock tests
4a3f11036 prow.sh: remove obsolete test suppression
git-subtree-dir: release-tools
git-subtree-split: f3255906abf2e4134cb3db4ff79ddfb5ce1e91aa