Skip to content

Commit c671456

Browse files
Run DRA steps for n.x branches as well (#5493) (#5502)
(cherry picked from commit 50fb426) Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent d8125be commit c671456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.elastic-agent-binary-dra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
steps:
1111
- group: ":beats: DRA Elastic-Agent Core Snapshot :beats:"
1212
key: "dra-core-snapshot"
13-
if: build.branch == 'main' || build.branch =~ /^[0-9]+\.[0-9]+\$/ || build.env("RUN_SNAPSHOT") == "true"
13+
if: build.branch == 'main' || build.branch =~ /^[0-9]+\.[0-9x]+\$/ || build.env("RUN_SNAPSHOT") == "true"
1414
steps:
1515
- label: ":package: Build Elastic-Agent Core Snapshot"
1616
commands:
@@ -43,7 +43,7 @@ steps:
4343

4444
- group: ":beats: DRA Elastic-Agent Core Staging :beats:"
4545
key: "dra-core-staging"
46-
if: build.branch =~ /^[0-9]+\.[0-9]+\$/ || build.env("RUN_STAGING") == "true"
46+
if: build.branch =~ /^[0-9]+\.[0-9x]+\$/ || build.env("RUN_STAGING") == "true"
4747
steps:
4848
- label: ":package: Build Elastic-Agent Core staging"
4949
commands:

0 commit comments

Comments
 (0)