Skip to content

Commit 936bcee

Browse files
[Backport 8.8] Stop running integration tests on PRs (#1911)
Co-authored-by: Josh Mock <[email protected]>
1 parent 1f92567 commit 936bcee

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ steps:
1212
- "free"
1313
- "platinum"
1414
nodejs:
15-
- "14"
1615
- "16"
1716
- "18"
1817
- "20"

catalog-info.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
access_level: MANAGE_BUILD_AND_READ
3434
everyone:
3535
access_level: READ_ONLY
36+
provider_settings:
37+
build_pull_requests: false
3638
cancel_intermediate_builds: true
3739
cancel_intermediate_builds_branch_filter: '!main'
3840
schedules:
@@ -45,9 +47,3 @@ spec:
4547
8_7_daily:
4648
branch: '8.7'
4749
cronline: '@daily'
48-
8_6_daily:
49-
branch: '8.6'
50-
cronline: '@daily'
51-
7_17_daily:
52-
branch: '7.17'
53-
cronline: '@daily'

0 commit comments

Comments
 (0)