extends: x86_build
variables:
DEBIAN_TAG: &x86_test-vk "2020-03-05"
- # Can only be triggered manually on personal branches because RADV is the only
- # driver that does Vulkan testing at the moment.
- rules:
- # Never build the test image for VK by default in the main project.
- - if: '$CI_PROJECT_PATH == "mesa/mesa"'
- when: never
- # Never build the test image for VK by default for merge requests.
- - if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_COMMIT_REF_NAME'
- when: never
- # Otherwise, allow building it manually for personal branches.
- - when: manual
-
# Debian 9 based x86 build image (old LLVM)
x86_build_old:
# Never test RADV by default for merge requests.
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_COMMIT_REF_NAME'
when: never
- # Otherwise, allow testing RADV if the test image for VK has been manually
- # started.
- - when: on_success
+ # Otherwise, allow testing RADV manually for personal branches.
+ - when: manual
radv_polaris10_vkcts:
extends: