Skip to content

Commit 5072e4a

Browse files
authored
Update integration test rules (#1948)
1 parent 296c4d4 commit 5072e4a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
steps:
23
- label: ":elasticsearch: :javascript: ES JavaScript ({{ matrix.nodejs }}) Test Suite: {{ matrix.suite }}"
34
agents:

catalog-info.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ spec:
3535
access_level: READ_ONLY
3636
provider_settings:
3737
build_pull_requests: false
38+
build_branches: false
3839
cancel_intermediate_builds: true
3940
cancel_intermediate_builds_branch_filter: '!main'
4041
schedules:
4142
main_semi_daily:
4243
branch: 'main'
4344
cronline: '0 */12 * * *'
44-
8_8_semi_daily:
45-
branch: '8.8'
45+
8_9_semi_daily:
46+
branch: '8.9'
4647
cronline: '0 */12 * * *'
47-
8_7_daily:
48-
branch: '8.7'
48+
8_8_daily:
49+
branch: '8.8'
4950
cronline: '@daily'

0 commit comments

Comments
 (0)