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

Side by Side Diff: scripts/slave/recipe_modules/v8/example.expected/forced_build.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
OLDNEW
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 "Fake_Master", 8 "Fake_Master",
9 "--builder", 9 "--builder",
10 "Fake Builder", 10 "Fake Builder",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "cwd": "[SLAVE_BUILD]/v8", 101 "cwd": "[SLAVE_BUILD]/v8",
102 "name": "Example2", 102 "name": "Example2",
103 "~followup_annotations": [ 103 "~followup_annotations": [
104 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@" 104 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@"
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py" 111 "RECIPE_MODULE[build.perf_dashboard]/resources/post_json.py"
112 ], 112 ],
113 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
114 "name": "perf dashboard post", 114 "name": "perf dashboard post",
115 "stdin": "{\"data\": [{\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\" , \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns \": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v 8/v8/Richards\", \"units\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \" master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\ ", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"d eadbeef\"}, \"test\": \"v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\" }, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_ Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/Richards\", \"unit s\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fak e Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \"master\": \"Fake_Master \", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_colum ns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \ "v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\"}], \"url\": \"https:// chrome-perf.googleplex.com/add_point\"}" 115 "stdin": "{\"data\": [{\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\" , \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns \": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v 8/v8/Richards\", \"units\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \" master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\ ", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"d eadbeef\"}, \"test\": \"v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\" }, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_ Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/Richards\", \"unit s\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fak e Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \"master\": \"Fake_Master \", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_colum ns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \ "v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\"}], \"url\": \"https:// chrome-perf.googleplex.com/add_point\"}"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_MODULE[v8]/resources/merge_perf_results.py", 121 "RECIPE_MODULE[build.v8]/resources/merge_perf_results.py",
122 "[SLAVE_BUILD]/test_output1.json", 122 "[SLAVE_BUILD]/test_output1.json",
123 "[SLAVE_BUILD]/test_output2.json" 123 "[SLAVE_BUILD]/test_output2.json"
124 ], 124 ],
125 "cwd": "[SLAVE_BUILD]", 125 "cwd": "[SLAVE_BUILD]",
126 "name": "merge perf results", 126 "name": "merge perf results",
127 "stdout": "/path/to/tmp/json", 127 "stdout": "/path/to/tmp/json",
128 "~followup_annotations": [ 128 "~followup_annotations": [
129 "@@@STEP_LOG_LINE@json.output@{@@@", 129 "@@@STEP_LOG_LINE@json.output@{@@@",
130 "@@@STEP_LOG_LINE@json.output@ \"res\": \"the result\"@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"res\": \"the result\"@@@",
131 "@@@STEP_LOG_LINE@json.output@}@@@", 131 "@@@STEP_LOG_LINE@json.output@}@@@",
132 "@@@STEP_LOG_END@json.output@@@" 132 "@@@STEP_LOG_END@json.output@@@"
133 ] 133 ]
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "echo", 137 "echo",
138 "the result" 138 "the result"
139 ], 139 ],
140 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
141 "name": "do something with the results" 141 "name": "do something with the results"
142 }, 142 },
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "RECIPE_MODULE[v8]/resources/merge_perf_result_maps.py", 147 "RECIPE_MODULE[build.v8]/resources/merge_perf_result_maps.py",
148 "{\"example1\": \"[SLAVE_BUILD]/test_output1.json\", \"example2\": \"[SLAV E_BUILD]/test_output2.json\"}" 148 "{\"example1\": \"[SLAVE_BUILD]/test_output1.json\", \"example2\": \"[SLAV E_BUILD]/test_output2.json\"}"
149 ], 149 ],
150 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
151 "name": "merge perf results (maps)", 151 "name": "merge perf results (maps)",
152 "stdout": "/path/to/tmp/json", 152 "stdout": "/path/to/tmp/json",
153 "~followup_annotations": [ 153 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"example1\": \"the result\"@@@", 155 "@@@STEP_LOG_LINE@json.output@ \"example1\": \"the result\"@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]", 230 "cwd": "[SLAVE_BUILD]",
231 "name": "first trace no patch" 231 "name": "first trace no patch"
232 }, 232 },
233 { 233 {
234 "name": "$result", 234 "name": "$result",
235 "recipe_result": null, 235 "recipe_result": null,
236 "status_code": 0 236 "status_code": 0
237 } 237 }
238 ] 238 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698