Index: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json |
index b58956879ccff9dbfc02125ab0d4cbb7d0104737..a177f22eae267271c397092ff3cf81d14e56a12e 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json |
@@ -145,19 +145,43 @@ |
"cmd": [ |
"python", |
"-u", |
- "import sys; sys.exit(1)" |
+ "[BUILD]\\scripts\\slave\\compile.py", |
+ "--target", |
+ "Debug_x64", |
+ "--src-dir", |
+ "[SLAVE_BUILD]\\src", |
+ "--build-tool", |
+ "ninja", |
+ "--compiler", |
+ "goma", |
+ "--goma-dir", |
+ "[BUILD]\\goma", |
+ "--ninja-ensure-up-to-date", |
+ "--", |
+ "chromium_builder_tests", |
+ "crash_service" |
], |
"cwd": "[SLAVE_BUILD]", |
- "name": "compile", |
- "~followup_annotations": [ |
- "step returned non-zero exit code: 1", |
- "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", |
- "@@@STEP_FAILURE@@@" |
- ] |
+ "name": "compile" |
}, |
{ |
- "name": "$final_result", |
- "reason": "Step('compile') failed with return_code 1", |
- "status_code": 1 |
+ "allow_subannotations": true, |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[BUILD]\\scripts\\slave\\zip_build.py", |
+ "--target", |
+ "Debug_x64", |
+ "--build-url", |
+ "gs://chromium-win-archive/chromium.win/Win x64 Builder (dbg)", |
+ "--build_revision", |
+ "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
+ "--factory-properties", |
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
+ "--build-properties", |
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "package build" |
} |
] |