From 25bb69cecc35c62434a248e9e30560cda36dbbcb Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Fri, 11 Jul 2025 14:25:19 +0200 Subject: [PATCH] add rest --- .evergreen-periodic-builds.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.evergreen-periodic-builds.yaml b/.evergreen-periodic-builds.yaml index d1a6cd928..a538bc052 100644 --- a/.evergreen-periodic-builds.yaml +++ b/.evergreen-periodic-builds.yaml @@ -103,6 +103,22 @@ tasks: vars: image_name: mongodb-agent-1-daily + - name: periodic_build_agent_2 + exec_timeout_secs: 43200 + commands: + - func: enable_QEMU + - func: pipeline + vars: + image_name: mongodb-agent-2-daily + + - name: periodic_build_agent_3 + exec_timeout_secs: 43200 + commands: + - func: enable_QEMU + - func: pipeline + vars: + image_name: mongodb-agent-3-daily + #TODO should we still build the community operator? - name: periodic_build_community_operator commands: @@ -142,6 +158,8 @@ task_groups: - periodic_build_sbom_cli - periodic_build_agent - periodic_build_agent_1 + - periodic_build_agent_2 + - periodic_build_agent_3 - name: periodic_teardown_task_group <<: *setup_group