| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "authutil", | 4 "/opt/infra-tools/authutil", |
| 5 "token" | 5 "token" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | 7 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "Get auth token", | 8 "name": "Get auth token", |
| 9 "stdout": "/path/to/tmp/" | 9 "stdout": "/path/to/tmp/" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "import sys; sys.exit(1)" | 15 "import sys; sys.exit(1)" |
| 16 ], | 16 ], |
| 17 "cwd": "[SLAVE_BUILD]", | 17 "cwd": "[SLAVE_BUILD]", |
| 18 "name": "Invalid patchset list", | 18 "name": "Invalid patchset list", |
| 19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
| 20 "step returned non-zero exit code: 1", | 20 "step returned non-zero exit code: 1", |
| 21 "@@@STEP_TEXT@You have two patches for 'build'. Patches seen so far: {'bui
ld': RietveldPatch(project='build', server='https://f.e.w', issue='1', patchset=
'1')}@@@", | 21 "@@@STEP_TEXT@You have two patches for 'build'. Patches seen so far: {'bui
ld': RietveldPatch(project='build', server='https://f.e.w', issue='1', patchset=
'1')}@@@", |
| 22 "@@@STEP_FAILURE@@@" | 22 "@@@STEP_FAILURE@@@" |
| 23 ] | 23 ] |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "name": "$result", | 26 "name": "$result", |
| 27 "reason": "Step('Invalid patchset list') failed with return_code 1", | 27 "reason": "Step('Invalid patchset list') failed with return_code 1", |
| 28 "status_code": 1 | 28 "status_code": 1 |
| 29 } | 29 } |
| 30 ] | 30 ] |
| OLD | NEW |