~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/frontends/lavapipe/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
 
.lavapipe-test:
2
 
  stage: software-renderer
3
 
  extends:
4
 
    - .test-vk
5
 
    - .lavapipe-rules
6
 
    - .deqp-test-vk
7
 
  variables:
8
 
    GPU_VERSION: lvp
9
 
    VK_DRIVER: lvp
10
 
    DEQP_EXPECTED_RENDERER: llvmpipe
11
 
    LVP_POISON_MEMORY: "1"
12
 
 
13
 
lavapipe:
14
 
  tags:
15
 
    - mesa-swrast
16
 
  variables:
17
 
    DEQP_SUITE: lvp
18
 
  stage: software-renderer
19
 
  extends:
20
 
    - .lavapipe-test
21
 
 
22
 
lavapipe-vk-asan:
23
 
  extends:
24
 
    - .lavapipe-test
25
 
  variables:
26
 
    GPU_VERSION: lvp-asan
27
 
    DEQP_FRACTION: 1000
28
 
    # Skip dlclose so that we get good backtraces of the leaks.
29
 
    # Don't batch the tests into caselists while we're leaky.
30
 
    DEQP_RUNNER_OPTIONS: "--env LD_PRELOAD=libasan.so.6:libdlclose-skip.so --tests-per-group 1"
31
 
  needs:
32
 
    - debian/x86_test-vk
33
 
    - debian-testing-asan