Skip to content

Commit

Permalink
fix(tests): define pipeline for timeout (2)
Browse files Browse the repository at this point in the history
Related to #7488
  • Loading branch information
nqb committed Mar 23, 2023
1 parent eaaaf02 commit facf85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ variables:
script:
# || EXIT_CODE=$? prevents script to finish at first command
- timeout ${PIPELINE_TIMEOUT_SCRIPT} make -e -C ${TESTDIR} MAKE_TARGET=run ${CI_JOB_NAME} || EXIT_CODE=$?
- timeout ${PIPELINE_TIMEOUT_CLEANUP} JOB_STATUS=$EXIT_CODE ${TESTCIDIR}/clean-test-environment.sh
- JOB_STATUS=$EXIT_CODE timeout ${PIPELINE_TIMEOUT_CLEANUP} ${TESTCIDIR}/clean-test-environment.sh

################################################################################
# JOBS
Expand Down

0 comments on commit facf85c

Please sign in to comment.