File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,22 @@ tasks:
103103 vars :
104104 image_name : mongodb-agent-1-daily 
105105
106+  - name : periodic_build_agent_2 
107+  exec_timeout_secs : 43200 
108+  commands :
109+  - func : enable_QEMU 
110+  - func : pipeline 
111+  vars :
112+  image_name : mongodb-agent-2-daily 
113+ 
114+  - name : periodic_build_agent_3 
115+  exec_timeout_secs : 43200 
116+  commands :
117+  - func : enable_QEMU 
118+  - func : pipeline 
119+  vars :
120+  image_name : mongodb-agent-3-daily 
121+ 
106122 # TODO should we still build the community operator?
107123 - name : periodic_build_community_operator 
108124 commands :
@@ -142,6 +158,8 @@ task_groups:
142158 - periodic_build_sbom_cli 
143159 - periodic_build_agent 
144160 - periodic_build_agent_1 
161+  - periodic_build_agent_2 
162+  - periodic_build_agent_3 
145163
146164 - name : periodic_teardown_task_group 
147165 << : *setup_group 
                         You can’t perform that action at this time. 
           
                  
0 commit comments