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 296c4d4 commit 5072e4aCopy full SHA for 5072e4a
.buildkite/pipeline.yml
@@ -1,3 +1,4 @@
1
+---
2
steps:
3
- label: ":elasticsearch: :javascript: ES JavaScript ({{ matrix.nodejs }}) Test Suite: {{ matrix.suite }}"
4
agents:
catalog-info.yaml
@@ -35,15 +35,16 @@ spec:
35
access_level: READ_ONLY
36
provider_settings:
37
build_pull_requests: false
38
+ build_branches: false
39
cancel_intermediate_builds: true
40
cancel_intermediate_builds_branch_filter: '!main'
41
schedules:
42
main_semi_daily:
43
branch: 'main'
44
cronline: '0 */12 * * *'
- 8_8_semi_daily:
45
- branch: '8.8'
+ 8_9_semi_daily:
46
+ branch: '8.9'
47
- 8_7_daily:
48
- branch: '8.7'
+ 8_8_daily:
49
+ branch: '8.8'
50
cronline: '@daily'
0 commit comments