Add Windows MSVC arm64 builders
Bug: skia:8569 Change-Id: I0d2e54191f4ad0a2cc7c22f6740fe0f81ca359a8 Reviewed-on: https://skia-review.googlesource.com/c/177064 Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
05c1dcfd35
commit
f31f64ef2d
@ -106,6 +106,8 @@
|
|||||||
"Build-Win-Clang-x86_64-Release-ANGLE",
|
"Build-Win-Clang-x86_64-Release-ANGLE",
|
||||||
"Build-Win-Clang-x86_64-Release-UBSAN",
|
"Build-Win-Clang-x86_64-Release-UBSAN",
|
||||||
"Build-Win-Clang-x86_64-Release-Vulkan",
|
"Build-Win-Clang-x86_64-Release-Vulkan",
|
||||||
|
"Build-Win-MSVC-arm64-Debug",
|
||||||
|
"Build-Win-MSVC-arm64-Release",
|
||||||
"Build-Win-MSVC-x86-Debug",
|
"Build-Win-MSVC-x86-Debug",
|
||||||
"Build-Win-MSVC-x86-Release",
|
"Build-Win-MSVC-x86-Release",
|
||||||
"Build-Win-MSVC-x86_64-Debug",
|
"Build-Win-MSVC-x86_64-Debug",
|
||||||
|
@ -540,6 +540,16 @@
|
|||||||
"Build-Win-Clang-x86_64-Release-Vulkan"
|
"Build-Win-Clang-x86_64-Release-Vulkan"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"Build-Win-MSVC-arm64-Debug": {
|
||||||
|
"tasks": [
|
||||||
|
"Build-Win-MSVC-arm64-Debug"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Build-Win-MSVC-arm64-Release": {
|
||||||
|
"tasks": [
|
||||||
|
"Build-Win-MSVC-arm64-Release"
|
||||||
|
]
|
||||||
|
},
|
||||||
"Build-Win-MSVC-x86-Debug": {
|
"Build-Win-MSVC-x86-Debug": {
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Build-Win-MSVC-x86-Debug"
|
"Build-Win-MSVC-x86-Debug"
|
||||||
@ -16920,6 +16930,268 @@
|
|||||||
],
|
],
|
||||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||||
},
|
},
|
||||||
|
"Build-Win-MSVC-arm64-Debug": {
|
||||||
|
"caches": [
|
||||||
|
{
|
||||||
|
"name": "vpython",
|
||||||
|
"path": "cache/vpython"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "git",
|
||||||
|
"path": "cache/git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "git_cache",
|
||||||
|
"path": "cache/git_cache"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "work",
|
||||||
|
"path": "cache/work"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"cipd_packages": [
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/kitchen/${platform}",
|
||||||
|
"path": ".",
|
||||||
|
"version": "git_revision:546aae39f1fb9dce9add528e2011afa574535ecd"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci-auth/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/vpython/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:b6cdec8586c9f8d3d728b1bc0bd4331330ba66fc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/python/cpython/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "version:2.7.14.chromium14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/git/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "version:2.17.1.chromium15"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/git/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:0ae21738597e5601ba90372315145fec18582fc4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/git-credential-luci/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"command": [
|
||||||
|
"./kitchen${EXECUTABLE_SUFFIX}",
|
||||||
|
"cook",
|
||||||
|
"-checkout-dir",
|
||||||
|
"recipe_bundle",
|
||||||
|
"-mode",
|
||||||
|
"swarming",
|
||||||
|
"-luci-system-account",
|
||||||
|
"system",
|
||||||
|
"-cache-dir",
|
||||||
|
"cache",
|
||||||
|
"-temp-dir",
|
||||||
|
"tmp",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"android.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"boringssl.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"chromium.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"dart.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"fuchsia.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"go.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"llvm.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"skia.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"webrtc.googlesource.com",
|
||||||
|
"-output-result-json",
|
||||||
|
"${ISOLATED_OUTDIR}/build_result_filename",
|
||||||
|
"-workdir",
|
||||||
|
".",
|
||||||
|
"-recipe",
|
||||||
|
"compile",
|
||||||
|
"-properties",
|
||||||
|
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Win-MSVC-arm64-Debug\",\"patch_issue\":\"<(ISSUE)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\"}",
|
||||||
|
"-logdog-annotation-url",
|
||||||
|
"logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
"Housekeeper-PerCommit-BundleRecipes",
|
||||||
|
"Housekeeper-PerCommit-IsolateWinToolchain"
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"cpu:x86-64-Haswell_GCE",
|
||||||
|
"gpu:none",
|
||||||
|
"image:windows-server-2016-dc-v20180710",
|
||||||
|
"machine_type:n1-highcpu-64",
|
||||||
|
"os:Windows-2016Server-14393",
|
||||||
|
"pool:Skia"
|
||||||
|
],
|
||||||
|
"env_prefixes": {
|
||||||
|
"PATH": [
|
||||||
|
"cipd_bin_packages",
|
||||||
|
"cipd_bin_packages/bin"
|
||||||
|
],
|
||||||
|
"VPYTHON_VIRTUALENV_ROOT": [
|
||||||
|
"cache/vpython"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_timeout_ns": 3600000000000,
|
||||||
|
"extra_tags": {
|
||||||
|
"log_location": "logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
|
||||||
|
},
|
||||||
|
"io_timeout_ns": 3600000000000,
|
||||||
|
"isolate": "swarm_recipe.isolate",
|
||||||
|
"max_attempts": 2,
|
||||||
|
"outputs": [
|
||||||
|
"build"
|
||||||
|
],
|
||||||
|
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||||
|
},
|
||||||
|
"Build-Win-MSVC-arm64-Release": {
|
||||||
|
"caches": [
|
||||||
|
{
|
||||||
|
"name": "vpython",
|
||||||
|
"path": "cache/vpython"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "git",
|
||||||
|
"path": "cache/git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "git_cache",
|
||||||
|
"path": "cache/git_cache"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "work",
|
||||||
|
"path": "cache/work"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"cipd_packages": [
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/kitchen/${platform}",
|
||||||
|
"path": ".",
|
||||||
|
"version": "git_revision:546aae39f1fb9dce9add528e2011afa574535ecd"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci-auth/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/vpython/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:b6cdec8586c9f8d3d728b1bc0bd4331330ba66fc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/python/cpython/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "version:2.7.14.chromium14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/git/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "version:2.17.1.chromium15"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/git/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:0ae21738597e5601ba90372315145fec18582fc4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "infra/tools/luci/git-credential-luci/${platform}",
|
||||||
|
"path": "cipd_bin_packages",
|
||||||
|
"version": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"command": [
|
||||||
|
"./kitchen${EXECUTABLE_SUFFIX}",
|
||||||
|
"cook",
|
||||||
|
"-checkout-dir",
|
||||||
|
"recipe_bundle",
|
||||||
|
"-mode",
|
||||||
|
"swarming",
|
||||||
|
"-luci-system-account",
|
||||||
|
"system",
|
||||||
|
"-cache-dir",
|
||||||
|
"cache",
|
||||||
|
"-temp-dir",
|
||||||
|
"tmp",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"android.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"boringssl.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"chromium.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"dart.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"fuchsia.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"go.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"llvm.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"skia.googlesource.com",
|
||||||
|
"-known-gerrit-host",
|
||||||
|
"webrtc.googlesource.com",
|
||||||
|
"-output-result-json",
|
||||||
|
"${ISOLATED_OUTDIR}/build_result_filename",
|
||||||
|
"-workdir",
|
||||||
|
".",
|
||||||
|
"-recipe",
|
||||||
|
"compile",
|
||||||
|
"-properties",
|
||||||
|
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Win-MSVC-arm64-Release\",\"patch_issue\":\"<(ISSUE)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\"}",
|
||||||
|
"-logdog-annotation-url",
|
||||||
|
"logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
"Housekeeper-PerCommit-BundleRecipes",
|
||||||
|
"Housekeeper-PerCommit-IsolateWinToolchain"
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"cpu:x86-64-Haswell_GCE",
|
||||||
|
"gpu:none",
|
||||||
|
"image:windows-server-2016-dc-v20180710",
|
||||||
|
"machine_type:n1-highcpu-64",
|
||||||
|
"os:Windows-2016Server-14393",
|
||||||
|
"pool:Skia"
|
||||||
|
],
|
||||||
|
"env_prefixes": {
|
||||||
|
"PATH": [
|
||||||
|
"cipd_bin_packages",
|
||||||
|
"cipd_bin_packages/bin"
|
||||||
|
],
|
||||||
|
"VPYTHON_VIRTUALENV_ROOT": [
|
||||||
|
"cache/vpython"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_timeout_ns": 3600000000000,
|
||||||
|
"extra_tags": {
|
||||||
|
"log_location": "logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
|
||||||
|
},
|
||||||
|
"io_timeout_ns": 3600000000000,
|
||||||
|
"isolate": "swarm_recipe.isolate",
|
||||||
|
"max_attempts": 2,
|
||||||
|
"outputs": [
|
||||||
|
"build"
|
||||||
|
],
|
||||||
|
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||||
|
},
|
||||||
"Build-Win-MSVC-x86-Debug": {
|
"Build-Win-MSVC-x86-Debug": {
|
||||||
"caches": [
|
"caches": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user