OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromiumos", | 8 "chromiumos", |
9 "--builder", | 9 "--builder", |
10 "Test", | 10 "Test", |
(...skipping 28 matching lines...) Expand all Loading... |
39 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
41 "@@@STEP_LOG_LINE@json.output@}@@@", | 41 "@@@STEP_LOG_LINE@json.output@}@@@", |
42 "@@@STEP_LOG_END@json.output@@@" | 42 "@@@STEP_LOG_END@json.output@@@" |
43 ] | 43 ] |
44 }, | 44 }, |
45 { | 45 { |
46 "cmd": [ | 46 "cmd": [ |
47 "python", | 47 "python", |
48 "-u", | 48 "-u", |
49 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 49 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py", |
50 "--json-file", | 50 "--json-file", |
51 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
52 "--url", | 52 "--url", |
53 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", | 53 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", |
54 "--format", | 54 "--format", |
55 "json", | 55 "json", |
56 "--attempts", | 56 "--attempts", |
57 "10" | 57 "10" |
58 ], | 58 ], |
59 "cwd": "[SLAVE_BUILD]", | 59 "cwd": "[SLAVE_BUILD]", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 ], | 99 ], |
100 "cwd": "[SLAVE_BUILD]", | 100 "cwd": "[SLAVE_BUILD]", |
101 "name": "cbuildbot [x86-generic-paladin]" | 101 "name": "cbuildbot [x86-generic-paladin]" |
102 }, | 102 }, |
103 { | 103 { |
104 "name": "$result", | 104 "name": "$result", |
105 "recipe_result": null, | 105 "recipe_result": null, |
106 "status_code": 0 | 106 "status_code": 0 |
107 } | 107 } |
108 ] | 108 ] |
OLD | NEW |