From f4f5e6680b9aad45bdd50482608a161ee390160a Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 8 Jun 2023 12:20:43 -0500 Subject: [PATCH] Stop running integration tests on PRs (#1910) (cherry picked from commit f30d06b7947ad3e321d1d0e06ebde1feca604ae2) --- .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'