Skip to content

Commit

Permalink
[ci/package-registry-verify-and-promote] Add Defend Worfklows tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Dec 31, 2024
1 parent 20c3247 commit 2071d3f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .buildkite/pipelines/fleet/package_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,40 @@ steps:
- exit_status: '*'
limit: 1

- command: .buildkite/scripts/steps/functional/defend_workflows.sh
label: 'Defend Workflows Cypress Tests'
agents:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
enableNestedVirtualization: true
machineType: n2-standard-4
timeout_in_minutes: 60
parallelism: 20
key: defend-workflows-stateful
depends_on: build
retry:
automatic:
- exit_status: '-1'
limit: 1

- command: .buildkite/scripts/steps/functional/defend_workflows_serverless.sh
label: 'Defend Workflows Cypress Tests on Serverless'
agents:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
enableNestedVirtualization: true
machineType: n2-standard-4
timeout_in_minutes: 60
parallelism: 14
key: defend-workflows-serverless
depends_on: build
retry:
automatic:
- exit_status: '-1'
limit: 1

- command: .buildkite/scripts/steps/fleet/promote_package_registry.sh
label: Promote docker.elastic.co/package-registry/distribution:lite
agents:
Expand All @@ -56,6 +90,8 @@ steps:
depends_on:
- ftr-configs
- jest-integration
- defend-worfklows-stateful
- defend-workflows-serverless

- wait: ~
continue_on_failure: true
Expand Down

0 comments on commit 2071d3f

Please sign in to comment.