From 61e25f2ce339d145ed288edb4723c728a15c4123 Mon Sep 17 00:00:00 2001 From: Zack Winter <3457246+zackwintermdb@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:37:57 -0800 Subject: [PATCH] SERVER-84710 run evergreen bazel tests on amazon linux 2023 ARM (#17957) GitOrigin-RevId: 96ef547fa985f409065a96b8d8e9bd393f084594 --- .../variants/amazon/build_dev.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/evergreen_yml_components/variants/amazon/build_dev.yml b/etc/evergreen_yml_components/variants/amazon/build_dev.yml index ac8f81132e5..69e1b223e8a 100644 --- a/etc/evergreen_yml_components/variants/amazon/build_dev.yml +++ b/etc/evergreen_yml_components/variants/amazon/build_dev.yml @@ -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