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

Create and use a new shared role in cloud-provider-aws CI jobs #30708

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ periodics:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
resources:
Expand Down Expand Up @@ -68,6 +69,7 @@ periodics:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
resources:
Expand Down Expand Up @@ -111,7 +113,7 @@ periodics:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: provider-aws-test-role
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
resources:
Expand Down Expand Up @@ -191,7 +193,7 @@ periodics:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: provider-aws-test-role
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ presubmits:
preset-dind-enabled: "true"
preset-aws-credential-aws-shared-testing: "true"
spec:
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
resources:
Expand Down Expand Up @@ -59,7 +60,7 @@ presubmits:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: provider-aws-test-role
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
command:
Expand Down Expand Up @@ -137,7 +138,7 @@ presubmits:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: provider-aws-test-role
serviceAccountName: aws-shared-testing-role
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
command:
Expand Down