skia2/infra/bots/recipes/g3_compile.expected/g3_compile_trybot.json
Ravi Mistry 92b81e14d9 Add CL link in G3 trybot
NoTry: true
Bug: skia:9169
Change-Id: I9fca155d0e8b238e5a38348a40fb3351f0aef2fc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/221276
Reviewed-by: Ravi Mistry <rmistry@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-06-17 16:16:47 +00:00

31 lines
617 B
JSON

[
{
"cmd": [
"python",
"[START_DIR]/skia/infra/bots/g3_compile/trigger_wait_g3_task.py",
"--issue",
"1234",
"--patchset",
"1",
"--output_file",
"[CLEANUP]/g3_try_tmp_1/output_file"
],
"name": "Trigger and wait for g3 compile task"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"rmtree",
"[CLEANUP]/g3_try_tmp_1"
],
"infra_step": true,
"name": "rmtree [CLEANUP]/g3_try_tmp_1"
},
{
"name": "$result"
}
]