From 86e69e0a55c6b4b7b14eb78a332a30cea5f3052c Mon Sep 17 00:00:00 2001 From: sayden Date: Wed, 18 Mar 2020 15:07:50 +0100 Subject: [PATCH 1/3] Add test tag with aws, azure and oracle --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2a4cc2740d5..aae968925ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -574,6 +574,7 @@ def withBeatsEnv(Closure body){ "TEST_COVERAGE=true", "RACE_DETECTOR=true", "PYTHON_ENV=${WORKSPACE}/python-env", + "TEST_TAGS"="aws,azure,oracle", ]){ deleteDir() unstash 'source' From b68029d27ce43a731944679b8aafba02007c8369 Mon Sep 17 00:00:00 2001 From: sayden Date: Wed, 18 Mar 2020 20:48:26 +0100 Subject: [PATCH 2/3] Remove aws and oracle --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index aae968925ec..15693f20ba0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -574,7 +574,7 @@ def withBeatsEnv(Closure body){ "TEST_COVERAGE=true", "RACE_DETECTOR=true", "PYTHON_ENV=${WORKSPACE}/python-env", - "TEST_TAGS"="aws,azure,oracle", + "TEST_TAGS"="oracle", ]){ deleteDir() unstash 'source' From 43c2ddb84b950694645b40a36b0f76f8c362fd66 Mon Sep 17 00:00:00 2001 From: sayden Date: Thu, 19 Mar 2020 13:25:37 +0100 Subject: [PATCH 3/3] Remove quotes! --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15693f20ba0..2d2f32f81ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -574,7 +574,7 @@ def withBeatsEnv(Closure body){ "TEST_COVERAGE=true", "RACE_DETECTOR=true", "PYTHON_ENV=${WORKSPACE}/python-env", - "TEST_TAGS"="oracle", + "TEST_TAGS=oracle", ]){ deleteDir() unstash 'source'