Skip to content

Commit

Permalink
Update integration test rules (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Jul 20, 2023
1 parent 296c4d4 commit 5072e4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
steps:
- label: ":elasticsearch: :javascript: ES JavaScript ({{ matrix.nodejs }}) Test Suite: {{ matrix.suite }}"
agents:
Expand Down
9 changes: 5 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ spec:
access_level: READ_ONLY
provider_settings:
build_pull_requests: false
build_branches: false
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
schedules:
main_semi_daily:
branch: 'main'
cronline: '0 */12 * * *'
8_8_semi_daily:
branch: '8.8'
8_9_semi_daily:
branch: '8.9'
cronline: '0 */12 * * *'
8_7_daily:
branch: '8.7'
8_8_daily:
branch: '8.8'
cronline: '@daily'

0 comments on commit 5072e4a

Please sign in to comment.