Skip to content

Commit

Permalink
infra: disable should_run_job till we investigate failure at #7310
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 5, 2019
1 parent 948b433 commit 3314038
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ script:
- SKIP_FILES4="|Jenkinsfile"
- SKIP_FILES=$SKIP_FILES1$SKIP_FILES2$SKIP_FILES3$SKIP_FILES4
- export RUN_JOB=1
- source ./.ci/common.sh
- |
if [ -z ${SKIP_JOB_BY_FILES+x} ]; then
SKIP_JOB_BY_FILES="recheck";
fi
#- source ./.ci/common.sh
# - |
# if [ -z ${SKIP_JOB_BY_FILES+x} ]; then
# SKIP_JOB_BY_FILES="recheck";
# fi
# should_run_job will change RUN_JOB variable
- should_run_job $SKIP_JOB_BY_FILES $SKIP_FILES
# - should_run_job $SKIP_JOB_BY_FILES $SKIP_FILES
- |
set -e
if [[ $RUN_JOB == 1 ]]; then
Expand Down

0 comments on commit 3314038

Please sign in to comment.