| OLD | NEW |
| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder (clobber)", | 10 "ChromePracticeFullTester", |
| 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/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" | 100 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" |
| 101 }, | 101 }, |
| 102 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "cmd": [ | 105 "cmd": [ |
| 106 "python", | 106 "python", |
| 107 "-u", | 107 "-u", |
| 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | |
| 110 "/path/to/tmp/json" | |
| 111 ], | |
| 112 "cwd": "[SLAVE_BUILD]", | |
| 113 "name": "read test spec", | |
| 114 "~followup_annotations": [ | |
| 115 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | |
| 116 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 117 "@@@STEP_LOG_END@json.output@@@" | |
| 118 ] | |
| 119 }, | |
| 120 { | |
| 121 "cmd": [ | |
| 122 "python", | |
| 123 "-u", | |
| 124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 125 "--output", | 109 "--output", |
| 126 "/path/to/tmp/json", | 110 "/path/to/tmp/json", |
| 127 "--", | 111 "--", |
| 128 "--build-config-fs", | 112 "--build-config-fs", |
| 129 "Release", | 113 "Release", |
| 130 "--paths", | 114 "--paths", |
| 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 132 "--properties", | 116 "--properties", |
| 133 "{\"buildername\": \"Linux Builder (clobber)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" | 117 "{\"buildername\": \"ChromePracticeFullTester\", \"buildnumber\": 571, \"m
astername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
| 134 ], | 118 ], |
| 135 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 136 "name": "get compile targets for scripts", | 120 "name": "get compile targets for scripts", |
| 137 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 122 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] | 124 ] |
| 141 }, | 125 }, |
| 142 { | 126 { |
| 143 "cmd": [ | 127 "cmd": [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 159 "[SLAVE_BUILD]/src", | 143 "[SLAVE_BUILD]/src", |
| 160 "--build-tool", | 144 "--build-tool", |
| 161 "ninja", | 145 "ninja", |
| 162 "--compiler", | 146 "--compiler", |
| 163 "goma", | 147 "goma", |
| 164 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
| 165 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 166 "--goma-dir", | 150 "--goma-dir", |
| 167 "[BUILD]/goma", | 151 "[BUILD]/goma", |
| 168 "--ninja-ensure-up-to-date", | 152 "--ninja-ensure-up-to-date", |
| 169 "--clobber", | |
| 170 "--", | 153 "--", |
| 171 "chromium_builder_tests" | 154 "base_unittests", |
| 155 "chromium_swarm_tests" |
| 172 ], | 156 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 174 "name": "compile", | 158 "name": "compile", |
| 175 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 177 "@@@STEP_LOG_END@json.output (invalid)@@@" | 161 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 178 ] | 162 ] |
| 179 }, | 163 }, |
| 180 { | 164 { |
| 165 "allow_subannotations": true, |
| 166 "cmd": [ |
| 167 "python", |
| 168 "-u", |
| 169 "[BUILD]/scripts/slave/runtest.py", |
| 170 "--target", |
| 171 "Release", |
| 172 "--xvfb", |
| 173 "--factory-properties", |
| 174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromePracticeFullTester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"s
lavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
, |
| 175 "--build-properties", |
| 176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromePracticeFullTester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"s
lavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
, |
| 177 "--annotate=gtest", |
| 178 "--test-type=base_unittests", |
| 179 "--step-name=base_unittests", |
| 180 "--test-launcher-summary-output", |
| 181 "/path/to/tmp/json", |
| 182 "--builder-name=ChromePracticeFullTester", |
| 183 "--slave-name=TestSlavename", |
| 184 "--build-number=571", |
| 185 "base_unittests" |
| 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "base_unittests" |
| 189 }, |
| 190 { |
| 181 "name": "$result", | 191 "name": "$result", |
| 182 "recipe_result": null, | 192 "recipe_result": null, |
| 183 "status_code": 0 | 193 "status_code": 0 |
| 184 } | 194 } |
| 185 ] | 195 ] |
| OLD | NEW |