Skip to content

Commit

Permalink
Force stop after first failure (--failfast)
Browse files Browse the repository at this point in the history
Cancel-prev-build: false
Doc-only: false
Func-hw-test-distro: rocky8.9
Required-githooks: true

Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-build-leap15-rpm: true
Skip-build-ubuntu20-rpm: true

Skip-coverity-test: true
Skip-fault-injection-test: true
Skip-func-hw-test-medium-md-on-ssd: true
Skip-func-hw-test-medium-verbs-provider-md-on-ssd: true
Skip-func-hw-test-medium-ucx-provider: true
Skip-func-hw-test-large: true
Skip-nlt: true
Skip-python-bandit: true
Skip-test-el-8.6-rpms: true
Skip-unit-test-memcheck: true
Skip-unit-tests: true

Signed-off-by: Gromadzki, Tomasz <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Apr 12, 2024
1 parent bab346c commit 50de93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [ "${STAGE_NAME}" == "Functional Hardware 24" ]; then
fi

# shellcheck disable=SC2086,SC2090,SC2048
if ! python ./launch.py --mode ci ${launch_node_args} ${LAUNCH_OPT_ARGS} ${TEST_TAG_ARR[*]}; then
if ! python ./launch.py --failfast --mode ci ${launch_node_args} ${LAUNCH_OPT_ARGS} ${TEST_TAG_ARR[*]}; then
rc=${PIPESTATUS[0]}
else
rc=0
Expand Down

0 comments on commit 50de93e

Please sign in to comment.