OLD | NEW |
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.linux", | 9 "chromium.linux", |
10 "--builder", | 10 "--builder", |
11 "unittest_fake_buildername", | 11 "unittest_fake_buildername", |
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 "--revision_mapping_file", |
| 17 "{\"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\"}", |
16 "--output_json", | 18 "--output_json", |
17 "/path/to/tmp/json" | 19 "/path/to/tmp/json" |
18 ], | 20 ], |
19 "name": "bot_update", | 21 "name": "bot_update", |
20 "~followup_annotations": [ | 22 "~followup_annotations": [ |
21 "@@@STEP_TEXT@Some step text@@@", | 23 "@@@STEP_TEXT@Some step text@@@", |
22 "@@@STEP_LOG_LINE@json.output@{@@@", | 24 "@@@STEP_LOG_LINE@json.output@{@@@", |
23 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 25 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
24 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 26 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
25 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 27 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "--compiler", | 99 "--compiler", |
98 "goma", | 100 "goma", |
99 "--goma-dir", | 101 "--goma-dir", |
100 "[BUILD]/goma", | 102 "[BUILD]/goma", |
101 "--", | 103 "--", |
102 "all" | 104 "all" |
103 ], | 105 ], |
104 "name": "compile" | 106 "name": "compile" |
105 } | 107 } |
106 ] | 108 ] |
OLD | NEW |