Skip to content

Commit

Permalink
Merge pull request kubernetes#30705 from dims/switch-to-new-secret-to…
Browse files Browse the repository at this point in the history
…-migrate-fromeifjcbfdevedk-evdknubbrrdvnaidhgreiincukijtiju

Switch to new secret to migrate from a legacy AWS account
  • Loading branch information
k8s-ci-robot authored and rjsadow committed Sep 14, 2023
2 parents c0a13f2 + d68e4d5 commit bf03f00
Show file tree
Hide file tree
Showing 148 changed files with 586 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
GoogleCloudPlatform/k8s-cluster-bundle:
- name: pull-k8s-cluster-bundle-bazel-test
cluster: default
always_run: true # Run for every PR, or only when requested.
decorate: true
labels:
Expand All @@ -25,6 +26,7 @@ presubmits:
postsubmits:
GoogleCloudPlatform/k8s-cluster-bundle:
- name: post-k8s-cluster-bundle-bazel-test
cluster: default
decorate: true
labels:
preset-service-account: "true"
Expand Down
3 changes: 3 additions & 0 deletions config/jobs/cadvisor/cadvisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ presets:
presubmits:
google/cadvisor:
- name: pull-cadvisor-e2e
cluster: default
always_run: true
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -58,6 +59,7 @@ presubmits:

kubernetes/kubernetes: # Temporary test for https://github.com/kubernetes/kubernetes/pull/116517
- name: pull-cadvisor-e2e-kubernetes
cluster: default
always_run: false
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -96,6 +98,7 @@ presubmits:
testgrid-tab-name: cadvisor-temp
periodics:
- name: ci-cadvisor-e2e
cluster: default
interval: 8h
labels:
preset-service-account: "true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
containerd/containerd:
- name: pull-containerd-build
cluster: default
always_run: true
branches:
- main
Expand All @@ -26,6 +27,7 @@ presubmits:
privileged: true

- name: pull-containerd-node-e2e
cluster: default
always_run: true
max_concurrency: 8
decorate: true
Expand All @@ -52,6 +54,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
cluster: default
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
Expand All @@ -77,6 +80,7 @@ presubmits:
"--node-args=--image-config-file=${GOPATH}/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main-presubmit/image-config-presubmit.yaml -node-env=PULL_REFS=$(PULL_REFS)"
- name: pull-containerd-node-e2e-1-7
cluster: default
always_run: true
max_concurrency: 8
decorate: true
Expand All @@ -103,6 +107,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
cluster: default
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
Expand All @@ -128,6 +133,7 @@ presubmits:
"--node-args=--image-config-file=${GOPATH}/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.7-presubmit/image-config-presubmit.yaml -node-env=PULL_REFS=$(PULL_REFS)"
- name: pull-containerd-node-e2e-1-6
cluster: default
always_run: true
max_concurrency: 8
decorate: true
Expand All @@ -154,6 +160,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e-1-6
cluster: default
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
Expand All @@ -179,6 +186,7 @@ presubmits:
"--node-args=--image-config-file=${GOPATH}/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-1.6-presubmit/image-config-presubmit.yaml -node-env=PULL_REFS=$(PULL_REFS)"
- name: pull-containerd-sandboxed-node-e2e
cluster: default
always_run: false
max_concurrency: 8
decorate: true
Expand All @@ -205,6 +213,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
cluster: default
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
presubmits:
kubernetes-csi/csi-driver-nfs:
- name: pull-csi-driver-nfs-sanity
cluster: default
cluster: default #This job uses azure-creds
decorate: true
always_run: true
Expand Down Expand Up @@ -99,6 +100,7 @@ presubmits:
description: "Run integration tests for NFS CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-nfs-e2e
cluster: default
cluster: default #This job uses azure-creds
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
Expand Down Expand Up @@ -154,6 +156,7 @@ presubmits:
testgrid-num-columns-recent: '30'

- name: pull-csi-driver-nfs-external-e2e
cluster: default
cluster: default #This job uses azure-creds
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-csi/csi-driver-smb:
- name: pull-csi-driver-smb-verify
cluster: default
decorate: true
always_run: true
path_alias: sigs.k8s.io/csi-driver-smb
Expand All @@ -24,6 +25,7 @@ presubmits:
description: "Run code verification tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-unit
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand All @@ -47,6 +49,7 @@ presubmits:
description: "Run unit tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-sanity
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand All @@ -72,6 +75,7 @@ presubmits:
description: "Run sanity tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-integration
cluster: default
decorate: true
always_run: false
path_alias: sigs.k8s.io/csi-driver-smb
Expand All @@ -97,6 +101,7 @@ presubmits:
description: "Run integration tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-windows-build
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand All @@ -118,6 +123,7 @@ presubmits:
description: "Run make smb-windows for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand Down Expand Up @@ -164,6 +170,7 @@ presubmits:
description: "Run E2E tests for SMB CSI driver on VMAS cluster."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e-vmss
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand Down Expand Up @@ -210,6 +217,7 @@ presubmits:
description: "Run E2E tests for SMB CSI driver on VMSS cluster."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e-windows
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand Down Expand Up @@ -263,6 +271,7 @@ presubmits:
description: "Run Windows E2E tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e-windows-containerd
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand Down Expand Up @@ -316,6 +325,7 @@ presubmits:
description: "Run Windows containerd E2E tests for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e-capz
cluster: default
decorate: true
always_run: false
optional: true
Expand Down Expand Up @@ -364,6 +374,7 @@ presubmits:
description: "Run E2E tests on a capz cluster for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-e2e-capz-windows-2019
cluster: default
decorate: true
always_run: false
optional: true
Expand Down Expand Up @@ -420,6 +431,7 @@ presubmits:
description: "Run E2E tests on a capz Windows 2019 cluster for SMB CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-csi-driver-smb-external-e2e
cluster: default
decorate: true
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
path_alias: sigs.k8s.io/csi-driver-smb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-external-attacher-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-external-provisioner-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-external-resizer-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-external-snapshotter-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-livenessprobe-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ presubmits:
cpu: 4

- name: pull-kubernetes-csi-node-driver-registrar-canary
cluster: default
optional: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ presubmits:
kubernetes-sigs/alibaba-cloud-csi-driver:

- name: pull-alibaba-cloud-csi-driver-verify-fmt
cluster: default
always_run: true
decorate: true
spec:
Expand All @@ -17,6 +18,7 @@ presubmits:
description: Verifies the Golang sources have been formatted

- name: pull-alibaba-cloud-csi-driver-verify-lint
cluster: default
always_run: true
decorate: true
spec:
Expand All @@ -32,6 +34,7 @@ presubmits:
description: Verifies the Golang sources are linted

- name: pull-alibaba-cloud-csi-driver-verify-vet
cluster: default
always_run: true
decorate: true
spec:
Expand All @@ -47,6 +50,7 @@ presubmits:
description: Vets the Golang sources have been vetted

- name: pull-alibaba-cloud-csi-driver-verify-unit
cluster: default
always_run: true
decorate: true
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/apiserver-network-proxy:
- name: pull-apiserver-network-proxy-test
cluster: default
always_run: true
skip_report: false
decorate: true
Expand All @@ -17,6 +18,7 @@ presubmits:
testgrid-tab-name: pr-test
description: Tests the apiserver-network-proxy
- name: pull-apiserver-network-proxy-docker-build-amd64
cluster: default
always_run: true
skip_report: false
decorate: true
Expand All @@ -39,6 +41,7 @@ presubmits:
testgrid-tab-name: pr-docker-build-amd64
description: Build amd64 image via Docker for the apiserver-network-proxy
- name: pull-apiserver-network-proxy-docker-build-arm64
cluster: default
always_run: true
skip_report: false
decorate: true
Expand All @@ -61,6 +64,7 @@ presubmits:
testgrid-tab-name: pr-docker-build-arm64
description: Build arm64 image via Docker for the apiserver-network-proxy
- name: pull-apiserver-network-proxy-make-lint
cluster: default
always_run: true
skip_report: false
decorate: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
periodics:
- name: ci-aws-ebs-csi-driver-unit-test
cluster: default
decorate: true
decoration_config:
timeout: 1h20m
Expand Down Expand Up @@ -28,6 +29,7 @@ periodics:
description: aws ebs csi driver unit test, continuous
testgrid-num-columns-recent: '30'
- name: ci-aws-ebs-csi-driver-e2e-single-az
cluster: default
decorate: true
decoration_config:
timeout: 1h20m
Expand Down Expand Up @@ -56,6 +58,7 @@ periodics:
description: aws ebs csi driver e2e test on single az, continuous
testgrid-num-columns-recent: '30'
- name: ci-aws-ebs-csi-driver-e2e-multi-az
cluster: default
decorate: true
decoration_config:
timeout: 1h20m
Expand Down Expand Up @@ -84,6 +87,7 @@ periodics:
description: aws ebs csi driver e2e test on mutiple AZs, continuous
testgrid-num-columns-recent: '30'
- name: ci-aws-ebs-csi-driver-external-test
cluster: default
decorate: true
decoration_config:
timeout: 1h20m
Expand Down
Loading

0 comments on commit bf03f00

Please sign in to comment.