summaryrefslogtreecommitdiff
path: root/contrib/cirrus/optional_system_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cirrus/optional_system_test.sh')
-rwxr-xr-xcontrib/cirrus/optional_system_test.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/cirrus/optional_system_test.sh b/contrib/cirrus/optional_system_test.sh
index 705dda5ad..dfe8e8a2c 100755
--- a/contrib/cirrus/optional_system_test.sh
+++ b/contrib/cirrus/optional_system_test.sh
@@ -3,14 +3,6 @@
set -e
source $(dirname $0)/lib.sh
-MAGIC_RE='\*\*\*\s*CIRRUS:\s*SYSTEM\s*TEST\s*\*\*\*'
-if ! echo "$CIRRUS_CHANGE_MESSAGE" | egrep -q "$MAGIC_RE"
-then
- echo "Skipping system-testing because PR title or description"
- echo "does not match regular expression: $MAGIC_RE"
- exit 0
-fi
-
req_env_var "
GOSRC $GOSRC
OS_RELEASE_ID $OS_RELEASE_ID