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:
103
103
vars :
104
104
image_name : mongodb-agent-1-daily
105
105
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
+
106
122
# TODO should we still build the community operator?
107
123
- name : periodic_build_community_operator
108
124
commands :
@@ -142,6 +158,8 @@ task_groups:
142
158
- periodic_build_sbom_cli
143
159
- periodic_build_agent
144
160
- periodic_build_agent_1
161
+ - periodic_build_agent_2
162
+ - periodic_build_agent_3
145
163
146
164
- name : periodic_teardown_task_group
147
165
<< : *setup_group
You can’t perform that action at this time.
0 commit comments