summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2019-02-11 08:52:57 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2019-02-11 08:53:00 -0500
commit0252c9ee56371663b05e707d69bceaf29de6645f (patch)
tree53075450e9538641b5535fe4e840daac10c82b5b
parente92533300de16584d7fd59415a8cfc9d90eaef5b (diff)
downloadmongo-0252c9ee56371663b05e707d69bceaf29de6645f.tar.gz
SERVER-39304 Add new required variant linux-64-required-duroff to evergreen.yml
-rw-r--r--etc/evergreen.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 4e60db3f733..dd284a2ab48 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7846,7 +7846,7 @@ buildvariants:
run_on:
- rhel62-small
batchtime: 1440 # 1 day
- expansions:
+ expansions: &linux-64-required-duroff-expansions
push_path: linux
push_bucket: downloads.mongodb.org
push_name: linux-duroff
@@ -7896,6 +7896,25 @@ buildvariants:
- name: slow1_gen
- name: tool
+- name: linux-64-required-duroff
+ display_name: "! Linux (No Journal)"
+ run_on:
+ - rhel62-small
+ expansions:
+ <<: *linux-64-required-duroff-expansions
+ burn_in_tests_build_variant: linux-64-duroff
+ tasks:
+ # This build variants exists specifically to test that newly added or modified JavaScript tests
+ # are correctly tagged with "requires_journaling" prior to the changes being pushed. It uses the
+ # task list from the linux-64-duroff build variant to determine the resmoke.py YAML suite
+ # configurations to run the tests under. Do not add more tasks to this list.
+ - name: compile_TG
+ requires:
+ - name: burn_in_tests
+ distros:
+ - rhel62-large
+ - name: burn_in_tests
+
- name: linux-64-lsm
stepback: false
display_name: Linux LSM