skia2/infra/bots/recipes/g3_compile.expected/g3_compile_trybot.json
Robert Iannucci 0a42768997 Remove use of deprecated tempfile module in skia.
The lack of 'rmfile' steps is OK because all of the temporary paths
are created within swarming's sandbox; swarming will clean everything
up after the recipe has quit.

R=borenet@google.com

Change-Id: Ibb8dc612ec8eb98fe966c9caa90ba59db48dbfba
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/239797
Auto-Submit: Robbie Iannucci <iannucci@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-09-07 01:43:49 +00:00

18 lines
329 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"
},
{
"name": "$result"
}
]