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

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

Issue 1371203002: Revert of Add explicit compile targets to all Win and ToT Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 3 months 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_fyi_CrWinClangLLD64.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
index ee58aa543093f79bb2677105d73e2f47d666e63a..c26dd4348ed6904a2c2f76d362a7d904dbf538d6 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
@@ -165,120 +165,22 @@
"name": "clean isolated files"
},
{
- "allow_subannotations": true,
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\clang_revision.py",
- "--src-dir",
- "[SLAVE_BUILD]\\src",
- "--output-json",
- "/path/to/tmp/json"
+ "import sys; sys.exit(1)"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "LLVM_FORCE_HEAD_REVISION": "YES"
- },
- "name": "clang_revision",
+ "name": "compile",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
+ "step returned non-zero exit code: 1",
+ "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
+ "@@@STEP_FAILURE@@@"
]
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\compile.py",
- "--target",
- "Release_x64",
- "--src-dir",
- "[SLAVE_BUILD]\\src",
- "--build-tool",
- "ninja",
- "--compiler",
- "clang",
- "--",
- "all",
- "browser_tests",
- "browser_tests_run",
- "crash_service"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "LLVM_FORCE_HEAD_REVISION": "YES"
- },
- "name": "compile"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
- "--build-dir",
- "[SLAVE_BUILD]\\src\\out\\Release_x64",
- "--src-dir",
- "[SLAVE_BUILD]\\src"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "remove_build_metadata"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[isolate]\\resources\\isolate.py",
- "[SLAVE_BUILD]\\src\\tools\\swarming_client",
- "batcharchive",
- "--dump-json",
- "/path/to/tmp/json",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--verbose",
- "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "isolate tests",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for browser_tests]\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\zip_build.py",
- "--target",
- "Release_x64",
- "--build-url",
- "gs://chromium-fyi-archive/chromium.fyi/CrWinClangLLD64",
- "--build_revision",
- "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
- "--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClangLLD64\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
- "--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClangLLD64\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"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": "CrWinClangLLD64 tester"
- }
- ],
- "~followup_annotations": [
- "@@@STEP_TEXT@CrWinClangLLD64 tester@@@"
- ]
+ "name": "$final_result",
+ "reason": "Step('compile') failed with return_code 1",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698