Skip to content

Commit 2bdaea1

Browse files
authored
agentless: Update catalog-info.yaml to prevent skipping or canceling intermediate builds in the pipeline configuration (#10818)
1 parent d6c6064 commit 2bdaea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

catalog-info.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,10 @@ spec:
598598
repository: elastic/elastic-agent
599599
pipeline_file: .buildkite/pipeline.agentless-tests.yaml
600600
branch_configuration: "main"
601+
# the pipeline can trigger multiple e2e tests from this branch (main),
602+
# and we want them to run, so don't skip or cancel intermediate builds
603+
skip_intermediate_builds: false
604+
cancel_intermediate_builds: false
601605
provider_settings:
602606
build_pull_requests: false
603607
trigger_mode: none

0 commit comments

Comments
 (0)