Commit 571da0e7 authored by John Abd-El-Malek's avatar John Abd-El-Malek Committed by Commit Bot

Remove linux_mojo from CQ when network service files are modified.

The tests that used to be on this bot are now on the CQ as network service is on by default.

Bug: 598073
Change-Id: If1a941917910a8543aab4c2b2a0d893d516aecc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645993
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Auto-Submit: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666465}
parent d03bd2fa
# List of CQ builders # List of CQ builders
This page is auto generated using the script This page is auto generated using the script
//infra/config/cq_config_presubmit.py. Do not manually edit. //infra/config/cq_cfg_presubmit.py. Do not manually edit.
[TOC] [TOC]
...@@ -226,13 +226,6 @@ builder. ...@@ -226,13 +226,6 @@ builder.
* [`//third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG) * [`//third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG)
* [`//third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/.+`](https://cs.chromium.org/chromium/src/third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/) * [`//third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/.+`](https://cs.chromium.org/chromium/src/third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/)
* [linux_mojo](https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_mojo) ([`commit-queue.cfg` entry](https://cs.chromium.org/search/?q=package:%5Echromium$+file:commit-queue.cfg+chromium/try/linux_mojo)) ([matching builders](https://cs.chromium.org/search/?q=file:trybots.py+linux_mojo))
Path regular expressions:
* [`//services/network/.+`](https://cs.chromium.org/chromium/src/services/network/)
* [`//testing/buildbot/filters/mojo\\.fyi\\.network_.*`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:testing/buildbot/filters/mojo\\.fyi\\.network_.*)
* [`//third_party/blink/web_tests/FlagExpectations/enable-features=NetworkService`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:third_party/blink/web_tests/FlagExpectations/enable-features=NetworkService)
* [linux_optional_gpu_tests_rel](https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_optional_gpu_tests_rel) ([`commit-queue.cfg` entry](https://cs.chromium.org/search/?q=package:%5Echromium$+file:commit-queue.cfg+chromium/try/linux_optional_gpu_tests_rel)) ([matching builders](https://cs.chromium.org/search/?q=file:trybots.py+linux_optional_gpu_tests_rel)) * [linux_optional_gpu_tests_rel](https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_optional_gpu_tests_rel) ([`commit-queue.cfg` entry](https://cs.chromium.org/search/?q=package:%5Echromium$+file:commit-queue.cfg+chromium/try/linux_optional_gpu_tests_rel)) ([matching builders](https://cs.chromium.org/search/?q=file:trybots.py+linux_optional_gpu_tests_rel))
Path regular expressions: Path regular expressions:
......
...@@ -280,12 +280,6 @@ config_groups { ...@@ -280,12 +280,6 @@ config_groups {
location_regexp: ".+/[+]/third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG" location_regexp: ".+/[+]/third_party/blink/web_tests/FlagExpectations/enable-blink-features=LayoutNG"
location_regexp: ".+/[+]/third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/.+" location_regexp: ".+/[+]/third_party/blink/web_tests/flag-specific/enable-blink-features=LayoutNG/.+"
} }
builders {
name: "chromium/try/linux_mojo"
location_regexp: ".+/[+]/services/network/.+"
location_regexp: ".+/[+]/testing/buildbot/filters/mojo\\.fyi\\.network_.*"
location_regexp: ".+/[+]/third_party/blink/web_tests/FlagExpectations/enable-features=NetworkService"
}
builders { builders {
name: "chromium/try/linux_optional_gpu_tests_rel" name: "chromium/try/linux_optional_gpu_tests_rel"
location_regexp: ".+/[+]/chrome/browser/vr/.+" location_regexp: ".+/[+]/chrome/browser/vr/.+"
......
...@@ -19,7 +19,7 @@ CHROMIUM_DIR = os.path.abspath(os.path.join( ...@@ -19,7 +19,7 @@ CHROMIUM_DIR = os.path.abspath(os.path.join(
MD_HEADER = """# List of CQ builders MD_HEADER = """# List of CQ builders
This page is auto generated using the script This page is auto generated using the script
//infra/config/cq_config_presubmit.py. Do not manually edit. //infra/config/cq_cfg_presubmit.py. Do not manually edit.
[TOC] [TOC]
......
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