From 3314038bdf36732c815eab08373998fc4009c227 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Wed, 4 Dec 2019 16:38:36 -0800 Subject: [PATCH] infra: disable should_run_job till we investigate failure at #7310 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c55a749122..7082f9d62be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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