~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/intel/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
 
.anv-test:
2
 
  extends:
3
 
    - .lava-test:amd64
4
 
    - .anv-rules
5
 
  variables:
6
 
    DTB: ""
7
 
    DRIVER_NAME: anv
8
 
    BOOT_METHOD: depthcharge
9
 
    KERNEL_IMAGE_TYPE: ""
10
 
    FLAKES_CHANNEL: "#intel-ci"
11
 
    HWCI_FREQ_MAX: "true"
12
 
 
13
 
# 10 boards
14
 
.anv-tgl-test:
15
 
  extends:
16
 
    - .anv-test
17
 
  variables:
18
 
    DEVICE_TYPE: asus-cx9400-volteer
19
 
    GPU_VERSION: anv-tgl
20
 
    FDO_CI_CONCURRENT: 8
21
 
    RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer
22
 
 
23
 
anv-tgl-vk:
24
 
  extends:
25
 
    - .anv-tgl-test
26
 
  variables:
27
 
    DEQP_SUITE: anv-tgl-vk
28
 
    DEQP_VER: vk
29
 
    VK_DRIVER: intel
30
 
  parallel: 10