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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 2207263002: Add logcats link in builbot page for android swarming tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 2993f6edbe8fc55dba8ecce63ddd99a18304b57f..485c1bc789978d6ab2542a8bc25a32870390951c 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -985,6 +985,47 @@ def GenTests(api):
)
yield (
+ api.test('dynamic_swarmed_gn_instrumentation_test_trigger') +
+ api.properties.generic(mastername='chromium.linux',
+ buildername='Android Tests',
+ parent_buildername='Android Builder') +
+ api.properties(swarm_hashes={
+ 'chrome_public_test_apk': 'llllllllllllllllll',
+ }) +
+ api.override_step_data(
+ 'read test spec (chromium.linux.json)',
+ api.json.output({
+ 'Android Tests': {
+ 'gtest_tests': [
+ {
+ 'test': 'chrome_public_test_apk',
+ 'swarming': {
+ 'can_use_on_swarming_builders': True,
+ 'dimension_sets': [
+ {
+ 'build.id': 'KTU84P',
+ 'product.board': 'hammerhead',
+ },
+ ],
+ 'cipd_packages': [
+ {
+ 'location': '{$HOME}/logdog',
+ 'cipd_package': 'infra/logdog/linux-386',
+ 'revision': 'git_revision:deadbeef',
+ },
+ ],
+ },
+ 'override_compile_targets': [
+ 'chrome_public_test_apk'
+ ],
+ 'override_isolate_target': 'chrome_public_test_apk',
+ }
+ ],
+ },
+ })
+ )
+ )
+ yield (
api.test('dynamic_instrumentation_cloud_test') +
api.properties.generic(mastername='chromium.fyi',
buildername='Android Cloud Tests',

Powered by Google App Engine
This is Rietveld 408576698