From 1996c21ecbf3529da5e9a783a7761051b9792176 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 30 Nov 2023 10:51:02 +0100 Subject: [PATCH] bk: run for 1.x branches (#357) --- catalog-info.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index d162aab8..c79684b2 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -34,7 +34,7 @@ spec: name: golang-crossbuild description: 'Pipeline for the golang-crossbuild project' spec: - branch_configuration: "main v1.*" # temporarily disable to build PRs from forks + branch_configuration: "main 1.*" # temporarily disable to build PRs from forks pipeline_file: ".buildkite/pipeline.yml" maximum_timeout_in_minutes: 120 provider_settings: @@ -80,7 +80,7 @@ spec: name: llvm-apple description: "Pipeline for LLVM Apple version" spec: - branch_configuration: "main v1.*" # temporarily disable to build PRs from forks + branch_configuration: "main 1.*" # temporarily disable to build PRs from forks pipeline_file: ".buildkite/llvm-apple-pipeline.yml" maximum_timeout_in_minutes: 360 # cmake is taking at least 4h to run provider_settings: @@ -126,7 +126,7 @@ spec: name: fpm description: "Pipeline for FPM (packaging made simple)" spec: - branch_configuration: "main v1.*" # temporarily disable to build PRs from forks + branch_configuration: "main 1.*" # temporarily disable to build PRs from forks pipeline_file: ".buildkite/fpm-pipeline.yml" maximum_timeout_in_minutes: 120 provider_settings: