~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/drivers/radeonsi/ci/gitlab-ci.yml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

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