Skip to content

Commit

Permalink
Updated cpp tests to use latest images
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Saucedo <[email protected]>
  • Loading branch information
axsaucedo committed Nov 20, 2022
1 parent d9075cd commit c501ff6
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/cpp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
cpp-tests-debug-with-debug-layers:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
container: axsauze/kompute-builder:0.4
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
Expand All @@ -28,17 +28,16 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
run: make mk_run_tests

cpp-tests-release-with-debug-layers:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
container: axsauze/kompute-builder:0.4
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -54,17 +53,16 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
run: make mk_run_tests

cpp-tests-debug-without-debug-layers:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
container: axsauze/kompute-builder:0.4
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -80,17 +78,16 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
run: make mk_run_tests

cpp-tests-release-without-debug-layers:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
container: axsauze/kompute-builder:0.4
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -106,6 +103,7 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
Expand Down

0 comments on commit c501ff6

Please sign in to comment.