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 "Closure Compilation Linux", | 10 "Closure Compilation Linux", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 59 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
60 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 60 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
61 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
63 ] | 63 ] |
64 }, | 64 }, |
65 { | 65 { |
66 "cmd": [ | 66 "cmd": [ |
67 "python", | 67 "python", |
68 "-u", | 68 "-u", |
69 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiler_customization_tes
t.py" | 69 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" |
70 ], | 70 ], |
71 "cwd": "[SLAVE_BUILD]", | 71 "cwd": "[SLAVE_BUILD]", |
72 "name": "compiler_customization_test" | 72 "name": "run_tests" |
73 }, | 73 }, |
74 { | 74 { |
75 "cmd": [ | 75 "cmd": [ |
76 "[SLAVE_BUILD]/src/build/gyp_chromium", | 76 "[SLAVE_BUILD]/src/build/gyp_chromium", |
77 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" | 77 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" |
78 ], | 78 ], |
79 "cwd": "[SLAVE_BUILD]", | 79 "cwd": "[SLAVE_BUILD]", |
80 "name": "generate_gyp_files" | 80 "name": "generate_gyp_files" |
81 }, | 81 }, |
82 { | 82 { |
83 "cmd": [ | 83 "cmd": [ |
84 "python", | 84 "python", |
85 "-u", | 85 "-u", |
86 "[BUILD]/scripts/slave/compile.py", | 86 "[BUILD]/scripts/slave/compile.py", |
87 "--target", | 87 "--target", |
88 "Release", | 88 "Release", |
89 "--src-dir", | 89 "--src-dir", |
90 "[SLAVE_BUILD]/src", | 90 "[SLAVE_BUILD]/src", |
91 "--build-tool", | 91 "--build-tool", |
92 "ninja", | 92 "ninja", |
93 "--" | 93 "--" |
94 ], | 94 ], |
95 "cwd": "[SLAVE_BUILD]", | 95 "cwd": "[SLAVE_BUILD]", |
96 "name": "compile" | 96 "name": "compile" |
97 } | 97 } |
98 ] | 98 ] |
OLD | NEW |