| Index: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json
|
| index 518173323fedbc041fc4da2e085a7c98c637efc8..760e6a00bcd31e819e71aac2a730f88d0cf792ce 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json
|
| @@ -118,8 +118,46 @@
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| - "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",
|
| + "Release",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "goma-clang",
|
| + "--mode",
|
| + "official",
|
| + "--goma-dir",
|
| + "[BUILD]/goma",
|
| + "--clobber",
|
| + "--"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "compile"
|
| }
|
| ]
|
|
|