1bf215546Sopenharmony_ci.gm20b-test: 2bf215546Sopenharmony_ci extends: 3bf215546Sopenharmony_ci - .baremetal-test-arm64 4bf215546Sopenharmony_ci - .nouveau-rules 5bf215546Sopenharmony_ci variables: 6bf215546Sopenharmony_ci HWCI_TEST_SCRIPT: "/install/deqp-runner.sh" 7bf215546Sopenharmony_ci BM_BOOTFS: /baremetal-files/jetson-nano/ 8bf215546Sopenharmony_ci BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init" 9bf215546Sopenharmony_ci FLAKES_CHANNEL: "#nouveau-ci" 10bf215546Sopenharmony_ci GPU_VERSION: nouveau-gm20b 11bf215546Sopenharmony_ci # We package these as modules so that we can load them after the firmware is 12bf215546Sopenharmony_ci # available on NFS. 13bf215546Sopenharmony_ci HWCI_KERNEL_MODULES: tegra-drm,nouveau 14bf215546Sopenharmony_ci script: 15bf215546Sopenharmony_ci - ./install/bare-metal/poe-powered.sh 16bf215546Sopenharmony_ci tags: 17bf215546Sopenharmony_ci - google-nouveau-jetson-nano 18bf215546Sopenharmony_ci 19bf215546Sopenharmony_ci# Single Jetson Nano board at anholt's house. 20bf215546Sopenharmony_cigm20b-gles-full: 21bf215546Sopenharmony_ci extends: 22bf215546Sopenharmony_ci - .gm20b-test 23bf215546Sopenharmony_ci - .test-manual-mr 24bf215546Sopenharmony_ci timeout: 2h 25bf215546Sopenharmony_ci variables: 26bf215546Sopenharmony_ci DEQP_SUITE: nouveau-gm20b 27bf215546Sopenharmony_ci # 4 CPUs, but spawn a couple extra threads to make sure they stay busy while 28bf215546Sopenharmony_ci # some are waiting for the GPU. 29bf215546Sopenharmony_ci FDO_CI_CONCURRENT: 6 30bf215546Sopenharmony_ci 31bf215546Sopenharmony_cigm20b-gles: 32bf215546Sopenharmony_ci extends: 33bf215546Sopenharmony_ci - gm20b-gles-full 34bf215546Sopenharmony_ci timeout: 60m 35bf215546Sopenharmony_ci variables: 36bf215546Sopenharmony_ci DEQP_FRACTION: 10 37