diff options
author | Mike Klein <mtklein@chromium.org> | 2017-02-02 14:15:01 -0500 |
---|---|---|
committer | Mike Klein <mtklein@chromium.org> | 2017-02-02 19:23:32 +0000 |
commit | 6bf4891c1e2014659fe852ca6690406d65b65b2c (patch) | |
tree | f284588832755201d22aa5c8f7f4c54c647e090e /infra | |
parent | 33b003babe3d3b010dab167d131ecc5f36f56033 (diff) |
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 <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/jobs.json | 3 | ||||
-rw-r--r-- | infra/bots/tasks.json | 93 |
2 files changed, 0 insertions, 96 deletions
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", |