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

Unified Diff: tools/clang/scripts/upload_revision.py

Issue 1860823006: clang upload bot rename, src/ part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebae 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
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/upload_revision.py
diff --git a/tools/clang/scripts/upload_revision.py b/tools/clang/scripts/upload_revision.py
index cd900fe4a30ffb27a5ba774b7fe43e70cbf5971d..b6331df6cdb55a00a4b027da7179de3ba59498fb 100755
--- a/tools/clang/scripts/upload_revision.py
+++ b/tools/clang/scripts/upload_revision.py
@@ -70,9 +70,9 @@ def main():
clang_old_revision, clang_revision, commit_message)])
Git(["cl", "upload"])
- Git(["cl", "try", "-b", "linux_chromium_clang_upload", "-r", git_revision])
- Git(["cl", "try", "-b", "mac_chromium_clang_upload", "-r", git_revision])
- Git(["cl", "try", "-b", "win_chromium_clang_upload", "-r", git_revision])
+ Git(["cl", "try", "-b", "linux_upload_clang", "-r", git_revision])
+ Git(["cl", "try", "-b", "mac_upload_clang", "-r", git_revision])
+ Git(["cl", "try", "-b", "win_upload_clang", "-r", git_revision])
print ("Please, wait until the try bots succeeded "
"and then push the binaries to goma.")
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698