| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
|
| index 94440d3d73d6af7ebc6dad918d4b879ab989eb75..6b130cb306e2a7791e536bc9de44c927c8bb9c89 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
|
| @@ -156,76 +156,22 @@
|
| "name": "generate_build_files"
|
| },
|
| {
|
| - "allow_subannotations": true,
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]\\scripts\\slave\\clang_revision.py",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]\\src",
|
| - "--output-json",
|
| - "/path/to/tmp/json"
|
| + "import sys; sys.exit(1)"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "clang_revision",
|
| + "name": "compile",
|
| "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| + "step returned non-zero exit code: 1",
|
| + "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
|
| + "@@@STEP_FAILURE@@@"
|
| ]
|
| },
|
| {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]\\scripts\\slave\\compile.py",
|
| - "--target",
|
| - "Debug_x64",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]\\src",
|
| - "--build-tool",
|
| - "ninja",
|
| - "--compiler",
|
| - "clang",
|
| - "--",
|
| - "all",
|
| - "crash_service"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile"
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]\\scripts\\slave\\zip_build.py",
|
| - "--target",
|
| - "Debug_x64",
|
| - "--build-url",
|
| - "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)",
|
| - "--build_revision",
|
| - "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "package build"
|
| - },
|
| - {
|
| - "cmd": [],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "trigger",
|
| - "trigger_specs": [
|
| - {
|
| - "builder_name": "CrWinClang64(dbg) tester"
|
| - }
|
| - ],
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@"
|
| - ]
|
| + "name": "$final_result",
|
| + "reason": "Step('compile') failed with return_code 1",
|
| + "status_code": 1
|
| }
|
| ]
|
|
|