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.
This commit is contained in:
Ren You 2022-01-25 13:48:09 -08:00 committed by GitHub
parent b8fd21b04e
commit 3901aca352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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"]

View File

@ -236,3 +236,4 @@
# skp_generator @Hixie
# test_ownership @keyonghan
# verify_binaries_codesigned @christopherfujino @flutter/releases
# google_test @renyou