From 936bcee72dc3bbe478e21a8f369f0c982d0718b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:22:35 -0500 Subject: [PATCH] [Backport 8.8] Stop running integration tests on PRs (#1911) Co-authored-by: Josh Mock --- .buildkite/pipeline.yml | 1 - catalog-info.yaml | 8 ++------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 006a4ee87..8ed679bb6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,7 +12,6 @@ steps: - "free" - "platinum" nodejs: - - "14" - "16" - "18" - "20" diff --git a/catalog-info.yaml b/catalog-info.yaml index 4f381d1e9..a69ffab7a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -33,6 +33,8 @@ spec: access_level: MANAGE_BUILD_AND_READ everyone: access_level: READ_ONLY + provider_settings: + build_pull_requests: false cancel_intermediate_builds: true cancel_intermediate_builds_branch_filter: '!main' schedules: @@ -45,9 +47,3 @@ spec: 8_7_daily: branch: '8.7' cronline: '@daily' - 8_6_daily: - branch: '8.6' - cronline: '@daily' - 7_17_daily: - branch: '7.17' - cronline: '@daily'