summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorroganamy <93335130+roganamy@users.noreply.github.com>2022-06-13 08:30:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-13 09:00:26 +0000
commit50e7c0c11a36c0f7efbbf25f67a2449b904482b9 (patch)
tree511f191c90a65332199e0593db83007417e39cd2 /etc
parent102ac09a3066fac98577d6e2616298e78f78a12e (diff)
downloadmongo-50e7c0c11a36c0f7efbbf25f67a2449b904482b9.tar.gz
SERVER-66285 Adding compile for Graviton
Diffstat (limited to 'etc')
-rwxr-xr-xetc/system_perf.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 0c1fe4bda70..3fe3398a5c2 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -21,6 +21,11 @@ variables:
variant: compile-rhel70
- name: schedule_global_auto_tasks
variant: task_generation
+ _real_compile_amazon_linux2_arm64: &_real_compile_amazon_linux2_arm64
+ - name: compile
+ variant: compile-amazon-linux2-arm64
+ - name: schedule_global_auto_tasks
+ variant: task_generation
_real_expansions: &_expansion_updates
[]
###
@@ -33,6 +38,9 @@ variables:
# _skip_compile_rhel70: &_compile_rhel70
# - name: schedule_global_auto_tasks
# variant: task_generation
+# _skip_compile_amazon_linux2_arm64: &_real_compile_amazon_linux2_arm64
+# - 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_97c6a9e443ff7e171b7310a1fa5c05d0768faff9
# - key: mdb_binary_for_client
@@ -1100,6 +1108,19 @@ buildvariants:
tasks:
- name: compile
+ - &compile-amazon-linux2-arm64
+ name: compile-amazon-linux2-arm64
+ display_name: Compile for Amazon Linux 2 arm64
+ modules: *modules
+ cron: "0 0 * * *" # Everyday at 00:00
+ expansions:
+ <<: *compile-expansions
+ compile-variant: -arm64
+ run_on:
+ - "amazon2-arm64"
+ tasks:
+ - name: compile
+
- name: linux-standalone
display_name: Linux Standalone
cron: "0 0 * * *" # Everyday at 00:00