Skip to content

Commit

Permalink
[7.17] Clean up pipelines (elastic#187490)
Browse files Browse the repository at this point in the history
## Summary
Removes unused pipelines, and their related scripts: 
 - package_testing.yml
 - demo_env.yml

Updates a pipeline to the new buildkite agent targeting format:
 - performance/daily.yml (missed backport after migration)
  • Loading branch information
delanni authored and adelisle committed Aug 5, 2024
1 parent cdf5c83 commit 65b251e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 303 deletions.
27 changes: 0 additions & 27 deletions .buildkite/pipelines/package_testing.yml

This file was deleted.

20 changes: 16 additions & 4 deletions .buildkite/pipelines/performance/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,29 @@ steps:
- label: ':male-mechanic::skin-tone-2: Pre-Build'
command: .buildkite/scripts/lifecycle/pre_build.sh
agents:
queue: kibana-default
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2

- wait

- label: ':factory_worker: Build Kibana Distribution and Plugins'
command: .buildkite/scripts/steps/build_kibana.sh
agents:
queue: c2-16
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: c2-standard-16
key: build

- label: ':muscle: Performance Tests with Playwright config'
command: .buildkite/scripts/steps/functional/performance_playwright.sh
agents:
queue: c2-16
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: c2-standard-16
depends_on: build

- wait: ~
Expand All @@ -33,4 +42,7 @@ steps:
- label: ':male_superhero::skin-tone-2: Post-Build'
command: .buildkite/scripts/lifecycle/post_build.sh
agents:
queue: kibana-default
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2
12 changes: 0 additions & 12 deletions .buildkite/pipelines/update_demo_env.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .buildkite/scripts/steps/demo_env/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions .buildkite/scripts/steps/demo_env/auth.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .buildkite/scripts/steps/demo_env/config.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .buildkite/scripts/steps/demo_env/es_and_init.sh

This file was deleted.

63 changes: 0 additions & 63 deletions .buildkite/scripts/steps/demo_env/es_and_init.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .buildkite/scripts/steps/demo_env/kibana.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .buildkite/scripts/steps/demo_env/kibana.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .buildkite/scripts/steps/package_testing/build.sh

This file was deleted.

55 changes: 0 additions & 55 deletions .buildkite/scripts/steps/package_testing/test.sh

This file was deleted.

0 comments on commit 65b251e

Please sign in to comment.