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

CI ONLY DO NOT MERGE #1899

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 12 additions & 0 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ source "${BASE_DIR}/util.sh"
source "${BASE_DIR}/ecr.sh"
source "${BASE_DIR}/metrics/metrics.sh"

### DO NOT MERGE
unset AWS_ROLE_ARN
unset AWS_WEB_IDENTITY_TOKEN_FILE
echo "skipping CI!!!!"

if [[ "${HELM_CT_TEST}" == true ]]; then
aws iam list-open-id-connect-providers | jq '.OpenIDConnectProviderList | map(.Arn)[] | select(contains("F8B73554FE6FBAF9B19569183FB39762") | not)' -r | xargs -n1 aws iam delete-open-id-connect-provider --open-id-connect-provider-arn
fi

exit 0
### DISABLING CI FOR TEST PR

## Setup

if [[ "${CLUSTER_TYPE}" == "kops" ]]; then
Expand Down