Make all CI bots scheduled by the gittiles trigger
Change-Id: I255128f881243ae5588db2e85b8a9fe415d4631c
This commit is contained in:
parent
37812a642e
commit
503e31edcb
|
@ -26,10 +26,16 @@ trigger {
|
|||
}
|
||||
triggers: "linux-clang-dbg-x64"
|
||||
triggers: "linux-clang-rel-x64"
|
||||
triggers: "linux-clang-dbg-x86"
|
||||
triggers: "linux-clang-rel-x86"
|
||||
triggers: "mac-dbg"
|
||||
triggers: "mac-rel"
|
||||
triggers: "win-clang-dbg-x64"
|
||||
triggers: "win-clang-rel-x64"
|
||||
triggers: "win-clang-dbg-x86"
|
||||
triggers: "win-clang-rel-x86"
|
||||
triggers: "win-msvc-dbg-x64"
|
||||
triggers: "win-msvc-rel-x64"
|
||||
}
|
||||
|
||||
job {
|
||||
|
|
Loading…
Reference in New Issue