tools/cts roll: Add flag to run CI only tests.

Fixed: dawn:1554
Change-Id: I1acd5e5d6502b56f26bd4a0257ac15e1baa10fcf
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104044
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ben Clayton 2022-09-27 19:29:56 +00:00 committed by Dawn LUCI CQ
parent 764a2abc90
commit 62f8e733b1
2 changed files with 2 additions and 0 deletions

View File

@ -491,6 +491,7 @@ func (r *roller) rollCommitMessage(
}
msg.WriteString("\n")
}
msg.WriteString("Include-Ci-Only-Tests: true\n")
if changeID != "" {
msg.WriteString("Change-Id: ")
msg.WriteString(changeID)

View File

@ -72,6 +72,7 @@ https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d5e605a556
Created with './tools/run cts roll'
Cq-Include-Trybots: luci.chromium.try:linux-dawn-rel,win-dawn-rel;luci.dawn.try:mac-dbg
Include-Ci-Only-Tests: true
Change-Id: I4aa059c6c183e622975b74dbdfdfe0b12341ae15
`
if diff := cmp.Diff(msg, expect); diff != "" {