mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 17:00:09 +01:00
ci/windows: Add a manual full job
Add the test-dozen-deqp-full nightly job, which runs VKCTS without a fraction. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32704>
This commit is contained in:
parent
6076b8a49c
commit
435017700d
2 changed files with 21 additions and 0 deletions
|
|
@ -70,3 +70,17 @@
|
|||
- changes:
|
||||
- src/microsoft/vulkan/*
|
||||
when: on_success
|
||||
|
||||
.dozen-manual-rules:
|
||||
stage: layered-backends-postmerge
|
||||
extends: .no-auto-retry
|
||||
rules:
|
||||
- !reference [.test, rules]
|
||||
- !reference [.microsoft-farm-manual-rules, rules]
|
||||
- !reference [.vulkan-manual-rules, rules]
|
||||
- changes:
|
||||
*spirv2dxil_file_list
|
||||
when: manual
|
||||
- changes:
|
||||
- src/microsoft/vulkan/*
|
||||
when: manual
|
||||
|
|
|
|||
|
|
@ -47,3 +47,10 @@ test-dozen-deqp:
|
|||
- results/
|
||||
reports:
|
||||
junit: results/junit.xml
|
||||
|
||||
test-dozen-deqp-full:
|
||||
extends:
|
||||
- test-dozen-deqp
|
||||
- .dozen-manual-rules
|
||||
variables:
|
||||
DEQP_FRACTION: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue