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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 "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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm", 10 "linux_arm",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
68 ] 69 ]
69 }, 70 },
70 { 71 {
71 "cmd": [ 72 "cmd": [
72 "python", 73 "python",
73 "-u", 74 "-u",
74 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 75 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
75 "[SLAVE_BUILD]/src/testing/buildbot/chromium_arm.json", 76 "[SLAVE_BUILD]/src/testing/buildbot/chromium_arm.json",
76 "/path/to/tmp/json" 77 "/path/to/tmp/json"
77 ], 78 ],
79 "cwd": "[SLAVE_BUILD]",
78 "name": "read test spec", 80 "name": "read test spec",
79 "~followup_annotations": [ 81 "~followup_annotations": [
80 "@@@STEP_TEXT@path: testing/buildbot/chromium_arm.json@@@", 82 "@@@STEP_TEXT@path: testing/buildbot/chromium_arm.json@@@",
81 "@@@STEP_LOG_LINE@json.output@{@@@", 83 "@@@STEP_LOG_LINE@json.output@{@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_run\"@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_run\"@@@",
84 "@@@STEP_LOG_LINE@json.output@ ], @@@", 86 "@@@STEP_LOG_LINE@json.output@ ], @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
86 "@@@STEP_LOG_LINE@json.output@ {@@@", 88 "@@@STEP_LOG_LINE@json.output@ {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*.*\" , @@@", 89 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*.*\" , @@@",
(...skipping 18 matching lines...) Expand all
106 "--output", 108 "--output",
107 "/path/to/tmp/json", 109 "/path/to/tmp/json",
108 "--", 110 "--",
109 "--build-config-fs", 111 "--build-config-fs",
110 "Release", 112 "Release",
111 "--paths", 113 "--paths",
112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 114 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
113 "--properties", 115 "--properties",
114 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}" 116 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}"
115 ], 117 ],
118 "cwd": "[SLAVE_BUILD]",
116 "name": "get compile targets for scripts", 119 "name": "get compile targets for scripts",
117 "~followup_annotations": [ 120 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@json.output@{}@@@", 121 "@@@STEP_LOG_LINE@json.output@{}@@@",
119 "@@@STEP_LOG_END@json.output@@@" 122 "@@@STEP_LOG_END@json.output@@@"
120 ] 123 ]
121 }, 124 },
122 { 125 {
123 "cmd": [ 126 "cmd": [
124 "git", 127 "git",
125 "diff", 128 "diff",
126 "--cached", 129 "--cached",
127 "--name-only" 130 "--name-only"
128 ], 131 ],
129 "cwd": "[SLAVE_BUILD]/src", 132 "cwd": "[SLAVE_BUILD]/src",
130 "name": "git diff to analyze patch", 133 "name": "git diff to analyze patch",
131 "stdout": "/path/to/tmp/", 134 "stdout": "/path/to/tmp/",
132 "~followup_annotations": [ 135 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@files@foo.cc@@@", 136 "@@@STEP_LOG_LINE@files@foo.cc@@@",
134 "@@@STEP_LOG_END@files@@@" 137 "@@@STEP_LOG_END@files@@@"
135 ] 138 ]
136 }, 139 },
137 { 140 {
138 "cmd": [ 141 "cmd": [
139 "python", 142 "python",
140 "-u", 143 "-u",
141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 144 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
142 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 145 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
143 "/path/to/tmp/json" 146 "/path/to/tmp/json"
144 ], 147 ],
148 "cwd": "[SLAVE_BUILD]",
145 "name": "read filter exclusion spec", 149 "name": "read filter exclusion spec",
146 "~followup_annotations": [ 150 "~followup_annotations": [
147 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 151 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
148 "@@@STEP_LOG_LINE@json.output@{@@@", 152 "@@@STEP_LOG_LINE@json.output@{@@@",
149 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 153 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
151 "@@@STEP_LOG_LINE@json.output@ }, @@@", 155 "@@@STEP_LOG_LINE@json.output@ }, @@@",
152 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 156 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
154 "@@@STEP_LOG_LINE@json.output@ }, @@@", 158 "@@@STEP_LOG_LINE@json.output@ }, @@@",
155 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 159 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 160 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
157 "@@@STEP_LOG_LINE@json.output@ }@@@", 161 "@@@STEP_LOG_LINE@json.output@ }@@@",
158 "@@@STEP_LOG_LINE@json.output@}@@@", 162 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@" 163 "@@@STEP_LOG_END@json.output@@@"
160 ] 164 ]
161 }, 165 },
162 { 166 {
163 "cmd": [ 167 "cmd": [
164 "python", 168 "python",
165 "-u", 169 "-u",
166 "[SLAVE_BUILD]/src/build/gyp_chromium", 170 "[SLAVE_BUILD]/src/build/gyp_chromium",
167 "--analyzer", 171 "--analyzer",
168 "{\"files\": [\"foo.cc\"], \"targets\": [\"browser_tests\", \"base_tests\" ]}", 172 "{\"files\": [\"foo.cc\"], \"targets\": [\"browser_tests\", \"base_tests\" ]}",
169 "/path/to/tmp/json" 173 "/path/to/tmp/json"
170 ], 174 ],
175 "cwd": "[SLAVE_BUILD]",
171 "env": { 176 "env": {
172 "GYP_CROSSCOMPILE": "1", 177 "GYP_CROSSCOMPILE": "1",
173 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch ive use_goma=1" 178 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch ive use_goma=1"
174 }, 179 },
175 "name": "analyze", 180 "name": "analyze",
176 "~followup_annotations": [ 181 "~followup_annotations": [
177 "@@@STEP_TEXT@No compile necessary@@@", 182 "@@@STEP_TEXT@No compile necessary@@@",
178 "@@@STEP_LOG_LINE@json.output@{@@@", 183 "@@@STEP_LOG_LINE@json.output@{@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 184 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 185 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 186 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
182 "@@@STEP_LOG_LINE@json.output@}@@@", 187 "@@@STEP_LOG_LINE@json.output@}@@@",
183 "@@@STEP_LOG_END@json.output@@@" 188 "@@@STEP_LOG_END@json.output@@@"
184 ] 189 ]
185 } 190 }
186 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698