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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_git_WinGit.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.git", 17 "chromium.git",
18 "--builder", 18 "--builder",
19 "WinGit", 19 "WinGit",
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_TEXT@Some step text@@@", 31 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "--json", 122 "--json",
121 "/path/to/tmp/json" 123 "/path/to/tmp/json"
122 ], 124 ],
123 "name": "checkdeps", 125 "name": "checkdeps",
124 "~followup_annotations": [ 126 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@json.output@[]@@@", 127 "@@@STEP_LOG_LINE@json.output@[]@@@",
126 "@@@STEP_LOG_END@json.output@@@" 128 "@@@STEP_LOG_END@json.output@@@"
127 ] 129 ]
128 } 130 }
129 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698