| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@"
, | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@"
, |
| 71 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", | 71 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 72 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 73 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 73 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 74 ] | 74 ] |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "cmd": [ | 77 "cmd": [ |
| 78 "python", | 78 "python", |
| 79 "-u", | 79 "-u", |
| 80 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", | 80 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
| 81 "[SLAVE_BUILD]/src/out" | 81 "[SLAVE_BUILD]/src/out" |
| 82 ], | 82 ], |
| 83 "name": "clean test output files" | 83 "name": "clean test output files" |
| 84 }, | 84 }, |
| 85 { | 85 { |
| 86 "cmd": [ | 86 "cmd": [ |
| 87 "python", | 87 "python", |
| 88 "-u", | 88 "-u", |
| 89 "[BUILD]/scripts/slave/cleanup_temp.py" | 89 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 90 ], | 90 ], |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "--compiler", | 128 "--compiler", |
| 129 "goma-clang", | 129 "goma-clang", |
| 130 "--goma-dir", | 130 "--goma-dir", |
| 131 "[BUILD]/goma", | 131 "[BUILD]/goma", |
| 132 "--", | 132 "--", |
| 133 "all" | 133 "all" |
| 134 ], | 134 ], |
| 135 "name": "compile" | 135 "name": "compile" |
| 136 } | 136 } |
| 137 ] | 137 ] |
| OLD | NEW |