• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [
4      "python",
5      "[START_DIR]/skia/infra/bots/g3_compile/trigger_wait_g3_task.py",
6      "--issue",
7      "1234",
8      "--patchset",
9      "1",
10      "--output_file",
11      "[CLEANUP]/g3_try_tmp_1/output_file"
12    ],
13    "name": "Trigger and wait for g3 compile task"
14  },
15  {
16    "cmd": [
17      "python",
18      "-u",
19      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
20      "--json-output",
21      "/path/to/tmp/json",
22      "rmtree",
23      "[CLEANUP]/g3_try_tmp_1"
24    ],
25    "infra_step": true,
26    "name": "rmtree [CLEANUP]/g3_try_tmp_1"
27  },
28  {
29    "name": "$result"
30  }
31]