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

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

Issue 913223007: Add a android_compile_dbg trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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_android_compile_dbg.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_dbg.json
similarity index 92%
copy from scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_rel.json
copy to scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_dbg.json
index a169fe5ad66097e59c23056e9b56380552432b59..da9fec5c2209f95178ef00bfb6bd0d23c6743f42 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_android_compile_dbg.json
@@ -7,7 +7,7 @@
"--master",
"tryserver.chromium.linux",
"--builder",
- "android_compile_rel",
+ "android_compile_dbg",
"--slave",
"TestSlavename",
"--spec",
@@ -104,11 +104,11 @@
"/path/to/tmp/json",
"--",
"--build-config-fs",
- "Release",
+ "Debug",
"--paths",
"{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
"--properties",
- "{\"buildername\": \"android_compile_rel\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}"
+ "{\"buildername\": \"android_compile_dbg\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}"
],
"name": "get compile targets for scripts",
"~followup_annotations": [
@@ -168,8 +168,8 @@
"python",
"-u",
"\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n",
- "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
- "[SLAVE_BUILD]/src/out/Release/test_logs",
+ "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
+ "[SLAVE_BUILD]/src/out/Debug/test_logs",
"[SLAVE_BUILD]/src/out/build_product.zip",
"[SLAVE_BUILD]/src"
],
@@ -205,7 +205,7 @@
"-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
- "Release",
+ "Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--build-tool",
@@ -244,5 +244,23 @@
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
"name": "compile (with patch)"
+ },
+ {
+ "cmd": [
+ "[SLAVE_BUILD]/src/build/android/findbugs_diff.py"
+ ],
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "findbugs (with patch)"
+ },
+ {
+ "cmd": [
+ "[SLAVE_BUILD]/src/tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py"
+ ],
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "findbugs_tests (with patch)"
}
]

Powered by Google App Engine
This is Rietveld 408576698