| 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 ChromiumOS Athena Builder", | 10 "ChromiumPractice", |
| 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': 'https://chromium.goo
glesource.com/playground/chromium-blink-merge.git'}]", |
| 15 "--revision_mapping_file", | 15 "--revision_mapping_file", |
| 16 "{\"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\"}", | 16 "{\"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\"}", |
| 17 "--output_json", | 17 "--output_json", |
| 18 "/path/to/tmp/json", | 18 "/path/to/tmp/json", |
| 19 "--revision", | 19 "--revision", |
| 20 "src@HEAD" | 20 "src@HEAD" |
| 21 ], | 21 ], |
| 22 "name": "bot_update", | 22 "name": "bot_update", |
| 23 "~followup_annotations": [ | 23 "~followup_annotations": [ |
| 24 "@@@STEP_TEXT@Some step text@@@", | 24 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 ] | 59 ] |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "cmd": [ | 62 "cmd": [ |
| 63 "python", | 63 "python", |
| 64 "-u", | 64 "-u", |
| 65 "[DEPOT_TOOLS]/gclient.py", | 65 "[DEPOT_TOOLS]/gclient.py", |
| 66 "runhooks" | 66 "runhooks" |
| 67 ], | 67 ], |
| 68 "env": { | 68 "env": { |
| 69 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome
OS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_athena=1 use_
goma=1" | 69 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" |
| 70 }, | 70 }, |
| 71 "name": "gclient runhooks" | 71 "name": "gclient runhooks" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 79 "/path/to/tmp/json" | 79 "/path/to/tmp/json" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 91 "-u", | 91 "-u", |
| 92 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 92 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 93 "--output", | 93 "--output", |
| 94 "/path/to/tmp/json", | 94 "/path/to/tmp/json", |
| 95 "--", | 95 "--", |
| 96 "--build-config-fs", | 96 "--build-config-fs", |
| 97 "Release", | 97 "Release", |
| 98 "--paths", | 98 "--paths", |
| 99 "{\"build\": \"[BUILD]\"}", | 99 "{\"build\": \"[BUILD]\"}", |
| 100 "--properties", | 100 "--properties", |
| 101 "{\"buildername\": \"Linux ChromiumOS Athena Builder\", \"buildnumber\": 5
71, \"slavename\": \"TestSlavename\"}" | 101 "{\"buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"slavename
\": \"TestSlavename\"}" |
| 102 ], | 102 ], |
| 103 "name": "get compile targets for scripts", | 103 "name": "get compile targets for scripts", |
| 104 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 105 "@@@STEP_LOG_LINE@json.output@{}@@@", | 105 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 106 "@@@STEP_LOG_END@json.output@@@" | 106 "@@@STEP_LOG_END@json.output@@@" |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 123 "Release", | 123 "Release", |
| 124 "--src-dir", | 124 "--src-dir", |
| 125 "[SLAVE_BUILD]/src", | 125 "[SLAVE_BUILD]/src", |
| 126 "--build-tool", | 126 "--build-tool", |
| 127 "ninja", | 127 "ninja", |
| 128 "--compiler", | 128 "--compiler", |
| 129 "goma", | 129 "goma", |
| 130 "--goma-dir", | 130 "--goma-dir", |
| 131 "[BUILD]/goma", | 131 "[BUILD]/goma", |
| 132 "--", | 132 "--", |
| 133 "athena_unittests", | 133 "All", |
| 134 "browser_tests", | 134 "chromium_builder_tests" |
| 135 "chrome" | |
| 136 ], | 135 ], |
| 137 "name": "compile" | 136 "name": "compile" |
| 138 }, | 137 }, |
| 139 { | 138 { |
| 140 "cmd": [ | 139 "cmd": [ |
| 141 "python", | 140 "python", |
| 142 "-u", | 141 "-u", |
| 143 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 142 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 144 "--json", | 143 "--json", |
| 145 "/path/to/tmp/json" | 144 "/path/to/tmp/json" |
| 146 ], | 145 ], |
| 147 "name": "checkdeps", | 146 "name": "checkdeps", |
| 148 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output@[]@@@", | 148 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 150 ] |
| 152 }, | 151 }, |
| 153 { | 152 { |
| 154 "allow_subannotations": true, | 153 "allow_subannotations": true, |
| 155 "cmd": [ | 154 "cmd": [ |
| 156 "python", | 155 "python", |
| 157 "-u", | 156 "-u", |
| 158 "[BUILD]/scripts/slave/zip_build.py", | 157 "[BUILD]/scripts/slave/zip_build.py", |
| 159 "--target", | 158 "--target", |
| 160 "Release", | 159 "Release", |
| 161 "--build-url", | 160 "--build-url", |
| 162 "gs://chromium-fyi-archive/chromium.fyi/Linux ChromiumOS Athena Builder", | 161 "gs://chromium-fyi-archive/chromium.fyi/ChromiumPractice", |
| 163 "--build_revision", | 162 "--build_revision", |
| 164 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 163 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 165 "--factory-properties", | 164 "--factory-properties", |
| 166 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ChromiumOS Athena Builder\", \"buildnumber\": 571, \"mast
ername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium
\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven
ame\"}", | 165 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 167 "--build-properties", | 166 "--build-properties", |
| 168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ChromiumOS Athena Builder\", \"buildnumber\": 571, \"mast
ername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium
\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven
ame\"}" | 167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 169 ], | 168 ], |
| 170 "name": "package build" | 169 "name": "package build" |
| 171 } | 170 } |
| 172 ] | 171 ] |
| OLD | NEW |