-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main.star: enable postsubmit for vscode-go
Replace enabled type with "linux-amd64" to match pattern os-arch. For golang/vscode-go#3533 Change-Id: I83d708baec97e7384513a1a2254d1be31f667b60 Reviewed-on: https://go-review.googlesource.com/c/build/+/642415 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
- Loading branch information
Showing
4 changed files
with
361 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216929,6 +216929,218 @@ buckets { | |
enable: true | ||
} | ||
} | ||
builders { | ||
name: "x_vscode-go-go1.22-linux-amd64_docker" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
dimensions: "cipd_platform:linux-amd64" | ||
dimensions: "docker_installed:true" | ||
dimensions: "machine_type:n1-standard-16" | ||
dimensions: "os:Ubuntu-20" | ||
dimensions: "pool:luci.golang.ci-workers" | ||
exe { | ||
cipd_package: "infra/experimental/golangbuild/${platform}" | ||
cipd_version: "latest" | ||
cmd: "golangbuild" | ||
} | ||
properties: | ||
'{' | ||
' "bootstrap_version": "1.20.6",' | ||
' "env": {},' | ||
' "git_cache": "git",' | ||
' "go_branch": "release-branch.go1.22",' | ||
' "host": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "is_google": true,' | ||
' "mode": 0,' | ||
' "project": "vscode-go",' | ||
' "target": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "tools_cache": "tools"' | ||
'}' | ||
priority: 40 | ||
expiration_secs: 21600 | ||
wait_for_capacity: NO | ||
caches { | ||
name: "git" | ||
path: "git" | ||
} | ||
caches { | ||
name: "tools" | ||
path: "tools" | ||
} | ||
service_account: "[email protected]" | ||
experiments { | ||
key: "golang.shard_by_weight" | ||
value: 100 | ||
} | ||
resultdb { | ||
enable: true | ||
} | ||
} | ||
builders { | ||
name: "x_vscode-go-go1.23-linux-amd64_docker" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
dimensions: "cipd_platform:linux-amd64" | ||
dimensions: "docker_installed:true" | ||
dimensions: "machine_type:n1-standard-16" | ||
dimensions: "os:Ubuntu-20" | ||
dimensions: "pool:luci.golang.ci-workers" | ||
exe { | ||
cipd_package: "infra/experimental/golangbuild/${platform}" | ||
cipd_version: "latest" | ||
cmd: "golangbuild" | ||
} | ||
properties: | ||
'{' | ||
' "bootstrap_version": "1.20.6",' | ||
' "env": {},' | ||
' "git_cache": "git",' | ||
' "go_branch": "release-branch.go1.23",' | ||
' "host": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "is_google": true,' | ||
' "mode": 0,' | ||
' "project": "vscode-go",' | ||
' "target": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "tools_cache": "tools"' | ||
'}' | ||
priority: 40 | ||
expiration_secs: 21600 | ||
wait_for_capacity: NO | ||
caches { | ||
name: "git" | ||
path: "git" | ||
} | ||
caches { | ||
name: "tools" | ||
path: "tools" | ||
} | ||
service_account: "[email protected]" | ||
experiments { | ||
key: "golang.shard_by_weight" | ||
value: 100 | ||
} | ||
resultdb { | ||
enable: true | ||
} | ||
} | ||
builders { | ||
name: "x_vscode-go-go1.24-linux-amd64_docker" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
dimensions: "cipd_platform:linux-amd64" | ||
dimensions: "docker_installed:true" | ||
dimensions: "machine_type:n1-standard-16" | ||
dimensions: "os:Ubuntu-20" | ||
dimensions: "pool:luci.golang.ci-workers" | ||
exe { | ||
cipd_package: "infra/experimental/golangbuild/${platform}" | ||
cipd_version: "latest" | ||
cmd: "golangbuild" | ||
} | ||
properties: | ||
'{' | ||
' "bootstrap_version": "1.22.6",' | ||
' "env": {' | ||
' "GODEBUG": "gotestjsonbuildtext=1"' | ||
' },' | ||
' "git_cache": "git",' | ||
' "go_branch": "release-branch.go1.24",' | ||
' "host": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "is_google": true,' | ||
' "mode": 0,' | ||
' "project": "vscode-go",' | ||
' "target": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "tools_cache": "tools"' | ||
'}' | ||
priority: 40 | ||
expiration_secs: 21600 | ||
wait_for_capacity: NO | ||
caches { | ||
name: "git" | ||
path: "git" | ||
} | ||
caches { | ||
name: "tools" | ||
path: "tools" | ||
} | ||
service_account: "[email protected]" | ||
experiments { | ||
key: "golang.shard_by_weight" | ||
value: 100 | ||
} | ||
resultdb { | ||
enable: true | ||
} | ||
} | ||
builders { | ||
name: "x_vscode-go-gotip-linux-amd64_docker" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
dimensions: "cipd_platform:linux-amd64" | ||
dimensions: "docker_installed:true" | ||
dimensions: "machine_type:n1-standard-16" | ||
dimensions: "os:Ubuntu-20" | ||
dimensions: "pool:luci.golang.ci-workers" | ||
exe { | ||
cipd_package: "infra/experimental/golangbuild/${platform}" | ||
cipd_version: "latest" | ||
cmd: "golangbuild" | ||
} | ||
properties: | ||
'{' | ||
' "bootstrap_version": "1.22.6",' | ||
' "env": {' | ||
' "GODEBUG": "gotestjsonbuildtext=1"' | ||
' },' | ||
' "git_cache": "git",' | ||
' "go_branch": "master",' | ||
' "host": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "is_google": true,' | ||
' "mode": 0,' | ||
' "project": "vscode-go",' | ||
' "target": {' | ||
' "goarch": "amd64",' | ||
' "goos": "linux"' | ||
' },' | ||
' "tools_cache": "tools"' | ||
'}' | ||
priority: 40 | ||
expiration_secs: 21600 | ||
wait_for_capacity: NO | ||
caches { | ||
name: "git" | ||
path: "git" | ||
} | ||
caches { | ||
name: "tools" | ||
path: "tools" | ||
} | ||
service_account: "[email protected]" | ||
experiments { | ||
key: "golang.shard_by_weight" | ||
value: 100 | ||
} | ||
resultdb { | ||
enable: true | ||
} | ||
} | ||
builders { | ||
name: "x_vuln-go1.22-darwin-amd64-longtest" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.