OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", |
7 "--json-file", | 7 "--json-file", |
8 "/path/to/tmp/json", | 8 "/path/to/tmp/json", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3?format=json", | 10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3?format=json", |
11 "--attempts", | 11 "--attempts", |
12 "10" | 12 "10" |
13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", |
14 "name": "Fetch tryjob commit", | 15 "name": "Fetch tryjob commit", |
15 "~followup_annotations": [ | 16 "~followup_annotations": [ |
16 "@@@STEP_LOG_LINE@json.output@{@@@", | 17 "@@@STEP_LOG_LINE@json.output@{@@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
21 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 22 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
22 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
23 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 24 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
(...skipping 10 matching lines...) Expand all Loading... |
34 "@@@STEP_LOG_LINE@json.output@}@@@", | 35 "@@@STEP_LOG_LINE@json.output@}@@@", |
35 "@@@STEP_LOG_END@json.output@@@" | 36 "@@@STEP_LOG_END@json.output@@@" |
36 ] | 37 ] |
37 }, | 38 }, |
38 { | 39 { |
39 "name": "$final_result", | 40 "name": "$final_result", |
40 "reason": "Could not find tryjob description.", | 41 "reason": "Could not find tryjob description.", |
41 "status_code": 1 | 42 "status_code": 1 |
42 } | 43 } |
43 ] | 44 ] |
OLD | NEW |