Skip to content

Commit

Permalink
image pushing: k8s-staging-csi -> k8s-staging-sig-storage
Browse files Browse the repository at this point in the history
As discussed in kubernetes/k8s.io#943, we want
to consolidate all SIG-Storage related work under the new
k8s-staging-sig-storage, including the former k8s-staging-csi.
  • Loading branch information
pohly authored and droslean committed Jun 22, 2020
1 parent 853ba1f commit b9d7ac4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -o errexit

readonly OUTPUT="$(dirname $0)/k8s-staging-csi.yaml"
readonly OUTPUT="$(dirname $0)/k8s-staging-sig-storage.yaml"
readonly REPOS=(
csi-driver-host-path
csi-driver-iscsi
Expand All @@ -33,7 +33,7 @@ readonly REPOS=(
)

cat >"${OUTPUT}" <<EOF
# Automatically generated by k8s-staging-csi-gen.sh.
# Automatically generated by k8s-staging-sig-storage-gen.sh.
postsubmits:
EOF
Expand All @@ -58,15 +58,15 @@ for repo in "${REPOS[@]}"; do
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20200422-c760048
- image: gcr.io/k8s-testimages/image-builder:v20200603-f2d2bf0
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
EOF
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automatically generated by k8s-staging-csi-gen.sh.
# Automatically generated by k8s-staging-sig-storage-gen.sh.

postsubmits:
kubernetes-csi/csi-driver-host-path:
Expand All @@ -25,9 +25,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/csi-driver-iscsi:
Expand All @@ -54,9 +54,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/csi-driver-nfs:
Expand All @@ -83,9 +83,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/csi-driver-smb:
Expand All @@ -112,9 +112,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/csi-proxy:
Expand All @@ -141,9 +141,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/csi-test:
Expand All @@ -170,9 +170,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/external-attacher:
Expand All @@ -199,9 +199,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/external-health-monitor:
Expand All @@ -228,9 +228,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/external-provisioner:
Expand All @@ -257,9 +257,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/external-resizer:
Expand All @@ -286,9 +286,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/external-snapshotter:
Expand All @@ -315,9 +315,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/livenessprobe:
Expand All @@ -344,9 +344,9 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .
kubernetes-csi/node-driver-registrar:
Expand All @@ -373,8 +373,8 @@ postsubmits:
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-csi
- --project=k8s-staging-sig-storage
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-csi-gcb
- --scratch-bucket=gs://k8s-staging-sig-storage-gcb
- --env-passthrough=PULL_BASE_REF
- .

0 comments on commit b9d7ac4

Please sign in to comment.