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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_Tests__2_.json

Issue 275303003: Reland: Use real revision mapping in bot_update module (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix nits, copy GOT_REVISION_MAPPING sub-dict to avoid modifying the global one. Created 6 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "abort_on_failure": true, 11 "abort_on_failure": true,
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
16 "--master", 16 "--master",
17 "chromium.win", 17 "chromium.win",
18 "--builder", 18 "--builder",
19 "Win7 Tests (2)", 19 "Win7 Tests (2)",
20 "--slave", 20 "--slave",
21 "TestSlavename", 21 "TestSlavename",
22 "--spec", 22 "--spec",
23 "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'}]", 23 "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'}]",
24 "--revision_mapping_file",
25 "{\"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/swarm_client\": \"got_swarm_client_revisi on\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\ ": \"got_v8_revision\"}",
24 "--output_json", 26 "--output_json",
25 "/path/to/tmp/json" 27 "/path/to/tmp/json"
26 ], 28 ],
27 "name": "bot_update", 29 "name": "bot_update",
28 "~followup_annotations": [ 30 "~followup_annotations": [
29 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@",
31 "@@@STEP_LOG_LINE@json.output@}@@@", 33 "@@@STEP_LOG_LINE@json.output@}@@@",
32 "@@@STEP_LOG_END@json.output@@@" 34 "@@@STEP_LOG_END@json.output@@@"
33 ] 35 ]
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "cmd": [ 225 "cmd": [
224 "python", 226 "python",
225 "-u", 227 "-u",
226 "[BUILD]\\scripts\\slave\\process_dumps.py", 228 "[BUILD]\\scripts\\slave\\process_dumps.py",
227 "--target", 229 "--target",
228 "Release" 230 "Release"
229 ], 231 ],
230 "name": "process_dumps" 232 "name": "process_dumps"
231 } 233 }
232 ] 234 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698