| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux GN", | 10 "Linux GN", |
| 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/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"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/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@HEAD", | 22 "src@HEAD", |
| 23 "--force" | 23 "--force" |
| 24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
| 25 "name": "bot_update", | 26 "name": "bot_update", |
| 26 "~followup_annotations": [ | 27 "~followup_annotations": [ |
| 27 "@@@STEP_TEXT@Some step text@@@", | 28 "@@@STEP_TEXT@Some step text@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", | 29 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 62 ] | 63 ] |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 65 "cmd": [ | 66 "cmd": [ |
| 66 "python", | 67 "python", |
| 67 "-u", | 68 "-u", |
| 68 "[DEPOT_TOOLS]/gclient.py", | 69 "[DEPOT_TOOLS]/gclient.py", |
| 69 "runhooks" | 70 "runhooks" |
| 70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
| 71 "env": { | 73 "env": { |
| 72 "GYP_CHROMIUM_NO_ACTION": "1" | 74 "GYP_CHROMIUM_NO_ACTION": "1" |
| 73 }, | 75 }, |
| 74 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
| 75 }, | 77 }, |
| 76 { | 78 { |
| 77 "cmd": [ | 79 "cmd": [ |
| 78 "python", | 80 "python", |
| 79 "-u", | 81 "-u", |
| 80 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 82 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 81 "gen", | 83 "gen", |
| 82 "-v", | 84 "-v", |
| 83 "-m", | 85 "-m", |
| 84 "chromium.linux", | 86 "chromium.linux", |
| 85 "-b", | 87 "-b", |
| 86 "Linux GN", | 88 "Linux GN", |
| 87 "--config-file", | 89 "--config-file", |
| 88 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 90 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 89 "--goma-dir", | 91 "--goma-dir", |
| 90 "[BUILD]/goma", | 92 "[BUILD]/goma", |
| 91 "//out/Release" | 93 "//out/Release" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "Generate build files" | 96 "name": "Generate build files" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 100 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 101 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
| 102 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
| 103 "name": "read test spec", | 107 "name": "read test spec", |
| 104 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 105 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 109 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@{@@@", | 110 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@ \"Linux GN\": {@@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"Linux GN\": {@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 114 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ }@@@", | 115 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@}@@@", | 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 125 "--build-tool", | 129 "--build-tool", |
| 126 "ninja", | 130 "ninja", |
| 127 "--compiler", | 131 "--compiler", |
| 128 "goma", | 132 "goma", |
| 129 "--goma-dir", | 133 "--goma-dir", |
| 130 "[BUILD]/goma", | 134 "[BUILD]/goma", |
| 131 "--", | 135 "--", |
| 132 "base_unittests", | 136 "base_unittests", |
| 133 "all" | 137 "all" |
| 134 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
| 135 "name": "compile" | 140 "name": "compile" |
| 136 }, | 141 }, |
| 137 { | 142 { |
| 138 "cmd": [ | 143 "cmd": [ |
| 139 "python", | 144 "python", |
| 140 "-u", | 145 "-u", |
| 141 "[DEPOT_TOOLS]/gn.py", | 146 "[DEPOT_TOOLS]/gn.py", |
| 142 "--root=[SLAVE_BUILD]/src", | 147 "--root=[SLAVE_BUILD]/src", |
| 143 "check", | 148 "check", |
| 144 "//out/Release" | 149 "//out/Release" |
| 145 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
| 146 "name": "gn check" | 152 "name": "gn check" |
| 147 }, | 153 }, |
| 148 { | 154 { |
| 149 "cmd": [ | 155 "cmd": [ |
| 150 "python", | 156 "python", |
| 151 "-u", | 157 "-u", |
| 152 "[SLAVE_BUILD]/src/tools/gn/bin/gyp_flag_compare.py", | 158 "[SLAVE_BUILD]/src/tools/gn/bin/gyp_flag_compare.py", |
| 153 "chrome" | 159 "chrome" |
| 154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "gyp_flag_compare" | 162 "name": "gyp_flag_compare" |
| 156 }, | 163 }, |
| 157 { | 164 { |
| 158 "allow_subannotations": true, | 165 "allow_subannotations": true, |
| 159 "cmd": [ | 166 "cmd": [ |
| 160 "python", | 167 "python", |
| 161 "-u", | 168 "-u", |
| 162 "[BUILD]/scripts/slave/runtest.py", | 169 "[BUILD]/scripts/slave/runtest.py", |
| 163 "--target", | 170 "--target", |
| 164 "Release", | 171 "Release", |
| 165 "--xvfb", | 172 "--xvfb", |
| 166 "--factory-properties", | 173 "--factory-properties", |
| 167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.li
nux\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.li
nux\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
| 168 "--build-properties", | 175 "--build-properties", |
| 169 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.li
nux\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux GN\", \"buildnumber\": 571, \"mastername\": \"chromium.li
nux\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
| 170 "--annotate=gtest", | 177 "--annotate=gtest", |
| 171 "--test-type=base_unittests", | 178 "--test-type=base_unittests", |
| 172 "--test-launcher-summary-output", | 179 "--test-launcher-summary-output", |
| 173 "/path/to/tmp/json", | 180 "/path/to/tmp/json", |
| 174 "--generate-json-file", | 181 "--generate-json-file", |
| 175 "-o", | 182 "-o", |
| 176 "gtest-results/base_unittests", | 183 "gtest-results/base_unittests", |
| 177 "--builder-name=Linux GN", | 184 "--builder-name=Linux GN", |
| 178 "--slave-name=TestSlavename", | 185 "--slave-name=TestSlavename", |
| 179 "--build-number=571", | 186 "--build-number=571", |
| 180 "base_unittests" | 187 "base_unittests" |
| 181 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 182 "name": "base_unittests" | 190 "name": "base_unittests" |
| 183 } | 191 } |
| 184 ] | 192 ] |
| OLD | NEW |