Skip to content

Commit

Permalink
Switch to new secret to migrate from a legacy AWS account
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Sep 13, 2023
1 parent c0a13f2 commit 3663090
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- interval: 6h
cluster: k8s-infra-prow-build
cluster: eks-prow-build-cluster
name: ci-cloud-provider-aws-e2e
decorate: true
decoration_config:
Expand All @@ -12,7 +12,7 @@ periodics:
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
preset-aws-credential-aws-shared-testing: "true"
preset-k8s-ssh: "true"
extra_refs:
- org: kubernetes
Expand Down Expand Up @@ -43,7 +43,7 @@ periodics:
securityContext:
privileged: true
- interval: 6h
cluster: k8s-infra-prow-build
cluster: eks-prow-build-cluster
name: ci-cloud-provider-aws-e2e-with-kubernetes-master
decorate: true
decoration_config:
Expand All @@ -55,7 +55,7 @@ periodics:
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
preset-aws-credential-aws-shared-testing: "true"
preset-k8s-ssh: "true"
extra_refs:
- org: kubernetes
Expand Down Expand Up @@ -98,7 +98,7 @@ periodics:
testgrid-dashboards: presubmits-ec2, amazon-ec2, amazon-ec2-provider, provider-aws-periodics
labels:
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
preset-aws-credential-aws-shared-testing: "true"
preset-k8s-ssh: "true"
extra_refs:
- org: kubernetes
Expand Down Expand Up @@ -178,7 +178,7 @@ periodics:
testgrid-dashboards: presubmits-ec2, amazon-ec2, amazon-ec2-provider, provider-aws-periodics
labels:
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
preset-aws-credential-aws-shared-testing: "true"
preset-k8s-ssh: "true"
extra_refs:
- org: kubernetes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/cloud-provider-aws:
- name: pull-cloud-provider-aws-e2e
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_branches:
Expand All @@ -9,7 +10,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
preset-aws-credential-aws-shared-testing: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
Expand All @@ -28,6 +29,7 @@ presubmits:
testgrid-num-columns-recent: '30'

- name: pull-cloud-provider-aws-e2e-kubetest2
cluster: eks-prow-build-cluster
skip_branches:
- release-\d+\.\d+ # per-release image
annotations:
Expand All @@ -41,7 +43,6 @@ presubmits:
path_alias: k8s.io/cloud-provider-aws
always_run: true
optional: true
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 4h
Expand Down Expand Up @@ -106,6 +107,7 @@ presubmits:
memory: 10Gi

- name: pull-cloud-provider-aws-e2e-kubetest2-quick
cluster: eks-prow-build-cluster
skip_branches:
- release-\d+\.\d+ # per-release image
annotations:
Expand All @@ -119,7 +121,6 @@ presubmits:
path_alias: k8s.io/cloud-provider-aws
always_run: true
optional: true
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 4h
Expand Down

0 comments on commit 3663090

Please sign in to comment.