aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/tasks.json
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2017-12-08 12:58:20 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-08 22:26:38 +0000
commitedc4f3e604b907d910aae0215787060d0d07ec28 (patch)
tree9d7f5b4ffa6f282ade88cb8180ff9e7ac855663d /infra/bots/tasks.json
parent2fc5322a042abe7a3761a0108da1a67669136e25 (diff)
Add new Bookmaker bot that runs nightly
The new bot: 1) Extracts all fiddles out of markdown files. 2) Forces fiddle.skia.org to compile all those fiddles and get output in JSON. 3) Scans the output and reports any compiletime/runtime errors. 4) Updates markdown in site/user/api/ using the new hashes (if any) from fiddle.skia.org. To ensure the bot does not check in unexpected changes: * upload_md.py makes sure that all modified files are under site/user/api/. It errors out if this is not the case. * CLs with docs only changes normally have 'NoTry: true' added to their descriptions. This is not done for the new bot because we want to run it through trybots to make sure nothing unexpected snuck in. * rmistry@ and caryclark@ are automatically CC'ed on all uploaded changes. I plan to watch the bot closely for at least a couple of weeks. Bug: skia:7310 Change-Id: I759fc8bae1e32a6f175e3b1a895947d14ca5fe3a Reviewed-on: https://skia-review.googlesource.com/79941 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/tasks.json')
-rw-r--r--infra/bots/tasks.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index e2c2150632..c6b13755e5 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -485,6 +485,13 @@
"Upload-Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All"
]
},
+ "Housekeeper-Nightly-Bookmaker": {
+ "priority": 0.8,
+ "tasks": [
+ "Housekeeper-Nightly-Bookmaker"
+ ],
+ "trigger": "nightly"
+ },
"Housekeeper-Nightly-RecreateSKPs_Canary": {
"priority": 0.8,
"tasks": [
@@ -5184,6 +5191,41 @@
"isolate": "infra_skia.isolate",
"priority": 0.8
},
+ "Housekeeper-Nightly-Bookmaker": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/go",
+ "path": "go",
+ "version": "version:3"
+ }
+ ],
+ "dependencies": [
+ "Build-Debian9-GCC-x86_64-Release"
+ ],
+ "dimensions": [
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "os:Debian-9.2",
+ "pool:Skia"
+ ],
+ "execution_timeout_ns": 7200000000000,
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "bookmaker",
+ "repository=<(REPO)",
+ "buildername=Housekeeper-Nightly-Bookmaker",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "io_timeout_ns": 7200000000000,
+ "isolate": "compile_skia.isolate",
+ "priority": 0.8
+ },
"Housekeeper-Nightly-RecreateSKPs_Canary": {
"cipd_packages": [
{