File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -78,35 +78,35 @@ role prior to the EKS test and that `duration_seconds` is set to account for the
7878And should be run for all three variants:
7979
8080` ` ` yaml
81- - name : " test-oidc-k8s"
81+ - name : " test-oidc-k8s"
8282 tags : ["latest", "oidc", "pr"]
8383 commands :
8484 - command : ec2.assume_role
8585 params :
86- role_arn : ${drivers_test_secrets_role}
87- duration_seconds : 1800
86+ role_arn : ${drivers_test_secrets_role}
87+ duration_seconds : 1800
8888 - func : " run oidc k8s test"
89- vars :
89+ vars :
9090 VARIANT : eks
9191 - func : " run oidc k8s test"
92- vars :
92+ vars :
9393 VARIANT : gke
9494 - func : " run oidc k8s test"
95- vars :
95+ vars :
9696 VARIANT : aks
9797` ` `
9898
9999Where the test looks something like:
100100
101101` ` ` yaml
102- " run oidc k8s test " :
103- - command : shell.exec
104- type : test
105- params :
106- shell : bash
107- working-directory : " src"
108- include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
109- script : |-
102+ " run oidc k8s test " :
103+ - command : shell.exec
104+ type : test
105+ params :
106+ shell : bash
107+ working-directory : " src"
108+ include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
109+ script : |-
110110 set -o errexit
111111 export K8S_VARIANT=${VARIANT}
112112 export K8S_DRIVERS_TAR_FILE=/tmp/driver.tgz
You can’t perform that action at this time.
0 commit comments