| 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 "Cast Linux", | 10 "Cast Linux", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 ] | 61 ] |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "cmd": [ | 64 "cmd": [ |
| 65 "python", | 65 "python", |
| 66 "-u", | 66 "-u", |
| 67 "[DEPOT_TOOLS]/gclient.py", | 67 "[DEPOT_TOOLS]/gclient.py", |
| 68 "runhooks" | 68 "runhooks" |
| 69 ], | 69 ], |
| 70 "env": { | 70 "env": { |
| 71 "GYP_DEFINES": "chromecast=1 component=static_library gomadir='[BUILD]/gom
a' target_arch=x64 use_goma=1" | 71 "GYP_DEFINES": "chromecast=1 clang=1 component=static_library gomadir='[BU
ILD]/goma' target_arch=x64 use_goma=1" |
| 72 }, | 72 }, |
| 73 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "cmd": [ | 76 "cmd": [ |
| 77 "python", | 77 "python", |
| 78 "-u", | 78 "-u", |
| 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 81 "/path/to/tmp/json" | 81 "/path/to/tmp/json" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "python", | 121 "python", |
| 122 "-u", | 122 "-u", |
| 123 "[BUILD]/scripts/slave/compile.py", | 123 "[BUILD]/scripts/slave/compile.py", |
| 124 "--target", | 124 "--target", |
| 125 "Release", | 125 "Release", |
| 126 "--src-dir", | 126 "--src-dir", |
| 127 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 128 "--build-tool", | 128 "--build-tool", |
| 129 "ninja", | 129 "ninja", |
| 130 "--compiler", | 130 "--compiler", |
| 131 "goma", | 131 "goma-clang", |
| 132 "--goma-dir", | 132 "--goma-dir", |
| 133 "[BUILD]/goma", | 133 "[BUILD]/goma", |
| 134 "--", | 134 "--", |
| 135 "cast_shell" | 135 "cast_shell", |
| 136 "cast_test_lists" |
| 136 ], | 137 ], |
| 137 "name": "compile" | 138 "name": "compile" |
| 138 } | 139 } |
| 139 ] | 140 ] |
| OLD | NEW |