mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
SERVER-84710 run evergreen bazel tests on amazon linux 2023 ARM (#17957)
GitOrigin-RevId: 96ef547fa985f409065a96b8d8e9bd393f084594
This commit is contained in:
parent
3f47eb78fc
commit
61e25f2ce3
@ -74,3 +74,17 @@ buildvariants:
|
||||
tasks:
|
||||
- name: scons_compile_smoke_test_TG
|
||||
- name: ninja_compile_smoke_test_TG
|
||||
|
||||
# Note that this task is currently optional;
|
||||
# This will eventually become suggested, then required.
|
||||
- name: &amazon-linux-2023-arm64-bazel-compile amazon-linux-2023-arm64-bazel-compile
|
||||
display_name: "Amazon Linux 2023 arm64 Bazel Compile"
|
||||
cron: "0 4 * * *" # From the ${project_nightly_cron} parameter.
|
||||
tags: ["bazel_check"]
|
||||
run_on:
|
||||
- amazon2023.0-arm64-small
|
||||
stepback: false
|
||||
expansions:
|
||||
compile_variant: *amazon-linux-2023-arm64-bazel-compile
|
||||
tasks:
|
||||
- name: compile_bazel_TG
|
||||
|
Loading…
Reference in New Issue
Block a user