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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.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_chromium_rel_ng", 10 "linux_chromium_rel_ng",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
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 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
67 ] 68 ]
68 }, 69 },
69 { 70 {
70 "cmd": [ 71 "cmd": [
71 "python", 72 "python",
72 "-u", 73 "-u",
73 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 74 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
74 "--version" 75 "--version"
75 ], 76 ],
77 "cwd": "[SLAVE_BUILD]",
76 "name": "swarming.py --version", 78 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 79 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 80 "~followup_annotations": [
79 "@@@STEP_TEXT@0.4.10@@@" 81 "@@@STEP_TEXT@0.4.10@@@"
80 ] 82 ]
81 }, 83 },
82 { 84 {
83 "cmd": [ 85 "cmd": [
84 "python", 86 "python",
85 "-u", 87 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 88 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 89 "runhooks"
88 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
89 "env": { 92 "env": {
90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1" 93 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1"
91 }, 94 },
92 "name": "gclient runhooks (with patch)" 95 "name": "gclient runhooks (with patch)"
93 }, 96 },
94 { 97 {
95 "cmd": [ 98 "cmd": [
96 "python", 99 "python",
97 "-u", 100 "-u",
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
100 "/path/to/tmp/json" 103 "/path/to/tmp/json"
101 ], 104 ],
105 "cwd": "[SLAVE_BUILD]",
102 "name": "read test spec", 106 "name": "read test spec",
103 "~followup_annotations": [ 107 "~followup_annotations": [
104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
105 "@@@STEP_LOG_LINE@json.output@{}@@@", 109 "@@@STEP_LOG_LINE@json.output@{}@@@",
106 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
107 ] 111 ]
108 }, 112 },
109 { 113 {
110 "cmd": [ 114 "cmd": [
111 "python", 115 "python",
112 "-u", 116 "-u",
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
114 "--output", 118 "--output",
115 "/path/to/tmp/json", 119 "/path/to/tmp/json",
116 "--", 120 "--",
117 "--build-config-fs", 121 "--build-config-fs",
118 "Release", 122 "Release",
119 "--paths", 123 "--paths",
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
121 "--properties", 125 "--properties",
122 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 126 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
123 ], 127 ],
128 "cwd": "[SLAVE_BUILD]",
124 "name": "get compile targets for scripts", 129 "name": "get compile targets for scripts",
125 "~followup_annotations": [ 130 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output@{}@@@", 131 "@@@STEP_LOG_LINE@json.output@{}@@@",
127 "@@@STEP_LOG_END@json.output@@@" 132 "@@@STEP_LOG_END@json.output@@@"
128 ] 133 ]
129 }, 134 },
130 { 135 {
131 "cmd": [ 136 "cmd": [
132 "killall", 137 "killall",
133 "-9", 138 "-9",
134 "gnome-keyring-daemon" 139 "gnome-keyring-daemon"
135 ], 140 ],
141 "cwd": "[SLAVE_BUILD]",
136 "name": "killall gnome-keyring-daemon" 142 "name": "killall gnome-keyring-daemon"
137 }, 143 },
138 { 144 {
139 "cmd": [ 145 "cmd": [
140 "git", 146 "git",
141 "diff", 147 "diff",
142 "--cached", 148 "--cached",
143 "--name-only" 149 "--name-only"
144 ], 150 ],
145 "cwd": "[SLAVE_BUILD]/src", 151 "cwd": "[SLAVE_BUILD]/src",
146 "name": "git diff to analyze patch", 152 "name": "git diff to analyze patch",
147 "stdout": "/path/to/tmp/", 153 "stdout": "/path/to/tmp/",
148 "~followup_annotations": [ 154 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@files@foo.cc@@@", 155 "@@@STEP_LOG_LINE@files@foo.cc@@@",
150 "@@@STEP_LOG_END@files@@@" 156 "@@@STEP_LOG_END@files@@@"
151 ] 157 ]
152 }, 158 },
153 { 159 {
154 "cmd": [ 160 "cmd": [
155 "python", 161 "python",
156 "-u", 162 "-u",
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
158 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 164 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
159 "/path/to/tmp/json" 165 "/path/to/tmp/json"
160 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
161 "name": "read filter exclusion spec", 168 "name": "read filter exclusion spec",
162 "~followup_annotations": [ 169 "~followup_annotations": [
163 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 170 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
164 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 172 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
167 "@@@STEP_LOG_LINE@json.output@ }, @@@", 174 "@@@STEP_LOG_LINE@json.output@ }, @@@",
168 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 175 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
170 "@@@STEP_LOG_LINE@json.output@ }, @@@", 177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
171 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 179 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
173 "@@@STEP_LOG_LINE@json.output@ }@@@", 180 "@@@STEP_LOG_LINE@json.output@ }@@@",
174 "@@@STEP_LOG_LINE@json.output@}@@@", 181 "@@@STEP_LOG_LINE@json.output@}@@@",
175 "@@@STEP_LOG_END@json.output@@@" 182 "@@@STEP_LOG_END@json.output@@@"
176 ] 183 ]
177 }, 184 },
178 { 185 {
179 "cmd": [ 186 "cmd": [
180 "python", 187 "python",
181 "-u", 188 "-u",
182 "[SLAVE_BUILD]/src/build/gyp_chromium", 189 "[SLAVE_BUILD]/src/build/gyp_chromium",
183 "--analyzer", 190 "--analyzer",
184 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\ ", \"telemetry_gpu_test_run\"]}", 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\ ", \"telemetry_gpu_test_run\"]}",
185 "/path/to/tmp/json" 192 "/path/to/tmp/json"
186 ], 193 ],
194 "cwd": "[SLAVE_BUILD]",
187 "env": { 195 "env": {
188 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1" 196 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1"
189 }, 197 },
190 "name": "analyze", 198 "name": "analyze",
191 "~followup_annotations": [ 199 "~followup_annotations": [
192 "@@@STEP_TEXT@No compile necessary@@@", 200 "@@@STEP_TEXT@No compile necessary@@@",
193 "@@@STEP_LOG_LINE@json.output@{@@@", 201 "@@@STEP_LOG_LINE@json.output@{@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
196 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
197 "@@@STEP_LOG_LINE@json.output@}@@@", 205 "@@@STEP_LOG_LINE@json.output@}@@@",
198 "@@@STEP_LOG_END@json.output@@@" 206 "@@@STEP_LOG_END@json.output@@@"
199 ] 207 ]
200 } 208 }
201 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698