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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "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 "Fake_Master", 8 "Fake_Master",
9 "--builder", 9 "--builder",
10 "Fake Builder", 10 "Fake Builder",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "cwd": "[SLAVE_BUILD]/v8", 75 "cwd": "[SLAVE_BUILD]/v8",
76 "name": "Example2", 76 "name": "Example2",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@" 78 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@"
79 ] 79 ]
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "[BUILD]/scripts/slave/recipe_modules/perf_dashboard/resources/post_json.p y" 85 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
86 ], 86 ],
87 "name": "perf dashboard post", 87 "name": "perf dashboard post",
88 "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\"}" 88 "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\"}"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[BUILD]/scripts/slave/recipe_modules/v8/resources/merge_perf_results.py", 94 "RECIPE_MODULE[v8]/resources/merge_perf_results.py",
95 "[SLAVE_BUILD]/test_output1.json", 95 "[SLAVE_BUILD]/test_output1.json",
96 "[SLAVE_BUILD]/test_output2.json" 96 "[SLAVE_BUILD]/test_output2.json"
97 ], 97 ],
98 "name": "merge perf results", 98 "name": "merge perf results",
99 "stdout": "/path/to/tmp/json", 99 "stdout": "/path/to/tmp/json",
100 "~followup_annotations": [ 100 "~followup_annotations": [
101 "@@@STEP_LOG_LINE@json.output@{@@@", 101 "@@@STEP_LOG_LINE@json.output@{@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"res\": \"the result\"@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"res\": \"the result\"@@@",
103 "@@@STEP_LOG_LINE@json.output@}@@@", 103 "@@@STEP_LOG_LINE@json.output@}@@@",
104 "@@@STEP_LOG_END@json.output@@@" 104 "@@@STEP_LOG_END@json.output@@@"
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "echo", 109 "echo",
110 "the result" 110 "the result"
111 ], 111 ],
112 "name": "do something with the results" 112 "name": "do something with the results"
113 } 113 }
114 ] 114 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698