mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
amd/ci: set kernel for amdgpu jobs in .ci-tron-test-amdgpu
This fixes the kernel used by `radeonsi-vangogh-glcts`. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34898>
This commit is contained in:
parent
1d902e3372
commit
5fc98ce169
2 changed files with 1 additions and 3 deletions
|
|
@ -289,6 +289,7 @@
|
|||
.ci-tron-test-amdgpu:
|
||||
variables:
|
||||
CI_TRON_PATTERN__JOB_WARN__REGEX: '\*ERROR\* ring .* timeout'
|
||||
CI_TRON_KERNEL__URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||
|
||||
.ci-tron-test-radv:
|
||||
extends: .ci-tron-test-amdgpu
|
||||
|
|
@ -311,8 +312,6 @@
|
|||
- .ci-tron-x86_64-test-vk
|
||||
- .radv-valve-rules
|
||||
- .ci-tron-test-radv
|
||||
variables:
|
||||
CI_TRON_KERNEL__URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||
|
||||
|
||||
.tahiti-test-valve:
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@
|
|||
variables:
|
||||
DEQP_SUITE: zink-radv
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
CI_TRON_KERNEL__URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 20
|
||||
|
||||
# Disable reporting, since DUTs don't have internet access
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue