| Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
|
| ===================================================================
|
| --- scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json (revision 296915)
|
| +++ scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json (working copy)
|
| @@ -123,19 +123,55 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "import sys; sys.exit(1)"
|
| + "[BUILD]/scripts/slave/compile.py",
|
| + "--target",
|
| + "Debug",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "goma",
|
| + "--goma-dir",
|
| + "[BUILD]/goma",
|
| + "--",
|
| + "All",
|
| + "chromium_builder_tests"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile",
|
| + "name": "compile"
|
| + },
|
| + {
|
| + "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 returned non-zero exit code: 1",
|
| - "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
|
| - "@@@STEP_FAILURE@@@"
|
| + "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
|
| ]
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "Step('compile') failed with return_code 1",
|
| - "status_code": 1
|
| }
|
| ]
|
|
|