mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 06:50:11 +01:00
ci/nouveau: fix up Jetson Nano
The updated board has a stabilized GPU and now I just need to decide if I'm building a farm of them or not. The new firmware flash needs a reminder to the kernel of how to do NFS (no v2, thanks). Also, the full run is long and we need the TEST_PHASE_TIMEOUT variable to go past 20 minutes now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18674>
This commit is contained in:
parent
0fa857de28
commit
c8207158b5
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
- .nouveau-bm-test
|
- .nouveau-bm-test
|
||||||
variables:
|
variables:
|
||||||
BM_BOOTFS: /baremetal-files/jetson-nano/
|
BM_BOOTFS: /baremetal-files/jetson-nano/
|
||||||
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init"
|
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init nfsroot=,tcp,nfsvers=4.2"
|
||||||
GPU_VERSION: nouveau-gm20b
|
GPU_VERSION: nouveau-gm20b
|
||||||
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
|
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
|
||||||
# some are waiting for the GPU.
|
# some are waiting for the GPU.
|
||||||
|
|
@ -62,6 +62,7 @@ gm20b-gles-full:
|
||||||
variables:
|
variables:
|
||||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||||
DEQP_SUITE: nouveau-gm20b
|
DEQP_SUITE: nouveau-gm20b
|
||||||
|
TEST_PHASE_TIMEOUT: 120
|
||||||
|
|
||||||
gm20b-gles:
|
gm20b-gles:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue