Skip to content

Commit 339903d

Browse files
author
Chinmay Gadgil
committed
Add VPC_ID as its needed to run ginkgo tests
1 parent 3d981c6 commit 339903d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/run-canary-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ else
2323
CLUSTER_INFO=$($GET_CLUSTER_INFO_CMD --endpoint $ENDPOINT)
2424
fi
2525

26+
VPC_ID=$(echo $CLUSTER_INFO | jq -r '.cluster.resourcesVpcConfig.vpcId')
2627
ACCOUNT_ID=$(aws sts get-caller-identity | jq -r '.Account')
2728

28-
echo "VPC ID: $VPC_ID, Service Role ARN: $SERVICE_ROLE_ARN, Role Name: $ROLE_NAME"
29+
echo "VPC ID: $VPC_ID"
2930

3031
eksctl utils associate-iam-oidc-provider \
3132
--region $REGION \

0 commit comments

Comments
 (0)