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

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

Issue 1858343002: Give the clang upload bots shorter names. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 4 years, 8 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_upload_clang.py
diff --git a/scripts/slave/recipes/chromium_clang_upload.py b/scripts/slave/recipes/chromium_upload_clang.py
similarity index 94%
rename from scripts/slave/recipes/chromium_clang_upload.py
rename to scripts/slave/recipes/chromium_upload_clang.py
index 2dfb6dd452defdfb7f3781ab20a62bbbfee980e1..5a85aee3d45b836e796bff1c2c44fabfacc40e17 100644
--- a/scripts/slave/recipes/chromium_clang_upload.py
+++ b/scripts/slave/recipes/chromium_upload_clang.py
@@ -20,7 +20,7 @@ DEPS = [
BUILDERS = freeze({
'tryserver.chromium.linux': {
'builders': {
- 'linux_chromium_clang_upload': {
+ 'linux_upload_clang': {
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_PLATFORM': 'linux',
@@ -36,7 +36,7 @@ BUILDERS = freeze({
},
'tryserver.chromium.mac': {
'builders': {
- 'mac_chromium_clang_upload': {
+ 'mac_upload_clang': {
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_PLATFORM': 'mac',
@@ -47,7 +47,7 @@ BUILDERS = freeze({
},
'tryserver.chromium.win': {
'builders': {
- 'win_chromium_clang_upload': {
+ 'win_upload_clang': {
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_PLATFORM': 'win',

Powered by Google App Engine
This is Rietveld 408576698