summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-06-13 15:16:50 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-06-15 11:40:58 -0400
commit82b62cf1e513657a0c35d757cf37eab0231ebc9b (patch)
treef40ee3c6dfcd09c550355e400941ddf75692ca21 /etc
parent76398baf84773e0e5766eb2e9d53d290933806fd (diff)
downloadmongo-82b62cf1e513657a0c35d757cf37eab0231ebc9b.tar.gz
SERVER-34711 Enable burn_in_tests to understand Evergreen task selectors
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 818c5eae640..af4bc8aa182 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -3540,13 +3540,14 @@ tasks:
if [ -n "${burn_in_tests_build_variant|}" ]; then
build_variant=${burn_in_tests_build_variant|}
fi
- $python buildscripts/burn_in_tests.py --branch=${branch_name} --buildVariant=$build_variant --testListOutfile=jstests/new_tests.json --noExec $burn_in_args
+ # Evergreen executable is in $HOME.
+ PATH=$PATH:$HOME $python buildscripts/burn_in_tests.py --branch=${branch_name} --buildVariant=$build_variant --testListOutfile=jstests/new_tests.json --noExec $burn_in_args
# Copy the results to the src dir.
cp jstests/new_tests.json ../src/jstests/new_tests.json
- func: "do multiversion setup"
- func: "run tests"
vars:
- task_path_suffix: /data/multiversion
+ task_path_suffix: /data/multiversion:$HOME
resmoke_wrapper: $python buildscripts/burn_in_tests.py --testListFile=jstests/new_tests.json
resmoke_args: --repeat=2
run_multiple_jobs: true
@@ -6805,7 +6806,8 @@ tasks:
# We use a small batch size to avoid hitting the load balancer timeout if the Evergreen
# API query is not fast enough.
- $python buildscripts/update_test_lifecycle.py \
+ # Evergreen executable is in $HOME.
+ PATH=$PATH:$HOME $python buildscripts/update_test_lifecycle.py \
--project ${project} \
--requestBatchSize 20 \
--commit \