1bf215546Sopenharmony_ci.radeonsi-stoney-test:amd64:
2bf215546Sopenharmony_ci  extends:
3bf215546Sopenharmony_ci    - .radeonsi-rules
4bf215546Sopenharmony_ci  variables:
5bf215546Sopenharmony_ci    DEVICE_TYPE: hp-11A-G6-EE-grunt
6bf215546Sopenharmony_ci    DTB: ""
7bf215546Sopenharmony_ci    GPU_VERSION: radeonsi-stoney
8bf215546Sopenharmony_ci    BOOT_METHOD: depthcharge
9bf215546Sopenharmony_ci    KERNEL_IMAGE_TYPE: ""
10bf215546Sopenharmony_ci    HWCI_KERNEL_MODULES: amdgpu
11bf215546Sopenharmony_ci    DRIVER_NAME: radeonsi
12bf215546Sopenharmony_ci    FDO_CI_CONCURRENT: 4
13bf215546Sopenharmony_ci    DEQP_EXPECTED_RENDERER: STONEY
14bf215546Sopenharmony_ci    HWCI_FREQ_MAX: "true"
15bf215546Sopenharmony_ci    RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_ciradeonsi-stoney-gl:amd64:
18bf215546Sopenharmony_ci  extends:
19bf215546Sopenharmony_ci    - .lava-test:amd64
20bf215546Sopenharmony_ci    - .radeonsi-stoney-test:amd64
21bf215546Sopenharmony_ci  parallel: 5
22bf215546Sopenharmony_ci  variables:
23bf215546Sopenharmony_ci    DEQP_SUITE: radeonsi-stoney
24bf215546Sopenharmony_ci
25bf215546Sopenharmony_ciradeonsi-stoney-traces:amd64:
26bf215546Sopenharmony_ci  extends:
27bf215546Sopenharmony_ci    - .lava-piglit-traces:amd64
28bf215546Sopenharmony_ci    - .radeonsi-stoney-test:amd64
29bf215546Sopenharmony_ci  variables:
30bf215546Sopenharmony_ci    EGL_PLATFORM: surfaceless
31bf215546Sopenharmony_ci    PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-radeonsi.yml"
32bf215546Sopenharmony_ci    PIGLIT_REPLAY_EXTRA_ARGS: --keep-image
33bf215546Sopenharmony_ci    RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
34bf215546Sopenharmony_ci
35bf215546Sopenharmony_ciradeonsi-stoney-piglit-gl:amd64:
36bf215546Sopenharmony_ci  extends:
37bf215546Sopenharmony_ci    - .lava-piglit:amd64
38bf215546Sopenharmony_ci    - .radeonsi-stoney-test:amd64
39bf215546Sopenharmony_ci  variables:
40bf215546Sopenharmony_ci    PIGLIT_FRACTION: 4
41bf215546Sopenharmony_ci    PIGLIT_PLATFORM: mixed_glx_egl
42bf215546Sopenharmony_ci    PIGLIT_PROFILES: quick_gl
43bf215546Sopenharmony_ci    HWCI_START_XORG: 1
44bf215546Sopenharmony_ci
45bf215546Sopenharmony_ciradeonsi-stoney-va:amd64:
46bf215546Sopenharmony_ci  extends:
47bf215546Sopenharmony_ci    - .lava-test:amd64
48bf215546Sopenharmony_ci    - .radeonsi-stoney-test:amd64
49bf215546Sopenharmony_ci    - .radeonsi-vaapi-rules
50bf215546Sopenharmony_ci  variables:
51bf215546Sopenharmony_ci    HWCI_TEST_SCRIPT: "/install/gtest-runner.sh"
52bf215546Sopenharmony_ci    # While the tests don't need Xorg, it's an easy way to keep DRM open so we don't
53bf215546Sopenharmony_ci    # spend all our time in drm_lastclose()'s modesetting.
54bf215546Sopenharmony_ci    HWCI_START_XORG: 1
55bf215546Sopenharmony_ci    GTEST: test_va_api
56bf215546Sopenharmony_ci    # The big 10-surface 10k allocations oomkill us at around 2.5G of GPU memory
57bf215546Sopenharmony_ci    # allocated if we run at the normal 4 threads.
58bf215546Sopenharmony_ci    # https://github.com/intel/libva-utils/issues/248
59bf215546Sopenharmony_ci    FDO_CI_CONCURRENT: 1
60bf215546Sopenharmony_ci    # A whole run would be about 25 minutes currently.  Fixing
61bf215546Sopenharmony_ci    # https://github.com/intel/libva-utils/issues/247 and
62bf215546Sopenharmony_ci    # https://github.com/google/googletest/issues/3614 would probably help.
63bf215546Sopenharmony_ci    GTEST_FRACTION: 5
64