1781c18f06
Adds new builder name schema for "Canary-*". Bug: skia:10477 Change-Id: I0906c6e2df0af405ae3a2138b0fdeb99a9375853 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/300700 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
25 lines
540 B
JSON
25 lines
540 B
JSON
[
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"[START_DIR]/skia/infra/bots/g3_canary/trigger_wait_g3_task.py",
|
|
"--issue",
|
|
"456789",
|
|
"--patchset",
|
|
"12",
|
|
"--output_file",
|
|
"[CLEANUP]/g3_try_tmp_1/output_file",
|
|
"--builder_name",
|
|
"Build-Debian10-Clang-TAP-Presubmit-G3_Framework"
|
|
],
|
|
"cwd": "[START_DIR]/skia",
|
|
"env": {
|
|
"CHROME_HEADLESS": "1",
|
|
"PATH": "<PATH>:RECIPE_REPO[depot_tools]"
|
|
},
|
|
"name": "Trigger and wait for g3 canary task"
|
|
},
|
|
{
|
|
"name": "$result"
|
|
}
|
|
] |