| 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 feb6c691d892ad9740227ac21f9859aef8860adc..2a500abf044c2ce3f631ba9913c278c524860892 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,8 +156,74 @@
|
| "name": "generate_build_files"
|
| },
|
| {
|
| - "name": "$final_result",
|
| - "reason": "Misconfigured bot: no compile targets",
|
| - "status_code": 1
|
| + "allow_subannotations": true,
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\clang_revision.py",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]\\src",
|
| + "--output-json",
|
| + "/path/to/tmp/json"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "clang_revision",
|
| + "~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@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\compile.py",
|
| + "--target",
|
| + "Debug_x64",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]\\src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "clang",
|
| + "--"
|
| + ],
|
| + "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@@@"
|
| + ]
|
| }
|
| ]
|
|
|