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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py

Issue 2030713004: Refactor chromium.perf recipe configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@2-refactorr
Patch Set: Rebase, hope it's right :) Created 4 years, 5 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/chromium_tests/chromium_perf_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
index 63255dfadb82a568ee2740f272ececa654cb7f41..562eaa452b4de7bfae595ad73723d9ea557c89de 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
@@ -18,9 +18,8 @@ def _AddBotSpec(name, platform, parent_builder, perf_id, target_bits,
'TARGET_BITS': target_bits,
},
'parent_buildername': parent_builder,
- 'chromium_config': 'chromium_official',
- 'chromium_apply_config': ['chromium_perf_fyi'],
- 'gclient_config': 'perf',
+ 'chromium_config': 'chromium_perf',
+ 'gclient_config': 'chromium_perf',
'testing': {
'platform': platform,
},
@@ -43,8 +42,7 @@ SPEC = {
'Win Clang Builder': {
'disable_tests': True,
'chromium_config': 'chromium_win_clang_official',
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['chrome_internal'],
+ 'gclient_config': 'chromium_perf',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -59,7 +57,6 @@ SPEC = {
'tests': {
steps.SizesStep(RESULTS_URL, 'win-clang-builder')
},
- 'chromium_apply_config': ['chromium_perf_fyi'],
},
},
}

Powered by Google App Engine
This is Rietveld 408576698