From 3901aca352dce54640cbc47b8b80847e8059ddbf Mon Sep 17 00:00:00 2001 From: Ren You Date: Tue, 25 Jan 2022 13:48:09 -0800 Subject: [PATCH] Update .ci.yaml to include google test (#96926) * Update .ci.yaml to include google test * Try to fix spacing error. * Add tags to fix the test owner error. * Add google_test to test owners. --- .ci.yaml | 8 ++++++++ TESTOWNERS | 1 + 2 files changed, 9 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 1378a91d478..36cb6170d9e 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -4184,3 +4184,11 @@ targets: ["devicelab","android","windows"] task_name: windows_chrome_dev_mode scheduler: luci + + - name: google_test + bringup: true + presubmit: false + scheduler: google_internal + properties: + tags: > + ["framework","hostonly","shard"] diff --git a/TESTOWNERS b/TESTOWNERS index ed5528e9cce..f815ee23b3f 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -236,3 +236,4 @@ # skp_generator @Hixie # test_ownership @keyonghan # verify_binaries_codesigned @christopherfujino @flutter/releases +# google_test @renyou