@@ -38,65 +38,90 @@ steps:
3838 - group : " API MKI - Defend Workflows"
3939 key : api_test_defend_workflows
4040 steps :
41- # - label: "API MKI - edr_workflows:artifacts:qa:serverless"
42- # command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:artifacts:qa:serverless
43- # key: edr_workflows:artifacts:qa:serverless
44- # agents:
45- # image: family/kibana-ubuntu-2404
46- # imageProject: elastic-images-prod
47- # provider: gcp
48- # enableNestedVirtualization: true
49- # machineType: n2-standard-4
50- # timeout_in_minutes: 120
51- # retry:
52- # automatic:
53- # - exit_status: "1"
54- # limit: 1
55- #
56- # - label: "API MKI - edr_workflows:authentication:qa:serverless"
57- # command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:authentication:qa:serverless
58- # key: edr_workflows:authentication:qa:serverless
59- # agents:
60- # image: family/kibana-ubuntu-2404
61- # imageProject: elastic-images-prod
62- # provider: gcp
63- # enableNestedVirtualization: true
64- # machineType: n2-standard-4
65- # timeout_in_minutes: 120
66- # retry:
67- # automatic:
68- # - exit_status: "1"
69- # limit: 1
70- #
71- # - label: "API MKI - edr_workflows:metadata:qa:serverless"
72- # command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:metadata:qa:serverless
73- # key: edr_workflows:metadata:qa:serverless
74- # agents:
75- # image: family/kibana-ubuntu-2404
76- # imageProject: elastic-images-prod
77- # provider: gcp
78- # enableNestedVirtualization: true
79- # machineType: n2-standard-4
80- # timeout_in_minutes: 120
81- # retry:
82- # automatic:
83- # - exit_status: "1"
84- # limit: 1
85- #
86- # - label: "API MKI - edr_workflows:package:qa:serverless"
87- # command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:package:qa:serverless
88- # key: edr_workflows:package:qa:serverless
89- # agents:
90- # image: family/kibana-ubuntu-2404
91- # imageProject: elastic-images-prod
92- # provider: gcp
93- # enableNestedVirtualization: true
94- # machineType: n2-standard-4
95- # timeout_in_minutes: 120
96- # retry:
97- # automatic:
98- # - exit_status: "1"
99- # limit: 1
41+ - label : " API MKI - edr_workflows:artifacts:qa:serverless"
42+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:artifacts:qa:serverless
43+ key : edr_workflows:artifacts:qa:serverless
44+ agents :
45+ image : family/kibana-ubuntu-2404
46+ imageProject : elastic-images-prod
47+ provider : gcp
48+ enableNestedVirtualization : true
49+ machineType : n2-standard-4
50+ timeout_in_minutes : 120
51+ retry :
52+ automatic :
53+ - exit_status : " 1"
54+ limit : 2
55+ soft_fail :
56+ - exit_status : 101
57+
58+ - label : " API MKI - edr_workflows:authentication:qa:serverless"
59+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:authentication:qa:serverless
60+ key : edr_workflows:authentication:qa:serverless
61+ agents :
62+ image : family/kibana-ubuntu-2404
63+ imageProject : elastic-images-prod
64+ provider : gcp
65+ enableNestedVirtualization : true
66+ machineType : n2-standard-4
67+ timeout_in_minutes : 120
68+ retry :
69+ automatic :
70+ - exit_status : " 1"
71+ limit : 2
72+ soft_fail :
73+ - exit_status : 101
74+
75+ - label : " API MKI - edr_workflows:metadata:qa:serverless"
76+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:metadata:qa:serverless
77+ key : edr_workflows:metadata:qa:serverless
78+ agents :
79+ image : family/kibana-ubuntu-2404
80+ imageProject : elastic-images-prod
81+ provider : gcp
82+ enableNestedVirtualization : true
83+ machineType : n2-standard-4
84+ timeout_in_minutes : 120
85+ retry :
86+ automatic :
87+ - exit_status : " 1"
88+ limit : 2
89+ soft_fail :
90+ - exit_status : 101
91+
92+ - label : " API MKI - edr_workflows:package:qa:serverless"
93+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:package:qa:serverless
94+ key : edr_workflows:package:qa:serverless
95+ agents :
96+ image : family/kibana-ubuntu-2404
97+ imageProject : elastic-images-prod
98+ provider : gcp
99+ enableNestedVirtualization : true
100+ machineType : n2-standard-4
101+ timeout_in_minutes : 120
102+ retry :
103+ automatic :
104+ - exit_status : " 1"
105+ limit : 2
106+ soft_fail :
107+ - exit_status : 101
108+
109+ - label : " API MKI - edr_workflows:policy:qa:serverless"
110+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:policy:qa:serverless
111+ key : edr_workflows:policy:qa:serverless
112+ agents :
113+ image : family/kibana-ubuntu-2404
114+ imageProject : elastic-images-prod
115+ provider : gcp
116+ enableNestedVirtualization : true
117+ machineType : n2-standard-4
118+ timeout_in_minutes : 120
119+ retry :
120+ automatic :
121+ - exit_status : " 1"
122+ limit : 2
123+ soft_fail :
124+ - exit_status : 101
100125
101126 - label : " API MKI - edr_workflows:policy_response:qa:serverless"
102127 command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:policy_response:qa:serverless
@@ -111,7 +136,7 @@ steps:
111136 retry :
112137 automatic :
113138 - exit_status : " 1"
114- limit : 1
139+ limit : 2
115140 soft_fail :
116141 - exit_status : 101
117142
@@ -128,7 +153,7 @@ steps:
128153 retry :
129154 automatic :
130155 - exit_status : " 1"
131- limit : 1
156+ limit : 2
132157 soft_fail :
133158 - exit_status : 101
134159
@@ -145,6 +170,57 @@ steps:
145170 retry :
146171 automatic :
147172 - exit_status : " 1"
148- limit : 1
173+ limit : 2
174+ soft_fail :
175+ - exit_status : 101
176+
177+ - label : " API MKI - edr_workflows:role_migrations:qa:serverless"
178+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:role_migrations:qa:serverless
179+ key : edr_workflows:role_migrations:qa:serverless
180+ agents :
181+ image : family/kibana-ubuntu-2404
182+ imageProject : elastic-images-prod
183+ provider : gcp
184+ enableNestedVirtualization : true
185+ machineType : n2-standard-4
186+ timeout_in_minutes : 120
187+ retry :
188+ automatic :
189+ - exit_status : " 1"
190+ limit : 2
191+ soft_fail :
192+ - exit_status : 101
193+
194+ - label : " API MKI - edr_workflows:scripts_library:qa:serverless"
195+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:scripts_library:qa:serverless
196+ key : edr_workflows:scripts_library:qa:serverless
197+ agents :
198+ image : family/kibana-ubuntu-2404
199+ imageProject : elastic-images-prod
200+ provider : gcp
201+ enableNestedVirtualization : true
202+ machineType : n2-standard-4
203+ timeout_in_minutes : 120
204+ retry :
205+ automatic :
206+ - exit_status : " 1"
207+ limit : 2
208+ soft_fail :
209+ - exit_status : 101
210+
211+ - label : " API MKI - edr_workflows:spaces:qa:serverless"
212+ command : .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:spaces:qa:serverless
213+ key : edr_workflows:spaces:qa:serverless
214+ agents :
215+ image : family/kibana-ubuntu-2404
216+ imageProject : elastic-images-prod
217+ provider : gcp
218+ enableNestedVirtualization : true
219+ machineType : n2-standard-4
220+ timeout_in_minutes : 120
221+ retry :
222+ automatic :
223+ - exit_status : " 1"
224+ limit : 2
149225 soft_fail :
150226 - exit_status : 101
0 commit comments