Skip to content

Commit

Permalink
Disable Vulkan float16 tests on Pixel4 (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRaoux authored Mar 31, 2021
1 parent ade7ff1 commit 3616323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ steps:
- "tar xzf build-artifacts.tgz"
- "find build-android/ -name '*.cmake' -exec sed -i \"s!\\$IREE_DOCKER_WORKDIR/!\\$PWD/!g\" {} \\;"
- "cd build-android/"
- "ctest --output-on-failure"
# vulkan tests using khr_shader_float16_int8 are failing on pixel4.
# Disabling it until we identify the root cause.
- "ctest --output-on-failure --label-exclude \"^vulkan_uses_vk_khr_shader_float16_int8$\""
agents:
- "android-soc=snapdragon-855"
- "queue=test-android"
Expand Down

0 comments on commit 3616323

Please sign in to comment.