Skip to content

Commit

Permalink
[BK] Adjust settings to pre-migration state (#182100)
Browse files Browse the repository at this point in the history
## Summary
As usual, the diff through the migration revealed some drifting between
our assumed defaults and the defaults on the new infra.

This PR re-adjusts the settings to how it was before the migration.
  • Loading branch information
delanni authored Apr 30, 2024
1 parent 370a7f5 commit c27c31e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ spec:
pipeline_file: .buildkite/pipelines/scalability/api_capacity_testing_daily.yml
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
build_branches: true
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: false
prefix_pull_request_fork_branch_names: true
skip_pull_request_builds_for_existing_commits: true
teams:
everyone:
access_level: BUILD_AND_READ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ spec:
pipeline_file: .buildkite/pipelines/performance/daily.yml
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
build_branches: true
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: false
prefix_pull_request_fork_branch_names: true
publish_commit_status: false
skip_pull_request_builds_for_existing_commits: true
teams:
everyone:
access_level: BUILD_AND_READ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ spec:
pipeline_file: .buildkite/pipelines/performance/data_set_extraction_daily.yml
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
build_branches: true
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: false
prefix_pull_request_fork_branch_names: true
skip_pull_request_builds_for_existing_commits: true
teams:
everyone:
access_level: BUILD_AND_READ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ spec:
pipeline_file: .buildkite/pipelines/scalability/daily.yml
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
build_branches: true
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: false
prefix_pull_request_fork_branch_names: true
skip_pull_request_builds_for_existing_commits: true
teams:
everyone:
access_level: BUILD_AND_READ
Expand Down

0 comments on commit c27c31e

Please sign in to comment.