Skip to content

Commit

Permalink
Fix yml syntax (#5274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRaoux authored Mar 31, 2021
1 parent 494fe32 commit 531c73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
- "cd build-android/"
# 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$\""
- "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 531c73e

Please sign in to comment.