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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_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_chromium_perf_Android_arm64_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json
index 7792a4555054eae00b225cb1f4a827cccdc7e2f8..a337b5045f396207313144f5d540b17127068104 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json
@@ -117,103 +117,19 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/tools/mb/mb.py",
- "gen",
- "-m",
- "chromium.perf",
- "-b",
- "Android arm64 Builder",
- "--config-file",
- "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
- "--goma-dir",
- "[BUILD]/goma",
- "//out/Release"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files"
- },
- {
- "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",
- "--mode",
- "official",
- "--goma-dir",
- "[BUILD]/goma",
- "--goma-hermetic",
- "fallback",
- "--"
+ "import sys; sys.exit(1)"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
"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",
- "Release",
- "--build-url",
- "gs://chrome-perf/Android arm64 Builder",
- "--build_revision",
- "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
- "--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
- "--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "package build"
- },
- {
- "cmd": [],
- "cwd": "[SLAVE_BUILD]",
- "name": "trigger",
- "trigger_specs": [
- {
- "builder_name": "Android Nexus9 Perf (1)"
- }
- ],
- "~followup_annotations": [
- "@@@STEP_TEXT@Android Nexus9 Perf (1)@@@"
- ]
- },
- {
- "cmd": [],
- "cwd": "[SLAVE_BUILD]",
- "name": "trigger (2)",
- "trigger_specs": [
- {
- "builder_name": "Android Nexus9 Perf (2)"
- }
- ],
- "~followup_annotations": [
- "@@@STEP_TEXT@Android Nexus9 Perf (2)@@@"
+ "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
}
]

Powered by Google App Engine
This is Rietveld 408576698