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

Unified Diff: scripts/slave/recipe_modules/skia/fake_specs.py

Issue 1320423005: Skia Appurify bot: write nanobench flags to an asset file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Move --outResultsFile to recipe Created 5 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
« no previous file with comments | « scripts/slave/recipe_modules/skia/appurify_flavor.py ('k') | scripts/slave/recipes/skia/skia.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/skia/fake_specs.py
diff --git a/scripts/slave/recipe_modules/skia/fake_specs.py b/scripts/slave/recipe_modules/skia/fake_specs.py
index 103fda95f5adb2cb203cd5027b03c6a8aaaa0a96..f10e590ca64a1ce29ff12a1914753245841f1fe4 100644
--- a/scripts/slave/recipe_modules/skia/fake_specs.py
+++ b/scripts/slave/recipe_modules/skia/fake_specs.py
@@ -110,6 +110,38 @@ FAKE_SPECS = {
'upload_dm_results': True,
'upload_perf_results': False,
},
+ 'Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-Release-Appurify': {
+ 'build_targets': [
+ 'VisualBenchTest_APK',
+ ],
+ 'builder_cfg': {
+ 'arch': 'Arm7',
+ 'compiler': 'GCC',
+ 'configuration': 'Release',
+ 'cpu_or_gpu': 'CPU',
+ 'cpu_or_gpu_value': 'NEON',
+ 'extra_config': 'Appurify',
+ 'is_trybot': False,
+ 'model': 'Nexus5',
+ 'os': 'Android',
+ 'role': 'Perf',
+ },
+ 'configuration': 'Release',
+ 'device_cfg': 'arm_v7',
+ 'dm_flags': [
+ '--dummy-flags',
+ ],
+ 'do_perf_steps': True,
+ 'do_test_steps': False,
+ 'env': {
+ 'GYP_DEFINES': 'skia_arch_type=arm skia_gpu=0 skia_warnings_as_errors=0',
+ },
+ 'nanobench_flags': [
+ '--dummy-flags',
+ ],
+ 'upload_dm_results': True,
+ 'upload_perf_results': True,
+ },
'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify': {
'build_targets': [
'VisualBenchTest_APK',
« no previous file with comments | « scripts/slave/recipe_modules/skia/appurify_flavor.py ('k') | scripts/slave/recipes/skia/skia.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698