| 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 "tryserver.webrtc", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_compile_rel", | 10 "Linux32 ARM", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--issue", | |
| 20 "666666", | |
| 21 "--patchset", | |
| 22 "1", | |
| 23 "--rietveld_server", | |
| 24 "https://fake.rietveld.url", | |
| 25 "--output_json", | 19 "--output_json", |
| 26 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 27 "--revision", | 21 "--revision", |
| 28 "src@12345", | 22 "src@12345", |
| 29 "--output_manifest" | 23 "--output_manifest" |
| 30 ], | 24 ], |
| 31 "cwd": "[SLAVE_BUILD]", | 25 "cwd": "[SLAVE_BUILD]", |
| 32 "name": "bot_update", | 26 "name": "bot_update", |
| 33 "~followup_annotations": [ | 27 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 28 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 }, | 69 }, |
| 76 { | 70 { |
| 77 "cmd": [ | 71 "cmd": [ |
| 78 "python", | 72 "python", |
| 79 "-u", | 73 "-u", |
| 80 "[DEPOT_TOOLS]/gclient.py", | 74 "[DEPOT_TOOLS]/gclient.py", |
| 81 "runhooks" | 75 "runhooks" |
| 82 ], | 76 ], |
| 83 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
| 84 "env": { | 78 "env": { |
| 85 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 79 "GYP_CROSSCOMPILE": "1", |
| 80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL
D]/goma' target_arch=arm use_goma=1" |
| 86 }, | 81 }, |
| 87 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
| 88 }, | 83 }, |
| 89 { | 84 { |
| 90 "cmd": [ | 85 "cmd": [ |
| 91 "python", | 86 "python", |
| 92 "-u", | 87 "-u", |
| 93 "[BUILD]/scripts/slave/compile.py", | 88 "[BUILD]/scripts/slave/compile.py", |
| 94 "--target", | 89 "--target", |
| 95 "Release", | 90 "Release", |
| 96 "--src-dir", | 91 "--src-dir", |
| 97 "[SLAVE_BUILD]/src", | 92 "[SLAVE_BUILD]/src", |
| 98 "--build-tool", | 93 "--build-tool", |
| 99 "ninja", | 94 "ninja", |
| 100 "--compiler", | 95 "--compiler", |
| 101 "goma", | 96 "goma", |
| 102 "--goma-dir", | 97 "--goma-dir", |
| 103 "[BUILD]/goma", | 98 "[BUILD]/goma", |
| 104 "--goma-fail-fast", | |
| 105 "--goma-disable-local-fallback", | |
| 106 "--", | 99 "--", |
| 107 "All" | 100 "All" |
| 108 ], | 101 ], |
| 109 "cwd": "[SLAVE_BUILD]", | 102 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "compile" | 103 "name": "compile" |
| 111 } | 104 } |
| 112 ] | 105 ] |
| OLD | NEW |