summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorvrachev <vlad.rachev@mongodb.com>2021-05-10 14:54:31 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-10 19:05:48 +0000
commitfcc1327fcd87b5c94fcf7a8967260ef552681eb5 (patch)
tree5457e23c3d2a09bf34786895de5e497db1cdd82a /etc
parent6f2fd00b2443166c15dac8bcf01d54159f36384e (diff)
downloadmongo-fcc1327fcd87b5c94fcf7a8967260ef552681eb5.tar.gz
SERVER-56164 Use real compile
Diffstat (limited to 'etc')
-rwxr-xr-xetc/system_perf.yml48
1 files changed, 24 insertions, 24 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 75f8e5d1a69..9ffd1b3e65e 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -11,34 +11,34 @@ parameters:
variables:
###
# Leave this section uncommented to enable compile.
-# _real_compile_amazon2: &_compile_amazon2
-# - name: compile
-# variant: compile-amazon2
-# - name: schedule_global_auto_tasks
-# variant: task_generation
-# _real_compile_rhel70: &_compile_rhel70
-# - name: compile
-# variant: compile-rhel70
-# - name: schedule_global_auto_tasks
-# variant: task_generation
-# _real_expansions: &_expansion_updates
-# []
- ###
-
-###
-# **Or**: Leave this section uncommented to bypass/skip compile.
- _skip_compile_amazon2: &_compile_amazon2
+ _real_compile_amazon2: &_compile_amazon2
+ - name: compile
+ variant: compile-amazon2
- name: schedule_global_auto_tasks
variant: task_generation
- _skip_compile_rhel70: &_compile_rhel70
+ _real_compile_rhel70: &_compile_rhel70
+ - name: compile
+ variant: compile-rhel70
- name: schedule_global_auto_tasks
variant: task_generation
- _skip_expansions: &_expansion_updates
- # This is the normal (amazon2) "compile" artifact from https://evergreen.mongodb.com/version/sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd
- - key: mdb_binary_for_client
- value: https://dsi-donot-remove.s3-us-west-2.amazonaws.com/compile_artifacts/mongodb-sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd.tar.gz
- - key: mdb_binary_for_server
- value: https://dsi-donot-remove.s3-us-west-2.amazonaws.com/compile_artifacts/mongodb-sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd.tar.gz
+ _real_expansions: &_expansion_updates
+ []
+ ###
+
+###
+# **Or**: Leave this section uncommented to bypass/skip compile.
+# _skip_compile_amazon2: &_compile_amazon2
+# - name: schedule_global_auto_tasks
+# variant: task_generation
+# _skip_compile_rhel70: &_compile_rhel70
+# - name: schedule_global_auto_tasks
+# variant: task_generation
+# _skip_expansions: &_expansion_updates
+# # This is the normal (amazon2) "compile" artifact from https://evergreen.mongodb.com/version/sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd
+# - key: mdb_binary_for_client
+# value: https://dsi-donot-remove.s3-us-west-2.amazonaws.com/compile_artifacts/mongodb-sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd.tar.gz
+# - key: mdb_binary_for_server
+# value: https://dsi-donot-remove.s3-us-west-2.amazonaws.com/compile_artifacts/mongodb-sys_perf_4.4_78207ca380688c73b1a217f23d5b7c8803bef9cd.tar.gz
###
_src_dir: &src_dir src/mongo