| Index: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
|
| diff --git a/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json b/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
|
| similarity index 91%
|
| copy from scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
|
| copy to scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
|
| index b9daaaa36bf820e3ad5b34b1d277a2f673bec53c..e40e1d9a9bc5a932105dd81d8f10a6982523bde8 100644
|
| --- a/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
|
| +++ b/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
|
| @@ -248,52 +248,18 @@
|
| },
|
| {
|
| "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
|
| - "--gsutil-py-path",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "--ninja-path",
|
| "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
|
| - "--target",
|
| - "Debug",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--goma-cache-dir",
|
| - "[GOMA_CACHE]",
|
| - "--buildbot-buildername",
|
| - "Android Builder (dbg)",
|
| - "--buildbot-mastername",
|
| - "chromium.linux",
|
| - "--buildbot-slavename",
|
| - "build1-a1",
|
| - "--goma-deps-cache-file",
|
| - "Android_Builder__dbg_.gomadeps",
|
| - "--compiler",
|
| - "goma",
|
| - "--goma-jsonstatus",
|
| - "/path/to/tmp/json",
|
| - "--goma-service-account-json-file",
|
| - "/creds/service_accounts/service-account-goma-client.json",
|
| - "--out-dir",
|
| - "/tmp",
|
| - "--goma-dir",
|
| - "[CACHE]/cipd/goma",
|
| - "--",
|
| + "-w",
|
| + "dupbuild=err",
|
| + "-C",
|
| + "/tmp/Debug",
|
| "All"
|
| ],
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| },
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| - "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| - ]
|
| + "name": "compile with ninja"
|
| },
|
| {
|
| "name": "$result",
|
|
|