[tools][cts] Remove hack to strip `release-x64` tags
Stripping `release-x64` is causing issues with the Unexpected Pass Finder, which is attempting to use this tag in updated expectations. This results in expectations that the roller thinks match no tests (as this tag is removed from the results).
The reason `release-x64` was stripped was because there were two bot 'variants' where one was a perfect subset of another - the tags were identical except for the addition of `release-x64`. Pure variant subsets are not supported by the roller.
https://chromium-review.googlesource.com/c/chromium/src/+/3891837 added the browser target cpu tagset (`target-cpu-X`). In theory this should prevent variants being a subset of each other, so the original hack should be safe to remove.
For more information, see https://dawn-review.googlesource.com/c/dawn/+/156784/comment/9abe11ba_e217336c/.
Issue: dawn:1401
Change-Id: I928a8e2aa6a8b6cecb56476b0880b41af41fb268
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158402
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
diff --git a/tools/src/cmd/cts/config.json b/tools/src/cmd/cts/config.json
index bb299a2..aa6d697 100644
--- a/tools/src/cmd/cts/config.json
+++ b/tools/src/cmd/cts/config.json
@@ -58,10 +58,7 @@
}
},
"Tag": {
- "Remove": [
- // crbug.com/dawn/1401
- "release-x64",
- ],
+ "Remove": [],
},
"Sheets": {
// Spreadsheet to export results data to