Skip to content

Commit

Permalink
Remove duplicate line call in CI (apache#19728)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidmammadov authored Nov 21, 2021
1 parent 9517342 commit c6c6627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/testing/ci_run_airflow_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function run_test_types_in_parallel() {
do
export TEST_TYPE
mkdir -p "${PARALLEL_MONITORED_DIR}/${SEMAPHORE_NAME}/${TEST_TYPE}"
mkdir -p "${PARALLEL_MONITORED_DIR}/${SEMAPHORE_NAME}/${TEST_TYPE}"
export JOB_LOG="${PARALLEL_MONITORED_DIR}/${SEMAPHORE_NAME}/${TEST_TYPE}/stdout"
export PARALLEL_JOB_STATUS="${PARALLEL_MONITORED_DIR}/${SEMAPHORE_NAME}/${TEST_TYPE}/status"
# Each test job will get SIGTERM followed by SIGTERM 200ms later and SIGKILL 200ms later after 45 mins
Expand Down

0 comments on commit c6c6627

Please sign in to comment.