Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1651)

Unified Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
index f23e6893e054879182503f9241ff2d6d18e0b690..0a95c861d5531d21a49c0281b1cea31867adc456 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
@@ -154,48 +154,19 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/compile.py",
- "--target",
- "Release",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--build-tool",
- "ninja",
- "--compiler",
- "goma",
- "--goma-jsonstatus",
- "/path/to/tmp/json",
- "--goma-dir",
- "[BUILD]/goma",
- "--",
- "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)@@@"
+ "step returned non-zero exit code: 1",
+ "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
+ "@@@STEP_FAILURE@@@"
]
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/chromium/archive_build.py",
- "--target",
- "Release",
- "--factory-properties",
- "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-v8-snapshots\"}",
- "--build-properties",
- "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_cr_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_cr_revision_cp\": \"refs/heads/master@{#170242}\", \"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#274981}\", \"got_revision\": \"801ada225ddc271c132c3a35f03975671d43e399\", \"got_revision_cp\": \"refs/heads/master@{#43426}\", \"got_swarming_client_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "archive build"
- },
- {
"name": "$result",
- "recipe_result": null,
- "status_code": 0
+ "reason": "Step('compile') failed with return_code 1",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698