Skip to content

Commit

Permalink
[EDR Workflows] Fix osquery cypress pipeline (elastic#175205)
Browse files Browse the repository at this point in the history
(cherry picked from commit 036d8f6)

# Conflicts:
#	.buildkite/scripts/pipelines/pull_request/pipeline.ts
  • Loading branch information
tomsonpl committed Oct 25, 2024
1 parent e2cf549 commit 48e472c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
18 changes: 0 additions & 18 deletions .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,24 +278,6 @@ steps:
- exit_status: '-1'
limit: 1

- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh
label: 'Osquery Cypress Tests on Serverless'
agents:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
preemptible: true
depends_on:
- build
- quick_checks
timeout_in_minutes: 60
parallelism: 8
retry:
automatic:
- exit_status: '-1'
limit: 1

- command: .buildkite/scripts/steps/functional/defend_workflows.sh
label: 'Defend Workflows Cypress Tests'
agents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,3 @@ steps:
automatic:
- exit_status: '-1'
limit: 1

- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh
label: 'Osquery Cypress Tests on Serverless'
agents:
machineType: n2-standard-4
preemptible: true
depends_on:
- build
- quick_checks
timeout_in_minutes: 60
parallelism: 8
retry:
automatic:
- exit_status: '-1'
limit: 1

0 comments on commit 48e472c

Please sign in to comment.