Skip to content

Commit

Permalink
CI ONLY DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwolfaws committed Aug 27, 2024
1 parent bea5a26 commit 171efc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ TEST_EXTRA_FLAGS=${TEST_EXTRA_FLAGS:-}

CLEAN=${CLEAN:-"true"}


FILE_SYSTEM_IDS=$(aws --region ${REGION} fsx describe-file-systems --query "FileSystems[?FileSystemType=='LUSTRE'].FileSystemId" --output text)
for FILE_SYSTEM_ID in $FILE_SYSTEM_IDS
do
aws --profile ${FAKE_CUSTOMER_PROFILE} --region ${REGION} --endpoint-url ${ENDPOINT_URL} fsx delete-file-system --file-system-id ${FILE_SYSTEM_ID}
done

loudecho "Testing in region ${REGION} and zones ${ZONES}"
mkdir -p "${BIN_DIR}"
export PATH=${PATH}:${BIN_DIR}
Expand Down

0 comments on commit 171efc9

Please sign in to comment.