summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/PRESUBMIT.py')
-rw-r--r--chromium/ui/gl/PRESUBMIT.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/ui/gl/PRESUBMIT.py b/chromium/ui/gl/PRESUBMIT.py
index dad553dd754..290b06c5d06 100644
--- a/chromium/ui/gl/PRESUBMIT.py
+++ b/chromium/ui/gl/PRESUBMIT.py
@@ -23,9 +23,9 @@ def PostUploadHook(cl, change, output_api):
return output_api.EnsureCQIncludeTrybotsAreAdded(
cl,
[
- 'master.tryserver.chromium.linux:linux_optional_gpu_tests_rel',
- 'master.tryserver.chromium.mac:mac_optional_gpu_tests_rel',
- 'master.tryserver.chromium.win:win_optional_gpu_tests_rel',
- 'master.tryserver.chromium.android:android_optional_gpu_tests_rel',
+ 'luci.chromium.try:linux_optional_gpu_tests_rel',
+ 'luci.chromium.try:mac_optional_gpu_tests_rel',
+ 'luci.chromium.try:win_optional_gpu_tests_rel',
+ 'luci.chromium.try:android_optional_gpu_tests_rel',
],
'Automatically added optional GPU tests to run on CQ.')