From 6bf4891c1e2014659fe852ca6690406d65b65b2c Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Thu, 2 Feb 2017 14:15:01 -0500 Subject: Temporarily remove unused iOS builds. Long-term we probably want to have all four of these builds (arm64 for real, arm for reference) but right now the only one we need is arm-Release to drive Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release. The other builds just delay getting that Test bot working. Change-Id: Idf3d10dd9f66cc0a4c1000a1cb9295ea778827d2 Reviewed-on: https://skia-review.googlesource.com/7944 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- infra/bots/jobs.json | 3 -- infra/bots/tasks.json | 93 --------------------------------------------------- 2 files changed, 96 deletions(-) (limited to 'infra') diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json index 5e4eba0ad8..6c621317fd 100644 --- a/infra/bots/jobs.json +++ b/infra/bots/jobs.json @@ -1,9 +1,6 @@ [ - "Build-Mac-Clang-arm-Debug-iOS", "Build-Mac-Clang-arm-Release-iOS", "Build-Mac-Clang-arm64-Debug-Android", - "Build-Mac-Clang-arm64-Debug-iOS", - "Build-Mac-Clang-arm64-Release-iOS", "Build-Mac-Clang-x86_64-Debug", "Build-Mac-Clang-x86_64-Debug-CommandBuffer", "Build-Mac-Clang-x86_64-Release", diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 3cf29a5fd6..b2c5590c64 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -1,11 +1,5 @@ { "jobs": { - "Build-Mac-Clang-arm-Debug-iOS": { - "priority": 0.8, - "tasks": [ - "Build-Mac-Clang-arm-Debug-iOS" - ] - }, "Build-Mac-Clang-arm-Release-iOS": { "priority": 0.8, "tasks": [ @@ -18,18 +12,6 @@ "Build-Mac-Clang-arm64-Debug-Android" ] }, - "Build-Mac-Clang-arm64-Debug-iOS": { - "priority": 0.8, - "tasks": [ - "Build-Mac-Clang-arm64-Debug-iOS" - ] - }, - "Build-Mac-Clang-arm64-Release-iOS": { - "priority": 0.8, - "tasks": [ - "Build-Mac-Clang-arm64-Release-iOS" - ] - }, "Build-Mac-Clang-x86_64-Debug": { "priority": 0.8, "tasks": [ @@ -1595,31 +1577,6 @@ } }, "tasks": { - "Build-Mac-Clang-arm-Debug-iOS": { - "dimensions": [ - "gpu:none", - "os:Mac-10.11", - "pool:Skia" - ], - "extra_args": [ - "--workdir", - "../../..", - "swarm_compile", - "repository=<(REPO)", - "buildername=Build-Mac-Clang-arm-Debug-iOS", - "mastername=fake-master", - "buildnumber=2", - "slavename=fake-buildslave", - "nobuildbot=True", - "swarm_out_dir=${ISOLATED_OUTDIR}", - "revision=<(REVISION)", - "patch_storage=<(PATCH_STORAGE)", - "patch_issue=<(ISSUE)", - "patch_set=<(PATCHSET)" - ], - "isolate": "compile_skia.isolate", - "priority": 0.8 - }, "Build-Mac-Clang-arm-Release-iOS": { "dimensions": [ "gpu:none", @@ -1677,56 +1634,6 @@ "isolate": "compile_skia.isolate", "priority": 0.8 }, - "Build-Mac-Clang-arm64-Debug-iOS": { - "dimensions": [ - "gpu:none", - "os:Mac-10.11", - "pool:Skia" - ], - "extra_args": [ - "--workdir", - "../../..", - "swarm_compile", - "repository=<(REPO)", - "buildername=Build-Mac-Clang-arm64-Debug-iOS", - "mastername=fake-master", - "buildnumber=2", - "slavename=fake-buildslave", - "nobuildbot=True", - "swarm_out_dir=${ISOLATED_OUTDIR}", - "revision=<(REVISION)", - "patch_storage=<(PATCH_STORAGE)", - "patch_issue=<(ISSUE)", - "patch_set=<(PATCHSET)" - ], - "isolate": "compile_skia.isolate", - "priority": 0.8 - }, - "Build-Mac-Clang-arm64-Release-iOS": { - "dimensions": [ - "gpu:none", - "os:Mac-10.11", - "pool:Skia" - ], - "extra_args": [ - "--workdir", - "../../..", - "swarm_compile", - "repository=<(REPO)", - "buildername=Build-Mac-Clang-arm64-Release-iOS", - "mastername=fake-master", - "buildnumber=2", - "slavename=fake-buildslave", - "nobuildbot=True", - "swarm_out_dir=${ISOLATED_OUTDIR}", - "revision=<(REVISION)", - "patch_storage=<(PATCH_STORAGE)", - "patch_issue=<(ISSUE)", - "patch_set=<(PATCHSET)" - ], - "isolate": "compile_skia.isolate", - "priority": 0.8 - }, "Build-Mac-Clang-x86_64-Debug": { "dimensions": [ "gpu:none", -- cgit v1.2.3