mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
1f84fc56ec
commit
fa543a3960
8 changed files with 6 additions and 26 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
fi
|
||||
|
||||
export TEST_BROWSER_HEADLESS=1
|
||||
|
||||
"$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:unit --dev;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
fi
|
||||
|
||||
export TEST_BROWSER_HEADLESS=1
|
||||
|
||||
echo " -> Running mocha tests"
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ -z "$IS_PIPELINE_JOB" ]] ; then
|
||||
trap 'node "$KIBANA_DIR/scripts/report_failed_tests"' EXIT
|
||||
else
|
||||
if [[ -n "$IS_PIPELINE_JOB" ]] ; then
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue