Add WebGPU CTS to Dawn Android bots as CI only
Bug: 1363409
Change-Id: I72848dd718b202d8595653183df3c6513eef6bf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4545949
Commit-Queue: Austin Eng <[email protected]>
Reviewed-by: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1148859}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 2d258db..a6b878b 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -4425,15 +4425,19 @@
],
},
'webgpu_cts_tests': {
- 'remove_from': [
- # TODO(crbug.com/1363409): Enable these once they're shown to work on
- # Android.
- 'Dawn Android arm DEPS Release (Pixel 4)',
- 'Dawn Android arm Release (Pixel 4)',
- 'Dawn Android arm64 DEPS Release (Pixel 6)',
- 'Dawn Android arm64 Release (Pixel 6)',
- ],
'modifications': {
+ 'Dawn Android arm DEPS Release (Pixel 4)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm Release (Pixel 4)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm64 DEPS Release (Pixel 6)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm64 Release (Pixel 6)': {
+ 'ci_only': True,
+ },
'Dawn Mac x64 DEPS Release (AMD)': {
'ci_only': True,
},
@@ -4488,12 +4492,6 @@
},
'webgpu_cts_with_validation_tests': {
'remove_from': [
- # TODO(crbug.com/1363409): Enable these once they're shown to work on
- # Android.
- 'Dawn Android arm DEPS Release (Pixel 4)',
- 'Dawn Android arm Release (Pixel 4)',
- 'Dawn Android arm64 DEPS Release (Pixel 6)',
- 'Dawn Android arm64 Release (Pixel 6)',
# Remove from bots where capacity is constrained.
'Dawn Win10 x64 DEPS Release (Intel)',
'Dawn Win10 x64 Release (Intel)',
@@ -4509,6 +4507,18 @@
'win10-code-coverage',
],
'modifications': {
+ 'Dawn Android arm DEPS Release (Pixel 4)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm Release (Pixel 4)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm64 DEPS Release (Pixel 6)': {
+ 'ci_only': True,
+ },
+ 'Dawn Android arm64 Release (Pixel 6)': {
+ 'ci_only': True,
+ },
# ci_only for bots where capacity is constrained.
'Dawn Linux x64 DEPS Release (Intel UHD 630)': {
'ci_only': True,