aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/tasks.json
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-01-04 11:37:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-04 17:37:54 +0000
commit6dbff086f0a20e433e2d687359bdb54219b538f7 (patch)
tree802f48801904510cb6648e24806d1f058fbfcdb3 /infra/bots/tasks.json
parent243f605ce9fb3d7c91a1c49e8f052dd4d00db8a0 (diff)
Add support for Build...ParentRevision tasks.
Bug: skia:7344 Change-Id: I458afe4abe5edff8b8ccbd5abdaf4ebbf892ee00 Reviewed-on: https://skia-review.googlesource.com/90245 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/tasks.json')
-rw-r--r--infra/bots/tasks.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 4e831ea6a0..7bfc7b3bc8 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -186,6 +186,12 @@
"Build-Debian9-Clang-x86_64-Release-Mini"
]
},
+ "Build-Debian9-Clang-x86_64-Release-ParentRevision": {
+ "priority": 0.8,
+ "tasks": [
+ "Build-Debian9-Clang-x86_64-Release-ParentRevision"
+ ]
+ },
"Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD": {
"priority": 0.8,
"tasks": [
@@ -3932,6 +3938,36 @@
"isolate": "compile_skia.isolate",
"priority": 0.8
},
+ "Build-Debian9-Clang-x86_64-Release-ParentRevision": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:10"
+ }
+ ],
+ "dimensions": [
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "os:Debian-9.2",
+ "pool:Skia"
+ ],
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "compile",
+ "repository=<(REPO)",
+ "buildername=Build-Debian9-Clang-x86_64-Release-ParentRevision",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "isolate": "compile_skia.isolate",
+ "priority": 0.8
+ },
"Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD": {
"cipd_packages": [
{