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)" |
} |
] |