diff --git a/.buildkite/pipelines/pull_request/cypress_burn.yml b/.buildkite/pipelines/pull_request/cypress_burn.yml index 20dc2fd7a13b99..e65659a6e038bf 100644 --- a/.buildkite/pipelines/pull_request/cypress_burn.yml +++ b/.buildkite/pipelines/pull_request/cypress_burn.yml @@ -1,6 +1,6 @@ steps: - command: .buildkite/scripts/steps/functional/defend_workflows_burn.sh - label: 'Defend Workflows Cypress Tests, burning changed specs' + label: '[Soft fail] Defend Workflows Cypress Tests, burning changed specs' agents: queue: n2-4-virt depends_on: build @@ -11,7 +11,7 @@ steps: automatic: false - command: .buildkite/scripts/steps/functional/defend_workflows_serverless_burn.sh - label: 'Defend Workflows Cypress Tests on Serverless, burning changed specs' + label: '[Soft fail] Defend Workflows Cypress Tests on Serverless, burning changed specs' agents: queue: n2-4-virt depends_on: build @@ -22,7 +22,7 @@ steps: automatic: false - command: .buildkite/scripts/steps/functional/security_solution_burn.sh - label: 'Security Solution Cypress tests, burning changed specs' + label: '[Soft fail] Security Solution Cypress tests, burning changed specs' agents: queue: n2-4-spot depends_on: build @@ -33,7 +33,7 @@ steps: soft_fail: true - command: .buildkite/scripts/steps/functional/osquery_cypress_burn.sh - label: 'Osquery Cypress Tests, burning changed specs' + label: '[Soft fail] Osquery Cypress Tests, burning changed specs' agents: queue: n2-4-spot depends_on: build