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

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

Issue 1377453003: Revert of chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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_client_v8_fyi_Linux_ASAN_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
index 3e4ac1f3a21dea9772097231f583341282b7d63c..e0fbf7c64402714b4f9157fe56c352262282e9c7 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
@@ -120,8 +120,76 @@
"name": "cleanup_temp"
},
{
- "name": "$final_result",
- "reason": "Misconfigured bot: no compile targets",
- "status_code": 1
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/clang_revision.py",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "clang_revision",
+ "~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@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/compile.py",
+ "--target",
+ "Release",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--build-tool",
+ "ninja",
+ "--compiler",
+ "goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "--"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "compile"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/zip_build.py",
+ "--target",
+ "Release",
+ "--build-url",
+ "gs://chromium-v8/client.v8.fyi/Linux ASAN Builder",
+ "--build_revision",
+ "801ada225ddc271c132c3a35f03975671d43e399",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux ASAN 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 ASAN 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 ASan LSan Tests (1)"
+ }
+ ],
+ "~followup_annotations": [
+ "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
+ ]
}
]

Powered by Google App Engine
This is Rietveld 408576698