Skip to content

Commit fa5e956

Browse files
authored
bk: avoid running llvm-apple if changes in the main pipeline.yml (#622)
1 parent 307a86d commit fa5e956

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ steps:
6767
interpolation: false
6868
watch:
6969
- path:
70-
- .buildkite/pipeline.yml
70+
# As long as https://github.com/elastic/golang-crossbuild/issues/615
71+
#- .buildkite/pipeline.yml
7172
- .buildkite/llvm-apple-pipeline.yml
7273
- .buildkite/scripts/llvm-apple
7374
- go/llvm-apple/**

.buildkite/pull-requests.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,6 @@
1616
"skip_ci_on_only_changed": [ "\\.md$", ".mergify.yml", "^.github/" ],
1717
"always_require_ci_on_changed": [ ],
1818
"fail_on_not_mergeable": true
19-
},
20-
{
21-
"enabled": true,
22-
"pipelineSlug": "llvm-apple",
23-
"allow_org_users": true,
24-
"allowed_repo_permissions": ["admin", "write"],
25-
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"],
26-
"set_commit_status": true,
27-
"build_on_commit": true,
28-
"build_on_comment": true,
29-
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
30-
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
31-
"skip_ci_labels": [ ],
32-
"skip_target_branches": [ ],
33-
"skip_ci_on_only_changed": [ ],
34-
"always_require_ci_on_changed": [ ],
35-
"fail_on_not_mergeable": true
36-
},
37-
{
38-
"enabled": true,
39-
"pipelineSlug": "fpm",
40-
"allow_org_users": true,
41-
"allowed_repo_permissions": ["admin", "write"],
42-
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"],
43-
"set_commit_status": true,
44-
"build_on_commit": true,
45-
"build_on_comment": true,
46-
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
47-
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
48-
"skip_ci_labels": [ ],
49-
"skip_target_branches": [ ],
50-
"skip_ci_on_only_changed": [ ],
51-
"always_require_ci_on_changed": [ ],
52-
"fail_on_not_mergeable": true
5319
}
5420
]
5521
}

0 commit comments

Comments
 (0)