| Index: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.json b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.json
|
| index 51900a735e4a482324c1b1ab5c752a17ad737444..d289c46ab307ddbbdd2143a9361916f72f6b712e 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.json
|
| @@ -121,19 +121,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "import sys; sys.exit(1)"
|
| + "[BUILD]/scripts/slave/compile.py",
|
| + "--target",
|
| + "Release",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "goma",
|
| + "--mode",
|
| + "official",
|
| + "--goma-dir",
|
| + "[BUILD]/goma",
|
| + "--clobber",
|
| + "--",
|
| + "linux_packages_all"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
|
| - "@@@STEP_FAILURE@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "Step('compile') failed with return_code 1",
|
| - "status_code": 1
|
| + "name": "compile"
|
| }
|
| ]
|
|
|