Skip to content

Commit

Permalink
[INFRA] Add command to stop running Buildkite jobs (#7006)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut authored Jul 27, 2023
1 parent eb85974 commit 6fc0fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_pull_request_test.yml"
default_branch: main
cancel_intermediate_builds: true
# Job runs as a step in pull request combined job
provider_settings:
build_branches: false
Expand Down Expand Up @@ -134,6 +135,7 @@ spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_pull_request_deploy_docs.yml"
default_branch: main
cancel_intermediate_builds: true
# Job runs as a step in pull request combined job
provider_settings:
build_branches: false
Expand Down Expand Up @@ -177,6 +179,7 @@ spec:
default_branch: main
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
cancel_intermediate_builds: true
provider_settings:
build_branches: false
build_tags: false
Expand Down

0 comments on commit 6fc0fe2

Please sign in to comment.