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