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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/unittest_sync_fails.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 "abort_on_failure": true, 3 "abort_on_failure": true,
4 "cmd": [ 4 "cmd": [
5 "python", 5 "python",
6 "-u", 6 "-u",
7 "[BUILD]/scripts/slave/bot_update.py", 7 "[BUILD]/scripts/slave/bot_update.py",
8 "--master", 8 "--master",
9 "chromium.testing.master", 9 "chromium.testing.master",
10 "--builder", 10 "--builder",
11 "unittest_fake_trybotname", 11 "unittest_fake_trybotname",
12 "--slave", 12 "--slave",
13 "TestSlavename", 13 "TestSlavename",
14 "--spec", 14 "--spec",
15 "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 "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'}]",
16 "--root", 16 "--root",
17 "src", 17 "src",
18 "--revision", 18 "--revision",
19 "HEAD", 19 "HEAD",
20 "--revision_mapping_file",
21 "{\"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\"}",
20 "--issue", 22 "--issue",
21 "12853011", 23 "12853011",
22 "--patchset", 24 "--patchset",
23 "1", 25 "1",
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@{@@@",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--compiler", 260 "--compiler",
259 "goma", 261 "goma",
260 "--goma-dir", 262 "--goma-dir",
261 "[BUILD]/goma", 263 "[BUILD]/goma",
262 "--", 264 "--",
263 "all" 265 "all"
264 ], 266 ],
265 "name": "compile" 267 "name": "compile"
266 } 268 }
267 ] 269 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698