Skip to content

Commit

Permalink
Revert "remove CI job for real endpoints against serverless"
Browse files Browse the repository at this point in the history
This reverts commit d611b3f418eaf92c652a2c54056b2ccf9779ec34.
  • Loading branch information
gergoabraham committed Sep 14, 2023
1 parent 48ec79d commit 3aaf36a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .buildkite/pipelines/pull_request/defend_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ steps:
- exit_status: '*'
limit: 1

# TODO: run this CI job after real Agents can run against serverless ES (https://github.com/elastic/security-team/issues/7467)
# - command: .buildkite/scripts/steps/functional/defend_workflows_vagrant_serverless.sh
# label: 'Defend Workflows Endpoint Cypress Tests on Serverless'
# agents:
# queue: n2-4-virt
# depends_on: build
# timeout_in_minutes: 120
# parallelism: 5
# retry:
# automatic:
# - exit_status: '*'
# limit: 1
- command: .buildkite/scripts/steps/functional/defend_workflows_vagrant_serverless.sh
label: 'Defend Workflows Endpoint Cypress Tests on Serverless'
agents:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 120
parallelism: 5
retry:
automatic:
- exit_status: '*'
limit: 1

0 comments on commit 3aaf36a

Please sign in to comment.