kibana/.ci/teamcity/oss/ci_group.sh
2020-11-20 14:32:53 -05:00

15 lines
405 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
source "$(dirname "${0}")/../util.sh"
export CI_GROUP="$1"
export JOB="kibana-ciGroup$CI_GROUP"
export KIBANA_INSTALL_DIR="$PARENT_DIR/build/kibana-build-oss"
checks-reporter-with-killswitch "Functional tests / Group $CI_GROUP" \
node scripts/functional_tests \
--debug --bail \
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
--include-tag "ciGroup$CI_GROUP"