From c8207158b5dc1f4f883015b6ee2afe41f8901154 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 16 Sep 2022 21:40:46 -0700 Subject: [PATCH] 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: --- src/gallium/drivers/nouveau/ci/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml index 31615124d5e..f79a112f0c6 100644 --- a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml +++ b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml @@ -34,7 +34,7 @@ - .nouveau-bm-test variables: 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 # 4 CPUs, but spawn a couple extra threads to make sure they stay busy while # some are waiting for the GPU. @@ -62,6 +62,7 @@ gm20b-gles-full: variables: HWCI_TEST_SCRIPT: "/install/deqp-runner.sh" DEQP_SUITE: nouveau-gm20b + TEST_PHASE_TIMEOUT: 120 gm20b-gles: extends: