| Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
|
| index b7f93ca7c234967cbb763002ef556e36f359e511..b4371be52fe2a287c89d25b15c6592b4ee8f23ed 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
|
| @@ -155,86 +155,19 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/tools/mb/mb.py",
|
| - "gen",
|
| - "-m",
|
| - "client.v8.fyi",
|
| - "-b",
|
| - "Linux Debug Builder",
|
| - "--config-file",
|
| - "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
|
| - "--goma-dir",
|
| - "[BUILD]/goma",
|
| - "//out/Debug"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "generate_build_files"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/compile.py",
|
| - "--target",
|
| - "Debug",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--build-tool",
|
| - "ninja",
|
| - "--compiler",
|
| - "goma",
|
| - "--goma-jsonstatus",
|
| - "/path/to/tmp/json",
|
| - "--goma-dir",
|
| - "[BUILD]/goma",
|
| - "--ninja-ensure-up-to-date",
|
| - "--",
|
| - "All",
|
| - "chromium_builder_tests"
|
| + "import sys; sys.exit(1)"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "compile",
|
| "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| - "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| - ]
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/zip_build.py",
|
| - "--target",
|
| - "Debug",
|
| - "--build-url",
|
| - "gs://chromium-v8/client.v8.fyi/Linux Debug Builder",
|
| - "--build_revision",
|
| - "801ada225ddc271c132c3a35f03975671d43e399",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "package build"
|
| - },
|
| - {
|
| - "cmd": [],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "trigger",
|
| - "trigger_specs": [
|
| - {
|
| - "builder_name": "Linux Tests (dbg)(1)"
|
| - }
|
| - ],
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
|
| + "step returned non-zero exit code: 1",
|
| + "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
|
| + "@@@STEP_FAILURE@@@"
|
| ]
|
| },
|
| {
|
| "name": "$result",
|
| - "recipe_result": null,
|
| - "status_code": 0
|
| + "reason": "Step('compile') failed with return_code 1",
|
| + "status_code": 1
|
| }
|
| ]
|
|
|