Skip to content

Commit

Permalink
bk: run for 1.x branches (elastic#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 30, 2023
1 parent 6b4be81 commit 1996c21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1996c21

Please sign in to comment.