| 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 ARM Cross-Compile", | 10 "Linux ARM Cross-Compile", |
| 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 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
| 24 "name": "bot_update", | 25 "name": "bot_update", |
| 25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 61 ] | 62 ] |
| 62 }, | 63 }, |
| 63 { | 64 { |
| 64 "cmd": [ | 65 "cmd": [ |
| 65 "python", | 66 "python", |
| 66 "-u", | 67 "-u", |
| 67 "[DEPOT_TOOLS]/gclient.py", | 68 "[DEPOT_TOOLS]/gclient.py", |
| 68 "runhooks" | 69 "runhooks" |
| 69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 70 "env": { | 72 "env": { |
| 71 "GYP_CROSSCOMPILE": "1", | 73 "GYP_CROSSCOMPILE": "1", |
| 72 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=prepare" | 74 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=prepare" |
| 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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 81 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 83 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 82 "/path/to/tmp/json" | 84 "/path/to/tmp/json" |
| 83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
| 84 "name": "read test spec", | 87 "name": "read test spec", |
| 85 "~followup_annotations": [ | 88 "~followup_annotations": [ |
| 86 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 89 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 87 "@@@STEP_LOG_LINE@json.output@{}@@@", | 90 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 88 "@@@STEP_LOG_END@json.output@@@" | 91 "@@@STEP_LOG_END@json.output@@@" |
| 89 ] | 92 ] |
| 90 }, | 93 }, |
| 91 { | 94 { |
| 92 "cmd": [ | 95 "cmd": [ |
| 93 "python", | 96 "python", |
| 94 "-u", | 97 "-u", |
| 95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 98 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 96 "--output", | 99 "--output", |
| 97 "/path/to/tmp/json", | 100 "/path/to/tmp/json", |
| 98 "--", | 101 "--", |
| 99 "--build-config-fs", | 102 "--build-config-fs", |
| 100 "Release", | 103 "Release", |
| 101 "--paths", | 104 "--paths", |
| 102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 105 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 103 "--properties", | 106 "--properties", |
| 104 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" | 107 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" |
| 105 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "get compile targets for scripts", | 110 "name": "get compile targets for scripts", |
| 107 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@{}@@@", | 112 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 109 "@@@STEP_LOG_END@json.output@@@" | 113 "@@@STEP_LOG_END@json.output@@@" |
| 110 ] | 114 ] |
| 111 }, | 115 }, |
| 112 { | 116 { |
| 113 "cmd": [ | 117 "cmd": [ |
| 114 "python", | 118 "python", |
| 115 "-u", | 119 "-u", |
| 116 "[BUILD]/scripts/slave/cleanup_temp.py" | 120 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "cleanup_temp" | 123 "name": "cleanup_temp" |
| 119 }, | 124 }, |
| 120 { | 125 { |
| 121 "cmd": [ | 126 "cmd": [ |
| 122 "python", | 127 "python", |
| 123 "-u", | 128 "-u", |
| 124 "[BUILD]/scripts/slave/compile.py", | 129 "[BUILD]/scripts/slave/compile.py", |
| 125 "--target", | 130 "--target", |
| 126 "Release", | 131 "Release", |
| 127 "--src-dir", | 132 "--src-dir", |
| 128 "[SLAVE_BUILD]/src", | 133 "[SLAVE_BUILD]/src", |
| 129 "--build-tool", | 134 "--build-tool", |
| 130 "ninja", | 135 "ninja", |
| 131 "--", | 136 "--", |
| 132 "browser_tests_run" | 137 "browser_tests_run" |
| 133 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "compile" | 140 "name": "compile" |
| 135 }, | 141 }, |
| 136 { | 142 { |
| 137 "allow_subannotations": true, | 143 "allow_subannotations": true, |
| 138 "cmd": [ | 144 "cmd": [ |
| 139 "python", | 145 "python", |
| 140 "-u", | 146 "-u", |
| 141 "[BUILD]/scripts/slave/zip_build.py", | 147 "[BUILD]/scripts/slave/zip_build.py", |
| 142 "--target", | 148 "--target", |
| 143 "Release", | 149 "Release", |
| 144 "--build-url", | 150 "--build-url", |
| 145 "gs://chromium-fyi-archive/chromium.fyi/Linux ARM Cross-Compile", | 151 "gs://chromium-fyi-archive/chromium.fyi/Linux ARM Cross-Compile", |
| 146 "--build_revision", | 152 "--build_revision", |
| 147 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 153 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 148 "--factory-properties", | 154 "--factory-properties", |
| 149 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 150 "--build-properties", | 156 "--build-properties", |
| 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 152 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "package build" | 160 "name": "package build" |
| 154 } | 161 } |
| 155 ] | 162 ] |
| OLD | NEW |