Skip to content

Commit

Permalink
Running Static AZ test.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Nov 19, 2023
1 parent 0a885a2 commit 1e5a858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-canary-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load_addon_details
# early on.
echo "Running Canary tests on the default addon version"
install_add_on "$DEFAULT_ADDON_VERSION"
run_ginkgo_test "CANARY"
run_ginkgo_test "STATIC_AZ"

# Run smoke test on the latest addon version. Smoke tests consist of a subset of tests
# from Canary suite.
Expand All @@ -40,7 +40,7 @@ if [[ $ADC_REGIONS == *"$REGION"* ]]; then
else
echo "Running Smoke tests on the latest addon version"
install_add_on "$LATEST_ADDON_VERSION"
run_ginkgo_test "SMOKE"
run_ginkgo_test "STATIC_AZ"
fi

echo "all tests ran successfully in $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"

0 comments on commit 1e5a858

Please sign in to comment.