Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

1 change: 0 additions & 1 deletion .buildkite/pipeline-resource-definitions/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-migration-staging.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-node-glibc-217.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-node-pointer-compression.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-otel-semconv-sync.yml
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml
Expand Down
48 changes: 16 additions & 32 deletions .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,22 +166,22 @@ steps:
- exit_status: '-1'
limit: 3

# - command: .buildkite/scripts/steps/checks/api_contracts.sh
# label: 'Check API Contracts'
# agents:
# image: family/kibana-ubuntu-2404
# imageProject: elastic-images-prod
# provider: gcp
# machineType: n2d-standard-2
# preemptible: true
# spotZones: us-central1-c,us-central1-a
# depends_on: check_oas_snapshot
# timeout_in_minutes: 30
# soft_fail: true
# retry:
# automatic:
# - exit_status: '-1'
# limit: 3
# - command: .buildkite/scripts/steps/checks/api_contracts.sh
# label: 'Check API Contracts'
# agents:
# image: family/kibana-ubuntu-2404
# imageProject: elastic-images-prod
# provider: gcp
# machineType: n2d-standard-2
# preemptible: true
# spotZones: us-central1-c,us-central1-a
# depends_on: check_oas_snapshot
# timeout_in_minutes: 30
# soft_fail: true
# retry:
# automatic:
# - exit_status: '-1'
# limit: 3

- command: .buildkite/scripts/steps/on_merge_api_docs.sh
label: Check Public API Docs
Expand Down Expand Up @@ -271,22 +271,6 @@ steps:
- exit_status: '*'
limit: 1

- command: '.buildkite/scripts/steps/functional/on_merge_unsupported_ftrs.sh'
label: Trigger unsupported ftr tests
timeout_in_minutes: 10
agents:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2
depends_on:
- build
- quick_checks
- checks
- linting
- linting_with_types
- check_types

- command: .buildkite/scripts/steps/storybooks/build_and_upload.sh
label: 'Build Storybooks'
agents:
Expand Down
30 changes: 0 additions & 30 deletions .buildkite/pipelines/on_merge_unsupported_ftrs.yml

This file was deleted.

This file was deleted.

Loading