Lines Matching +full:timeout +full:- +full:minutes
1 job_name: mesa-deqp-{{ deqp_version }}-{{ gpu_version }} {{ pipeline_info }}
7 minutes: 40
9 minutes: 10
11 power-off:
19 - {{ tag }}
23 - deploy:
24 timeout:
25 minutes: 10
33 url: {{ base_artifacts_url }}/lava-rootfs.tgz
40 - boot:
41 timeout:
42 minutes: 5
50 download_command: wget -S --progress=dot:giga
51 unpack_command: tar -C / -xzf
56 - 'lava-shell:'
57 - test:
58 timeout:
59 minutes: 60
61 - repository:
63 format: Lava-Test Test Definition 1.0
67 - oe
69 - functional
72 - mount -t proc none /proc
73 - mount -t sysfs none /sys
74 - mount -t devtmpfs none /dev || echo possibly already mounted
75 - mkdir -p /dev/pts
76 - mount -t devpts devpts /dev/pts
77 - echo "nameserver 8.8.8.8" > /etc/resolv.conf
78 - for i in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done
80 - modprobe amdgpu || true
82 - DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true`
83 - echo performance > $DEVFREQ_GOVERNOR || true
85 - GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
86 - echo -1 > $GPU_AUTOSUSPEND || true
89 - export {{ env_vars }}
92 # deqp-runner.sh assumes some stuff is in pwd
93 - cd /
95 - wget -S --progress=dot:giga -O- {{ mesa_url }} | tar -xz
97 - export DEQP_NO_SAVE_RESULTS=1
98 - export DEQP_EXPECTED_FAILS=deqp-{{ gpu_version }}-fails.txt
99 - export DEQP_SKIPS=deqp-{{ gpu_version }}-skips.txt
100 - export DEQP_VER={{ deqp_version }}
101 - export LIBGL_DRIVERS_PATH=`pwd`/install/lib/dri
103 - "if sh /install/deqp-runner.sh; then
112 path: inline/mesa-deqp.yaml