Skip to content

Commit 19b6b43

Browse files
committed
chore: Remove 8.18 builds
1 parent 249fe33 commit 19b6b43

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ steps:
668668
# ----
669669
- group: ":truck: Packaging and DRA"
670670
key: "mbp_dra_group"
671-
if: "(build.branch == \"main\" || build.branch == \"9.2\" || build.branch == \"9.1\" || build.branch == \"8.19\" || build.branch == \"8.18\" || build.pull_request.labels includes \"ci:packaging\")" # Add new maintenance branches here
671+
if: "(build.branch == \"main\" || build.branch == \"9.2\" || build.branch == \"9.1\" || build.branch == \"8.19\" || build.pull_request.labels includes \"ci:packaging\")" # Add new maintenance branches here
672672
depends_on:
673673
- "lint"
674674
- "unit_tests"

catalog-info.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ spec:
6666
branch: "8.19"
6767
cronline: '@daily'
6868
message: "Builds, tests, and pushes daily `8.19` DRA artifacts"
69-
Daily 8.18:
70-
branch: "8.18"
71-
cronline: '@daily'
72-
message: "Builds, tests, and pushes daily `8.18` DRA artifacts"
7369
provider_settings:
7470
skip_pull_request_builds_for_existing_commits: false
7571
build_pull_request_labels_changed: true
@@ -112,10 +108,6 @@ spec:
112108
trigger_mode: "none"
113109
repository: "elastic/connectors"
114110
schedules:
115-
Daily 8_18:
116-
branch: '8.18'
117-
cronline: '@daily'
118-
message: "Runs daily `8.18` e2e test"
119111
Daily 8_19:
120112
branch: '8.19'
121113
cronline: '@daily'
@@ -168,10 +160,6 @@ spec:
168160
trigger_mode: "none"
169161
repository: "elastic/connectors"
170162
schedules:
171-
Daily 8_18:
172-
branch: '8.18'
173-
cronline: '@daily'
174-
message: "Runs daily `8.18` e2e aarch64 test"
175163
Daily 8_19:
176164
branch: '8.19'
177165
cronline: '@daily'

0 commit comments

Comments
 (0)