| [ |
| { |
| "cmd": [], |
| "name": "get steps from programs" |
| }, |
| { |
| "cmd": [], |
| "name": "get steps from programs.timeout 10s", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "python", |
| "-m", |
| "pw_cli", |
| "--directory", |
| "[START_DIR]/checkout", |
| "--loglevel", |
| "debug", |
| "presubmit", |
| "--output-directory", |
| "[START_DIR]/checkout/p", |
| "--only-list-steps", |
| "--program", |
| "empty", |
| "--full" |
| ], |
| "luci_context": { |
| "deadline": { |
| "grace_period": 30.0, |
| "soft_deadline": 1337000014.5 |
| } |
| }, |
| "name": "get steps from programs.get steps", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@json.output@[]@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[]", |
| "[START_DIR]/checkout/p/list_steps_file.json" |
| ], |
| "infra_step": true, |
| "name": "get steps from programs.write list steps file", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@list_steps_file.json@[]@@@", |
| "@@@STEP_LOG_END@list_steps_file.json@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "python", |
| "-m", |
| "pw_cli", |
| "--directory", |
| "[START_DIR]/checkout", |
| "build-id" |
| ], |
| "name": "get build id" |
| }, |
| { |
| "name": "$result" |
| } |
| ] |