We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee2589 commit 186b8ffCopy full SHA for 186b8ff
tests/test-infra/skip_azure.sh
@@ -16,6 +16,6 @@
16
# Allows skipping some E2E test runs on Azure based on OS and arch.
17
# This is useful when we are still working to stabilize some targets.
18
# This script allows the stabilization to take place prior to merging into master.
19
-if [ -n "$GITHUB_ENV" ] && [ "$TARGET_OS" = "linux" ] && [ "$TARGET_ARCH" != "arm" ]; then
+if [ -n "$GITHUB_ENV" ] && [ "$TARGET_OS" = "linux" ] && [ "$TARGET_ARCH" = "arm64" ]; then
20
echo "SKIP_E2E=true" >> $GITHUB_ENV
21
fi
0 commit comments