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

Side by Side Diff: scripts/slave/recipes/infra/recipe_simulation.expected/normal.json

Issue 1577683003: Fix recipe_simulation test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.tools.build", 8 "chromium.tools.build",
9 "--builder", 9 "--builder",
10 "recipe simulation tester", 10 "recipe simulation tester",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 46 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@", 47 "@@@STEP_LOG_END@json.output@@@",
48 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@", 48 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@",
49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@"
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python",
55 "-u",
54 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", 56 "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
55 "fetch" 57 "fetch"
56 ], 58 ],
57 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
58 "name": "recipe fetch deps" 60 "name": "recipe fetch deps"
59 }, 61 },
60 { 62 {
61 "cmd": [ 63 "cmd": [
64 "python",
65 "-u",
62 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", 66 "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
63 "simulation_test" 67 "simulation_test"
64 ], 68 ],
65 "cwd": "[SLAVE_BUILD]", 69 "cwd": "[SLAVE_BUILD]",
66 "name": "recipe simulation test" 70 "name": "recipe simulation test"
67 }, 71 },
68 { 72 {
69 "name": "$result", 73 "name": "$result",
70 "recipe_result": null, 74 "recipe_result": null,
71 "status_code": 0 75 "status_code": 0
72 } 76 }
73 ] 77 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698