Skip to content

Commit

Permalink
Merge pull request #23947 from nckturner/enable-integration
Browse files Browse the repository at this point in the history
Enable integration tests for kubernetes-sigs/aws-iam-authenticator
  • Loading branch information
k8s-ci-robot authored Oct 8, 2021
2 parents 551efce + 5d50906 commit 99628df
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,22 @@ presubmits:
testgrid-tab-name: pull-unit-test
description: AWS IAM Authenticator unit test on pull request
testgrid-num-columns-recent: '30'
- name: pull-aws-iam-authenticator-integration
always_run: true
decorate: true
labels:
preset-service-account: "true"
preset-aws-credential-aws-oss-testing: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210915-5dbaf53-master
command:
- runner.sh
args:
- make
- integration
annotations:
testgrid-dashboards: provider-aws-iam-authenticator
testgrid-tab-name: pull-integration
description: AWS IAM Authenticator integration test on pull request
testgrid-num-columns-recent: '30'

0 comments on commit 99628df

Please sign in to comment.