Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/bad_patches.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "/opt/infra-tools/authutil", 4 "/opt/infra-tools/authutil",
5 "token" 5 "token"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]",
8 "name": "Get auth token", 7 "name": "Get auth token",
9 "stdout": "/path/to/tmp/" 8 "stdout": "/path/to/tmp/"
10 }, 9 },
11 { 10 {
12 "cmd": [ 11 "cmd": [
13 "python", 12 "python",
14 "-u", 13 "-u",
15 "import sys; sys.exit(1)" 14 "import sys; sys.exit(1)"
16 ], 15 ],
17 "cwd": "[SLAVE_BUILD]",
18 "name": "Invalid patchset list", 16 "name": "Invalid patchset list",
19 "~followup_annotations": [ 17 "~followup_annotations": [
20 "step returned non-zero exit code: 1", 18 "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')}@@@", 19 "@@@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@@@" 20 "@@@STEP_FAILURE@@@"
23 ] 21 ]
24 }, 22 },
25 { 23 {
26 "name": "$result", 24 "name": "$result",
27 "reason": "Step('Invalid patchset list') failed with return_code 1", 25 "reason": "Step('Invalid patchset list') failed with return_code 1",
28 "status_code": 1 26 "status_code": 1
29 } 27 }
30 ] 28 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698