Skip to content

Commit

Permalink
main.star: add darwin-amd64_14 builder to the internal host
Browse files Browse the repository at this point in the history
A new distinct set of VMs will be used for security pre-submit
and release testing. Start with one builder with a known issue.

For golang/go#67073.

Change-Id: I86b1ed2ae238ca87666e00938b6b50af722f5b96
Reviewed-on: https://go-review.googlesource.com/c/build/+/582096
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
dmitshur authored and gopherbot committed Apr 30, 2024
1 parent 12b2e3e commit a1b760d
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 0 deletions.
45 changes: 45 additions & 0 deletions generated/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15420,6 +15420,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_crypto-go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_crypto-go1.21-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -15832,6 +15837,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_crypto-go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_crypto-go1.22-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -16244,6 +16254,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_crypto-gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_crypto-gotip-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -16656,6 +16671,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/go1.21-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -17130,6 +17150,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/go1.22-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -17608,6 +17633,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/gotip-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -18086,6 +18116,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_net-go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_net-go1.21-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -18498,6 +18533,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_net-go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_net-go1.22-js-wasm"
disable_reuse: true
Expand Down Expand Up @@ -18910,6 +18950,11 @@ config_groups {
allow_non_owner_dry_runner: true
}
tryjob {
builders {
name: "golang/security-try/x_net-gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/security-try/x_net-gotip-js-wasm"
disable_reuse: true
Expand Down

0 comments on commit a1b760d

Please sign in to comment.