aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2016-11-18 08:24:21 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-18 14:02:21 +0000
commiteaef615377bc5347bfcf3c3da0b6ad922441a317 (patch)
treedf5f0647cf029a90c4a03761f89fe3d8974056d2 /infra
parent628e78bf0bfd2ee8ceb2d86d68e095b1a3bc0c05 (diff)
[nobuildbot] Explicitly name all jobs
This makes it clearer which jobs we're running when looking at gen_tasks.go. Doesn't actually change any behavior. BUG=skia: Change-Id: Ie4fe639552bd673d3a605e03782a68b5e013cf1d Reviewed-on: https://skia-review.googlesource.com/4990 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/gen_tasks.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 37f0e4f6a4..c30d85d8d8 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -37,7 +37,19 @@ var (
// Top-level list of all jobs to run at each commit.
JOBS = []string{
+ "Build-Mac-Clang-Arm7-Debug-iOS",
+ "Build-Mac-Clang-Arm7-Release-iOS",
"Build-Mac-Clang-arm64-Debug-GN_iOS",
+ "Build-Ubuntu-Clang-arm-Debug-GN_Android",
+ "Build-Ubuntu-Clang-arm-Release-GN_Android",
+ "Build-Ubuntu-Clang-arm64-Debug-GN_Android",
+ "Build-Ubuntu-Clang-arm64-Debug-GN_Android_Vulkan",
+ "Build-Ubuntu-Clang-arm64-Release-GN_Android",
+ "Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan",
+ "Build-Ubuntu-Clang-x86-Debug-GN_Android",
+ "Build-Ubuntu-Clang-x86-Debug-GN_Android_Vulkan",
+ "Build-Ubuntu-Clang-x86-Release-GN_Android",
+ "Build-Ubuntu-Clang-x86-Release-GN_Android_Vulkan",
"Build-Ubuntu-GCC-x86_64-Release-GN",
"Build-Win-Clang-arm64-Release-GN_Android",
"Housekeeper-Nightly-RecreateSKPs_Canary",