Android compile bot target has changed. Update the bot name.

NoTry: true
Bug: skia:8339
Change-Id: Ic6e7da8d0b556593f02bf752a792c7fb38c3e0ad
Reviewed-on: https://skia-review.googlesource.com/151821
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ravi Mistry 2018-09-05 13:08:48 -04:00 committed by Skia Commit-Bot
parent d30937a499
commit c9d14aa33e
5 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@
"Build-Debian9-Clang-arm64-Release-Android_ASAN",
"Build-Debian9-Clang-arm64-Release-Android_ASAN_Vulkan",
"Build-Debian9-Clang-arm64-Release-Android_Vulkan",
"Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework",
"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework",
"Build-Debian9-Clang-x64-Debug-Android",
"Build-Debian9-Clang-x64-Release-Android",
"Build-Debian9-Clang-x86-Debug",

View File

@ -1,7 +1,7 @@
[
{
"name": "$result",
"reason": "Uncaught Exception: Exception('Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework can only be run as a trybot.',)",
"reason": "Uncaught Exception: Exception('Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework can only be run as a trybot.',)",
"status_code": -1
}
]

View File

@ -41,7 +41,7 @@ def GenTests(api):
yield(
api.test('android_compile_trybot') +
api.properties(
buildername='Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework',
buildername='Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework',
path_config='kitchen',
swarm_out_dir='[SWARM_OUT_DIR]',
repository='https://skia.googlesource.com/skia.git',
@ -53,7 +53,7 @@ def GenTests(api):
yield(
api.test('android_compile_nontrybot') +
api.properties(
buildername='Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework',
buildername='Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework',
path_config='kitchen',
swarm_out_dir='[SWARM_OUT_DIR]',
repository='https://skia.googlesource.com/skia.git',

View File

@ -85,9 +85,9 @@
"Build-Debian9-Clang-arm64-Release-Android_Vulkan"
]
},
"Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework": {
"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework": {
"tasks": [
"Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework"
"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework"
],
"trigger": "on demand"
},
@ -5081,7 +5081,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
"Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework": {
"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework": {
"caches": [
{
"name": "vpython",
@ -5143,7 +5143,7 @@
"-recipe",
"android_compile",
"-properties",
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework\",\"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\":\"output_ignored\"}",
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework\",\"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\":\"output_ignored\"}",
"-logdog-annotation-url",
"logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
],

View File

@ -31,7 +31,7 @@ verifiers {
builders { name: "Build-Debian9-Clang-arm-Debug-Chromecast" }
builders { name: "Build-Debian9-Clang-arm-Release-Android_API26" }
builders { name: "Build-Debian9-Clang-arm64-Debug-Android" }
builders { name: "Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework" }
builders { name: "Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework" }
builders { name: "Build-Debian9-Clang-x86_64-Debug" }
builders { name: "Build-Debian9-GCC-x86_64-Debug-NoGPU" }
builders { name: "Build-Debian9-GCC-x86_64-Release" }