diff options
author | dalyd <david.daly@mongodb.com> | 2016-05-27 11:22:04 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2016-06-01 11:46:39 -0400 |
commit | 190c3c700b994ef5f92c13c9290c6700b63f4854 (patch) | |
tree | 3f5d1a154414477a88ad0752ed2259952e93976f /etc | |
parent | 9ea1e5b3845719b1f97863fb440f30bef22b3f32 (diff) | |
download | mongo-190c3c700b994ef5f92c13c9290c6700b63f4854.tar.gz |
SERVER-24243: Turn on manifest in system_perf.yml, longevity.yml and
distributed_correctness.yml
Diffstat (limited to 'etc')
-rw-r--r-- | etc/distributed_correctness.yml | 2 | ||||
-rw-r--r-- | etc/longevity.yml | 2 | ||||
-rw-r--r-- | etc/system_perf.yml | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/etc/distributed_correctness.yml b/etc/distributed_correctness.yml index e11d8a30d90..b48382702eb 100644 --- a/etc/distributed_correctness.yml +++ b/etc/distributed_correctness.yml @@ -26,6 +26,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -209,6 +210,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src diff --git a/etc/longevity.yml b/etc/longevity.yml index cadf6f6b0d4..bfe40c5add1 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -29,6 +29,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -191,6 +192,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 94cbac30bab..4dca54da265 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -30,6 +30,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -240,6 +241,7 @@ functions: set -o verbose rm -rf ./src mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -277,6 +279,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src |