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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json

Issue 485873004: Adds ability for builders to only compile targets affected by change (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge 2 trunk Created 6 years, 4 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_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json
index 631ba08c02222ecb961687132b227285ac7cfc92..291efc0baef35152ab2e227e2911ca64bba58ede 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_asan_rel.json
@@ -138,8 +138,7 @@
"--",
"base_unittests",
"mojo_common_unittests",
- "browser_tests",
- "chrome"
+ "browser_tests"
],
"name": "compile (with patch)"
},
@@ -309,26 +308,10 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integration.py",
- "--mode",
- "Release",
- "--json_build_results_output_file",
- "/path/to/tmp/json"
- ],
- "name": "nacl_integration (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@[]@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
"[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
"--write-full-results-to",
"/path/to/tmp/json"
],
"name": "mojo_python_tests (with patch)"
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698