Commit 27295518 authored by John Budorick's avatar John Budorick Committed by Commit Bot

mb: prepare for ozone CQ bot rename.

Bug: 826895
Change-Id: I36c156e49c9e2a0a590b357fa4695f38838c7397
Reviewed-on: https://chromium-review.googlesource.com/1033538Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554771}
parent 5030a025
......@@ -2680,5 +2680,18 @@
"additional_compile_targets": [
"all"
]
},
"linux-ozone-rel": {
"additional_compile_targets": [
"chrome"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "services_unittests"
}
]
}
}
......@@ -1489,6 +1489,14 @@
'empty_main',
],
},
'linux-ozone-rel': {
'additional_compile_targets': [
'chrome',
],
'test_suites': {
'gtest_tests': 'ozone_linux_gtests',
},
},
},
},
{
......
......@@ -345,6 +345,7 @@
'Fuchsia x64': 'release_bot_fuchsia',
'Ozone Linux': 'ozone_linux_release_bot',
'linux-gcc-rel': 'release_bot_x86_minimal_symbols_no_clang_cxx11',
'linux-ozone-rel': 'ozone_linux_release_bot',
},
'chromium.lkgr': {
......@@ -611,7 +612,9 @@
'leak_detection_linux': 'release_trybot',
'linux-blink-heap-incremental-marking': 'debug_trybot_enable_blink_heap_incremental_marking',
'linux-blink-heap-verification-try': 'release_trybot_enable_blink_heap_verification',
'linux-gcc-rel': 'release_bot_x86_minimal_symbols_no_clang_cxx11',
'linux-jumbo-rel': 'jumbo_release_bot_minimal_symbols',
'linux-ozone-rel': 'ozone_linux_release_trybot',
'linux_arm': 'release_trybot_arm',
'linux_chromium_archive_rel_ng': 'release_bot',
'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot',
......@@ -648,7 +651,6 @@
'linux_site_isolation': 'release_trybot',
'linux_upload_clang': 'release_bot',
'linux_vr': 'vr_release_trybot',
'linux-gcc-rel': 'release_bot_x86_minimal_symbols_no_clang_cxx11',
},
'tryserver.chromium.mac': {
......@@ -1453,6 +1455,10 @@
'ozone_linux', 'release_bot',
],
'ozone_linux_release_trybot': [
'ozone_linux', 'release_trybot',
],
'ozone_linux_release_trybot_compile_only': [
'ozone_linux', 'release_trybot', 'compile_only',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment