We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17488fc commit fb6d0aaCopy full SHA for fb6d0aa
catalog-info.yaml
@@ -598,6 +598,10 @@ spec:
598
repository: elastic/elastic-agent
599
pipeline_file: .buildkite/pipeline.agentless-tests.yaml
600
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
605
provider_settings:
606
build_pull_requests: false
607
trigger_mode: none
0 commit comments