| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| index c219fb12a8f03d2573319f6eca8c45ef4027895b..b43e3f12df9268f2a4c13576bf49640951a013aa 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| @@ -125,20 +125,19 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/compile.py",
|
| - "--target",
|
| - "Release-iphoneos",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--build-tool",
|
| - "ninja",
|
| - "--",
|
| - "all"
|
| + "import sys; sys.exit(1)"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "LLVM_FORCE_HEAD_REVISION": "YES"
|
| - },
|
| - "name": "compile"
|
| + "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
|
| }
|
| ]
|
|
|