run ciGroup6 20x times

This commit is contained in:
Dzmitry Lemechko 2019-09-25 12:04:42 +03:00
parent de1dd67d5b
commit 2151ea9905
5 changed files with 51 additions and 32 deletions

View file

@ -1,20 +1,39 @@
JOB:
- intake
- firefoxSmoke
- kibana-ciGroup1
- kibana-ciGroup2
- kibana-ciGroup3
- kibana-ciGroup4
- kibana-ciGroup5
- kibana-ciGroup6
# - intake
# - firefoxSmoke
# - kibana-ciGroup1
# - kibana-ciGroup2
# - kibana-ciGroup3
# - kibana-ciGroup4
# - kibana-ciGroup5
- kibana-ciGroup6-1
- kibana-ciGroup6-2
- kibana-ciGroup6-3
- kibana-ciGroup6-4
- kibana-ciGroup6-5
- kibana-ciGroup6-6
- kibana-ciGroup6-7
- kibana-ciGroup6-8
- kibana-ciGroup6-9
- kibana-ciGroup6-10
- kibana-ciGroup6-11
- kibana-ciGroup6-12
- kibana-ciGroup6-13
- kibana-ciGroup6-14
- kibana-ciGroup6-15
- kibana-ciGroup6-16
- kibana-ciGroup6-17
- kibana-ciGroup6-18
- kibana-ciGroup6-19
- kibana-ciGroup6-20
# - kibana-visualRegression
# make sure all x-pack-ciGroups are listed in test/scripts/jenkins_xpack_ci_group.sh
- x-pack-ciGroup1
- x-pack-ciGroup2
- x-pack-ciGroup3
- x-pack-ciGroup4
- x-pack-ciGroup5
# - x-pack-ciGroup1
# - x-pack-ciGroup2
# - x-pack-ciGroup3
# - x-pack-ciGroup4
# - x-pack-ciGroup5
# - x-pack-visualRegression
# `~` is yaml for `null`

View file

@ -6,7 +6,7 @@ echo " -> downloading es snapshot"
node scripts/es snapshot --license=oss --download-only;
echo " -> Ensuring all functional tests are in a ciGroup"
yarn run grunt functionalTests:ensureAllTestsInCiGroup;
#yarn run grunt functionalTests:ensureAllTestsInCiGroup;
echo " -> building and extracting OSS Kibana distributable for use in functional tests"
node scripts/build --debug --oss

View file

@ -11,7 +11,7 @@ fi
export TEST_BROWSER_HEADLESS=1
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
yarn run grunt functionalTests:ensureAllTestsInCiGroup;
#yarn run grunt functionalTests:ensureAllTestsInCiGroup;
node scripts/build --debug --oss;
else
installDir="$(realpath $PARENT_DIR/kibana/build/oss/kibana-*-SNAPSHOT-linux-x86_64)"

View file

@ -8,17 +8,17 @@ node scripts/es snapshot --download-only;
echo " -> Ensuring all functional tests are in a ciGroup"
cd "$XPACK_DIR"
node scripts/functional_tests --assert-none-excluded \
--include-tag ciGroup1 \
--include-tag ciGroup2 \
--include-tag ciGroup3 \
--include-tag ciGroup4 \
--include-tag ciGroup5 \
--include-tag ciGroup6 \
--include-tag ciGroup7 \
--include-tag ciGroup8 \
--include-tag ciGroup9 \
--include-tag ciGroup10
# node scripts/functional_tests --assert-none-excluded \
# --include-tag ciGroup1 \
# --include-tag ciGroup2 \
# --include-tag ciGroup3 \
# --include-tag ciGroup4 \
# --include-tag ciGroup5 \
# --include-tag ciGroup6 \
# --include-tag ciGroup7 \
# --include-tag ciGroup8 \
# --include-tag ciGroup9 \
# --include-tag ciGroup10
echo " -> building and extracting default Kibana distributable for use in functional tests"
cd "$KIBANA_DIR"

View file

@ -13,12 +13,12 @@ export TEST_BROWSER_HEADLESS=1
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
echo " -> Ensuring all functional tests are in a ciGroup"
cd "$XPACK_DIR"
node scripts/functional_tests --assert-none-excluded \
--include-tag ciGroup1 \
--include-tag ciGroup2 \
--include-tag ciGroup3 \
--include-tag ciGroup4 \
--include-tag ciGroup5
# node scripts/functional_tests --assert-none-excluded \
# --include-tag ciGroup1 \
# --include-tag ciGroup2 \
# --include-tag ciGroup3 \
# --include-tag ciGroup4 \
# --include-tag ciGroup5
fi
cd "$KIBANA_DIR"