aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/tasks.json
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-06-01 15:51:06 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-02 12:00:05 +0000
commitc78a2d70fc0a38876fa58da98ba109308e25f8b3 (patch)
treee54edb7f26ae1a86009ac3482571864e72bfbf25 /infra/bots/tasks.json
parent18166eeaf2d088d494c4273b88107544166046fd (diff)
Rename Chromecast CPU tests to GPU tests
Also fix command flags to use skps instead of svgs Bug: skia:6706 Change-Id: Ie099abac738e6eb8808db9aef513a51940c5ccb1 Reviewed-on: https://skia-review.googlesource.com/18441 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/tasks.json')
-rw-r--r--infra/bots/tasks.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 65cd3ab864..6cccd90b82 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -783,16 +783,16 @@
"Upload-Perf-ChromeOS-Clang-Chromebook_CB5_311-GPU-TegraK1-arm-Release"
]
},
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug": {
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Debug": {
"priority": 0.8,
"tasks": [
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug"
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Debug"
]
},
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release": {
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release": {
"priority": 0.8,
"tasks": [
- "Upload-Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release"
+ "Upload-Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release"
]
},
"Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug": {
@@ -6180,7 +6180,7 @@
"max_attempts": 1,
"priority": 0.8
},
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug": {
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Debug": {
"dependencies": [
"Build-Ubuntu-GCC-arm-Debug-Chromecast",
"Housekeeper-PerCommit-BundleRecipes",
@@ -6199,7 +6199,7 @@
"../../..",
"perf",
"repository=<(REPO)",
- "buildername=Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug",
+ "buildername=Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Debug",
"swarm_out_dir=${ISOLATED_OUTDIR}",
"revision=<(REVISION)",
"patch_repo=<(PATCH_REPO)",
@@ -6212,7 +6212,7 @@
"max_attempts": 1,
"priority": 0.8
},
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release": {
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release": {
"dependencies": [
"Build-Ubuntu-GCC-arm-Release-Chromecast",
"Housekeeper-PerCommit-BundleRecipes",
@@ -6231,7 +6231,7 @@
"../../..",
"perf",
"repository=<(REPO)",
- "buildername=Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release",
+ "buildername=Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release",
"swarm_out_dir=${ISOLATED_OUTDIR}",
"revision=<(REVISION)",
"patch_repo=<(PATCH_REPO)",
@@ -17900,9 +17900,9 @@
"isolate": "upload_nano_results.isolate",
"priority": 0.8
},
- "Upload-Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release": {
+ "Upload-Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release": {
"dependencies": [
- "Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release"
+ "Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release"
],
"dimensions": [
"cpu:x86-64-avx2",
@@ -17915,7 +17915,7 @@
"../../..",
"upload_nano_results",
"repository=<(REPO)",
- "buildername=Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release",
+ "buildername=Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release",
"swarm_out_dir=${ISOLATED_OUTDIR}",
"revision=<(REVISION)",
"patch_repo=<(PATCH_REPO)",