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

Unified Diff: scripts/slave/recipe_modules/pgo/example.py

Issue 2421363002: Use the Chromium-side script to run the PGO benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Use the Chromium-side script to run the PGO benchmarks. Created 4 years, 2 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/recipe_modules/pgo/example.py
diff --git a/scripts/slave/recipe_modules/pgo/example.py b/scripts/slave/recipe_modules/pgo/example.py
index c661d9cbc82f013eaa47da11370f68a67a259574..d8a18337e074c9153eba9494d96b00e9cd53f4a4 100644
--- a/scripts/slave/recipe_modules/pgo/example.py
+++ b/scripts/slave/recipe_modules/pgo/example.py
@@ -56,12 +56,3 @@ def GenTests(api):
api.platform('win', 64)
)
- yield (
- api.test('full_%s_%s_benchmark_failure' %
- (_sanitize_nonalpha('chromium_pgo.test'),
- _sanitize_nonalpha('Test builder'))) +
- api.properties.generic(mastername='chromium_pgo.test',
- buildername='Test builder') +
- api.platform('win', 32) +
- api.step_data('Telemetry benchmark: sunspider', retcode=1)
- )

Powered by Google App Engine
This is Rietveld 408576698