Skip to content

Commit 071f031

Browse files
authored
Remove-auto-trigger-slurm-gcp-v6-simple-job-completion (GoogleCloudPlatform#4985)
2 parents 61d1215 + c5b62a1 commit 071f031

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

tools/cloud-build/provision/pr-tests.tf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@
1313
# limitations under the License.
1414

1515
locals {
16-
auto_approved_pr_tests = [
17-
"slurm-gcp-v6-simple-job-completion"
18-
]
16+
auto_approved_pr_tests = []
1917

20-
no_auto_trigger_tests = [
21-
"slurm-gcp-v6-simple-job-completion"
22-
]
2318
}
2419

2520

@@ -37,7 +32,7 @@ resource "google_cloudbuild_trigger" "pr_test" {
3732
owner = "GoogleCloudPlatform"
3833
name = "cluster-toolkit"
3934
pull_request {
40-
branch = contains(local.no_auto_trigger_tests, each.key) ? "no-auto-trigger" : ".*"
35+
branch = ".*"
4136
comment_control = "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"
4237
}
4338
}

0 commit comments

Comments
 (0)