Temporarily disable Pixel 6 tests and benchmarks (#15426)
Temporarily disable Pixel 6 tests and benchmarks to unblock the CI build
on the main branch
ci-extra: build_and_test_android
diff --git a/.github/workflows/benchmark_execution.yml b/.github/workflows/benchmark_execution.yml
index 1b7d0c6..4c84620 100644
--- a/.github/workflows/benchmark_execution.yml
+++ b/.github/workflows/benchmark_execution.yml
@@ -94,12 +94,14 @@
# },
# ...
# ]
+ # TODO(pzread): Re-enable Pixel 6 once the device is fixed.
echo benchmark-matrix="$(jq -c '[ . | to_entries[]
| .key as $device_name
| .value.host_environment as $host_environment
| (.value.shards | length) as $count
| .value.shards[]
| {$device_name, $host_environment, shard: {index, $count}}
+ | select(.device_name != "pixel-6-pro")
]' "${BENCHMARK_CONFIG}")" >> "${GITHUB_OUTPUT}"
run_benchmarks:
diff --git a/.github/workflows/build_and_test_android.yml b/.github/workflows/build_and_test_android.yml
index ae41611..cff7374 100644
--- a/.github/workflows/build_and_test_android.yml
+++ b/.github/workflows/build_and_test_android.yml
@@ -115,8 +115,9 @@
# triggered by our tests. Disable running tests entirely on Pixel 4.
- device-name: pixel-4
label-exclude: "vulkan"
- - device-name: pixel-6-pro
- label-exclude: "^requires-gpu"
+ # TODO(pzread): Re-enable Pixel 6 once the device is fixed.
+ # - device-name: pixel-6-pro
+ # label-exclude: "^requires-gpu"
- device-name: moto-edge-x30
label-exclude: "^requires-gpu"
name: test_on_${{ matrix.target.device-name }}