Skip to content

Commit

Permalink
Fixed structure of the yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirchan committed Jul 3, 2024
1 parent 2b2d8c4 commit 7829ee0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- exit_status: "1"
limit: 2

- label: Running explore:network:runner:qa:serverless
- label: Running explore:network:runner:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:network:runner:qa:serverless
key: explore:network:runner:qa:serverless
agents:
Expand All @@ -49,9 +49,9 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2

- label: explore:overview:runner:qa:serverless
- label: explore:overview:runner:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:overview:runner:qa:serverless
key: explore:overview:runner:qa:serverless
agents:
Expand All @@ -64,9 +64,9 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2

- label: Running explore:users:runner:qa:serverless
- label: Running explore:users:runner:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:users:runner:qa:serverless
key: explore:users:runner:qa:serverless
agents:
Expand All @@ -79,4 +79,4 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- exit_status: "1"
limit: 2

- label: Running explore:network:runner:qa:serverless:release
- label: Running explore:network:runner:qa:serverless:release
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:network:runner:qa:serverless:release
key: explore:network:runner:qa:serverless:release
agents:
Expand All @@ -49,9 +49,9 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2

- label: explore:overview:runner:qa:serverless:release
- label: explore:overview:runner:qa:serverless:release
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:overview:runner:qa:serverless:release
key: explore:overview:runner:qa:serverless:release
agents:
Expand All @@ -64,9 +64,9 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2

- label: Running explore:users:runner:qa:serverless:release
- label: Running explore:users:runner:qa:serverless:release
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh explore:users:runner:qa:serverless:release
key: explore:users:runner:qa:serverless:release
agents:
Expand All @@ -79,4 +79,4 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ steps:
retry:
automatic:
- exit_status: "1"
limit: 2
limit: 2

0 comments on commit 7829ee0

Please sign in to comment.