blob: ff6d665b9dda92fb1f9d3e2fb04a9cbebf4bf49f [file] [log] [blame]
Eric Engestrom329f5cd2019-01-20 11:21:45 +00001variables:
Eric Anholtaf7dca32020-03-06 13:23:20 -08002 FDO_UPSTREAM_REPO: mesa/mesa
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +02003 CI_PRE_CLONE_SCRIPT: |-
4 set -o xtrace
5 /usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | sh -
6 set +o xtrace
Benjamin Tissoires7f8a9a12019-04-02 09:24:00 +02007
8include:
Eric Anholtaf7dca32020-03-06 13:23:20 -08009 - project: 'freedesktop/ci-templates'
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +020010 ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2
Michel Dänzerd00b1c42019-04-02 16:56:54 +020011 file: '/templates/debian.yml'
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +020012 - project: 'freedesktop/ci-templates'
13 ref: *ci-templates-sha
14 file: '/templates/alpine.yml'
Dylan Baker19851c92019-10-23 14:36:19 -070015 - local: '.gitlab-ci/lava-gitlab-ci.yml'
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +010016 - local: '.gitlab-ci/test-source-dep.yml'
Tomeu Vizoso7b01f722019-09-18 16:03:36 +020017
Eric Engestrom329f5cd2019-01-20 11:21:45 +000018stages:
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +020019 - container+docs
Michel Dänzerc2366f02020-05-16 17:17:23 +020020 - container-2
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +020021 - git-archive
Michel Dänzer3cdc0d52020-07-01 17:37:49 +020022 - deploy
Michel Dänzercc9493f2020-02-27 18:27:56 +010023 - meson-x86_64
24 - scons
25 - meson-misc
26 - llvmpipe
27 - softpipe
28 - freedreno
29 - panfrost
Samuel Pitoiset48e92032020-03-06 08:39:25 +010030 - radv
31 - lima
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +020032 - virgl
Michel Dänzer8775b742020-01-13 09:45:57 +010033 - success
Eric Engestrom329f5cd2019-01-20 11:21:45 +000034
Erik Faye-Lund87747072020-06-22 11:10:29 +020035.docs-base:
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020036 extends: .ci-run-policy
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020037 image: alpine
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020038 script:
Erik Faye-Lundcb119002020-07-02 13:09:36 +020039 - apk --no-cache add py3-pip graphviz
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020040 - pip3 install sphinx sphinx_rtd_theme
41 - sphinx-build -b html docs public
Erik Faye-Lund87747072020-06-22 11:10:29 +020042
43pages:
44 extends: .docs-base
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +020045 stage: deploy
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020046 artifacts:
47 paths:
48 - public
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020049 rules:
50 - if: '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == "master"'
51 changes: &docs-or-ci
52 - docs/**/*
53 - .gitlab-ci.yml
Michel Dänzerfc41ec12020-07-01 17:41:06 +020054 when: always
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020055 # Other cases default to never
Eric Engestrom329f5cd2019-01-20 11:21:45 +000056
Erik Faye-Lund87747072020-06-22 11:10:29 +020057test-docs:
58 extends: .docs-base
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +020059 stage: container+docs
Michel Dänzer1c612e82020-06-22 11:13:05 +020060 rules:
61 - if: '$CI_PROJECT_NAMESPACE == "mesa"'
62 when: never
63 - if: '$GITLAB_USER_LOGIN == "marge-bot"'
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020064 changes: *docs-or-ci
Michel Dänzer1c612e82020-06-22 11:13:05 +020065 when: on_success
66 - changes: *docs-or-ci
67 when: manual
68 # Other cases default to never
Erik Faye-Lund87747072020-06-22 11:10:29 +020069
Eric Engestrom7f5d9c22019-02-22 15:52:08 +000070# When to automatically run the CI
Michel Dänzere426f402019-09-06 17:35:52 +020071.ci-run-policy:
Michel Dänzer41797a12019-09-26 09:27:27 +020072 rules:
Michel Dänzer42fe6002020-04-03 12:50:11 +020073 # If any files affecting the pipeline are changed, build/test jobs run
74 # automatically once all dependency jobs have passed
75 - changes: &all_paths
Michel Dänzer8775b742020-01-13 09:45:57 +010076 - VERSION
Eric Engestrom576bff52020-05-14 22:51:38 +020077 - bin/git_sha1_gen.py
78 - bin/install_megadrivers.py
79 - bin/meson_get_version.py
80 - bin/symbols-check.py
Michel Dänzer8775b742020-01-13 09:45:57 +010081 # GitLab CI
82 - .gitlab-ci.yml
83 - .gitlab-ci/**/*
84 # Meson
85 - meson*
86 - build-support/**/*
87 - subprojects/**/*
88 # SCons
89 - SConstruct
90 - scons/**/*
91 - common.py
92 # Source code
93 - include/**/*
94 - src/**/*
95 when: on_success
Michel Dänzer42fe6002020-04-03 12:50:11 +020096 # Otherwise, build/test jobs won't run
Michel Dänzer8775b742020-01-13 09:45:57 +010097 - when: never
Michel Dänzer6140ed32019-03-26 18:39:41 +010098 retry:
99 max: 2
100 when:
101 - runner_system_failure
Eric Engestromac78ca42019-11-12 23:42:21 +0000102 # Cancel CI run if a newer commit is pushed to the same branch
103 interruptible: true
Eric Engestrom7f5d9c22019-02-22 15:52:08 +0000104
Michel Dänzer8775b742020-01-13 09:45:57 +0100105success:
106 stage: success
107 image: debian:stable-slim
Michel Dänzer6cba4682020-06-22 11:16:17 +0200108 rules:
109 - if: '$CI_PROJECT_NAMESPACE == "mesa"'
110 when: never
111 - if: '$GITLAB_USER_LOGIN == "marge-bot"'
112 changes: *docs-or-ci
113 when: never
114 - changes: *all_paths
115 when: never
116 - when: on_success
Michel Dänzer2dd0cc62020-01-20 18:34:34 +0100117 variables:
118 GIT_STRATEGY: none
Michel Dänzer8775b742020-01-13 09:45:57 +0100119 script:
120 - echo "Dummy job to make sure every merge request pipeline runs at least one job"
121
122
Michel Dänzere426f402019-09-06 17:35:52 +0200123.ci-deqp-artifacts:
Eric Anholt46daaca2019-06-28 16:35:32 -0700124 artifacts:
Michel Dänzer0103f022020-03-06 12:35:17 +0100125 name: "mesa_${CI_JOB_NAME}"
Eric Anholt46daaca2019-06-28 16:35:32 -0700126 when: always
127 untracked: false
128 paths:
129 # Watch out! Artifacts are relative to the build dir.
130 # https://gitlab.com/gitlab-org/gitlab-ce/commit/8788fb925706cad594adf6917a6c5f6587dd1521
131 - artifacts
Eric Engestrom7f5d9c22019-02-22 15:52:08 +0000132
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100133# Build the CI docker images.
Michel Dänzerc6c76522019-11-11 18:13:28 +0100134#
Eric Anholtaf7dca32020-03-06 13:23:20 -0800135# FDO_DISTRIBUTION_TAG is the tag of the docker image used by later stage jobs. If the
Michel Dänzerc6c76522019-11-11 18:13:28 +0100136# image doesn't exist yet, the container stage job generates it.
137#
138# In order to generate a new image, one should generally change the tag.
139# While removing the image from the registry would also work, that's not
140# recommended except for ephemeral images during development: Replacing
141# an image after a significant amount of time might pull in newer
142# versions of gcc/clang or other packages, which might break the build
143# with older commits using the same tag.
144#
145# After merging a change resulting in generating a new image to the
146# main repository, it's recommended to remove the image from the source
147# repository's container registry, so that the image from the main
148# repository's registry will be used there as well.
Michel Dänzer8a199922019-09-06 17:04:47 +0200149
Eric Engestrom81b98e92019-10-14 23:04:14 +0100150.container:
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +0200151 stage: container+docs
Eric Engestrom81b98e92019-10-14 23:04:14 +0100152 extends:
153 - .ci-run-policy
Michel Dänzer42fe6002020-04-03 12:50:11 +0200154 rules:
Michel Dänzer549b4a32020-06-29 11:33:13 +0200155 # Run pipeline by default in the main project if any CI pipeline
156 # configuration files were changed, to ensure docker images are up to date
Michel Dänzer42fe6002020-04-03 12:50:11 +0200157 - if: '$CI_PROJECT_PATH == "mesa/mesa"'
158 changes:
Michel Dänzer549b4a32020-06-29 11:33:13 +0200159 - .gitlab-ci.yml
160 - .gitlab-ci/**/*
161 when: on_success
162 # Run pipeline by default if it was triggered by Marge Bot, is for a
163 # merge request, and any files affecting the pipeline were changed
164 - if: '$GITLAB_USER_LOGIN == "marge-bot" && $CI_PROJECT_PATH != "mesa/mesa"'
165 changes:
Michel Dänzer42fe6002020-04-03 12:50:11 +0200166 *all_paths
167 when: on_success
Michel Dänzer549b4a32020-06-29 11:33:13 +0200168 # Run pipeline by default in the main project if it was not triggered by
169 # Marge Bot, and any files affecting the pipeline were changed
170 - if: '$GITLAB_USER_LOGIN != "marge-bot" && $CI_PROJECT_PATH == "mesa/mesa"'
171 changes:
172 *all_paths
173 when: on_success
174 # Allow triggering jobs manually in other cases if any files affecting the
175 # pipeline were changed
Michel Dänzer4176dfa2020-04-03 11:46:12 +0200176 - changes:
Michel Dänzer42fe6002020-04-03 12:50:11 +0200177 *all_paths
178 when: manual
179 # Otherwise, container jobs won't run
180 - when: never
Eric Engestrom81b98e92019-10-14 23:04:14 +0100181 variables:
Eric Anholtaf7dca32020-03-06 13:23:20 -0800182 FDO_DISTRIBUTION_VERSION: buster-slim
Michel Dänzerfcd33772020-03-23 18:16:07 +0100183 FDO_REPO_SUFFIX: "debian/$CI_JOB_NAME"
Eric Anholtaf7dca32020-03-06 13:23:20 -0800184 FDO_DISTRIBUTION_EXEC: 'bash .gitlab-ci/container/${CI_JOB_NAME}.sh'
Eric Engestrom81b98e92019-10-14 23:04:14 +0100185 # no need to pull the whole repo to build the container image
186 GIT_STRATEGY: none
187
Michel Dänzera85da8e2020-05-30 15:53:41 +0200188# Debian 10 based x86 build image base
189x86_build-base:
Michel Dänzere426f402019-09-06 17:35:52 +0200190 extends:
Michel Dänzerfcd33772020-03-23 18:16:07 +0100191 - .fdo.container-build@debian
Eric Engestrom81b98e92019-10-14 23:04:14 +0100192 - .container
Michel Dänzerc6c76522019-11-11 18:13:28 +0100193 variables:
Eric Engestrom4be31eb2020-06-12 21:06:38 +0200194 FDO_DISTRIBUTION_TAG: &x86_build-base "2020-06-12"
Michel Dänzera85da8e2020-05-30 15:53:41 +0200195
196.use-x86_build-base:
197 extends:
198 - x86_build-base
199 - .ci-run-policy
200 stage: container-2
201 variables:
202 BASE_TAG: *x86_build-base
203 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG"
204 needs:
205 - x86_build-base
206
207# Debian 10 based x86 main build image
208x86_build:
209 extends:
210 - .use-x86_build-base
211 variables:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200212 FDO_DISTRIBUTION_TAG: &x86_build "2020-06-02"
Eric Engestrom46d23c02019-01-20 11:26:53 +0000213
Michel Dänzer3a48f452019-11-13 17:43:41 +0100214.use-x86_build:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100215 variables:
216 TAG: *x86_build
217 image: "$CI_REGISTRY_IMAGE/debian/x86_build:$TAG"
Michel Dänzereb86cba2019-10-10 15:27:17 +0200218 needs:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200219 - x86_build-base
Michel Dänzer3a48f452019-11-13 17:43:41 +0100220 - x86_build
Michel Dänzereb86cba2019-10-10 15:27:17 +0200221
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200222# Debian 10 based i386 cross-build image
223i386_build:
224 extends:
225 - .use-x86_build-base
226 variables:
227 FDO_DISTRIBUTION_TAG: &i386_build "2020-06-02"
228
229.use-i386_build:
230 variables:
231 TAG: *i386_build
232 image: "$CI_REGISTRY_IMAGE/debian/i386_build:$TAG"
233 needs:
234 - x86_build-base
235 - i386_build
236
237# Debian 10 based ppc64el cross-build image
238ppc64el_build:
239 extends:
240 - .use-x86_build-base
241 variables:
242 FDO_DISTRIBUTION_TAG: &ppc64el_build "2020-06-02"
243
244.use-ppc64el_build:
245 variables:
246 TAG: *ppc64el_build
247 image: "$CI_REGISTRY_IMAGE/debian/ppc64el_build:$TAG"
248 needs:
249 - x86_build-base
250 - ppc64el_build
251
252# Debian 10 based s390x cross-build image
253s390x_build:
254 extends:
255 - .use-x86_build-base
256 variables:
257 FDO_DISTRIBUTION_TAG: &s390x_build "2020-06-02"
258
259.use-s390x_build:
260 variables:
261 TAG: *s390x_build
262 image: "$CI_REGISTRY_IMAGE/debian/s390x_build:$TAG"
263 needs:
264 - x86_build-base
265 - s390x_build
266
Michel Dänzerc2366f02020-05-16 17:17:23 +0200267# Debian 10 based x86 test image base
268x86_test-base:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200269 extends: x86_build-base
Michel Dänzeraebf43d2019-11-05 18:52:24 +0100270 variables:
Michel Dänzerb19c0942020-05-31 00:09:18 +0200271 FDO_DISTRIBUTION_TAG: &x86_test-base "2020-06-02"
Michel Dänzerc2366f02020-05-16 17:17:23 +0200272
273.use-x86_test-base:
274 extends:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200275 - x86_build-base
Michel Dänzerc2366f02020-05-16 17:17:23 +0200276 - .ci-run-policy
277 stage: container-2
278 variables:
279 BASE_TAG: *x86_test-base
280 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/x86_test-base:$BASE_TAG"
281 needs:
282 - x86_test-base
283
284# Debian 10 based x86 test image for GL
285x86_test-gl:
286 extends: .use-x86_test-base
287 variables:
Tomeu Vizosoe0518802020-06-15 15:39:40 +0200288 FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-23-virgl"
Michel Dänzeraebf43d2019-11-05 18:52:24 +0100289
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100290# Debian 10 based x86 test image for VK
291x86_test-vk:
Michel Dänzerc2366f02020-05-16 17:17:23 +0200292 extends: .use-x86_test-base
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100293 variables:
Eric Anholt6ee80d82020-06-18 12:21:44 -0700294 FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-18-vkcts"
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100295
Michel Dänzerc6c76522019-11-11 18:13:28 +0100296# Debian 9 based x86 build image (old LLVM)
Michel Dänzer3a48f452019-11-13 17:43:41 +0100297x86_build_old:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200298 extends: x86_build-base
Michel Dänzer8a199922019-09-06 17:04:47 +0200299 variables:
Eric Engestrom4be31eb2020-06-12 21:06:38 +0200300 FDO_DISTRIBUTION_TAG: &x86_build_old "2020-06-12"
Eric Anholtaf7dca32020-03-06 13:23:20 -0800301 FDO_DISTRIBUTION_VERSION: stretch-slim
Michel Dänzer8a199922019-09-06 17:04:47 +0200302
Michel Dänzer3a48f452019-11-13 17:43:41 +0100303.use-x86_build_old:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100304 variables:
305 TAG: *x86_build_old
306 image: "$CI_REGISTRY_IMAGE/debian/x86_build_old:$TAG"
Michel Dänzer88319f22019-09-18 16:17:01 +0200307 needs:
Michel Dänzer3a48f452019-11-13 17:43:41 +0100308 - x86_build_old
Michel Dänzer88319f22019-09-18 16:17:01 +0200309
Michel Dänzerc6c76522019-11-11 18:13:28 +0100310# Debian 10 based ARM build image
Michel Dänzer3a48f452019-11-13 17:43:41 +0100311arm_build:
Michel Dänzere426f402019-09-06 17:35:52 +0200312 extends:
Michel Dänzerfcd33772020-03-23 18:16:07 +0100313 - .fdo.container-build@debian@arm64v8
Eric Engestrom81b98e92019-10-14 23:04:14 +0100314 - .container
Eric Anholt6f0dc082019-06-28 16:35:32 -0700315 variables:
Tomeu Vizosodcd171f2020-04-01 13:07:46 +0200316 FDO_DISTRIBUTION_TAG: &arm_build "2020-07-07"
Eric Engestrom46d23c02019-01-20 11:26:53 +0000317
Michel Dänzerc6c76522019-11-11 18:13:28 +0100318.use-arm_build:
Michel Dänzerb4d3ae22019-11-04 09:54:09 +0100319 variables:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100320 TAG: *arm_build
321 image: "$CI_REGISTRY_IMAGE/debian/arm_build:$TAG"
322 needs:
323 - arm_build
324
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200325# Debian 10 based x86 baremetal image base
326arm_test-base:
327 extends:
328 - .fdo.container-build@debian
329 - .container
330 variables:
Rohan Garg7406d622020-01-28 15:19:53 +0100331 FDO_DISTRIBUTION_TAG: &arm_test-base "2020-06-22-tracie"
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200332
333.use-arm_test-base:
334 extends:
335 - arm_test-base
336 - .ci-run-policy
337 stage: container-2
338 variables:
339 BASE_TAG: *arm_test-base
340 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/arm_test-base:$BASE_TAG"
341 needs:
342 - arm_test-base
343
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200344# x86 image with ARM64 rootfs for baremetal testing.
345arm64_test:
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200346 extends:
347 - .use-arm_test-base
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700348 variables:
Eric Anholt6283da32020-06-16 12:05:23 -0700349 FDO_DISTRIBUTION_TAG: &arm64_test "2020-06-25-kernelfix"
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700350
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200351.use-arm64_test:
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700352 variables:
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200353 TAG: *arm64_test
354 image: "$CI_REGISTRY_IMAGE/debian/arm64_test:$TAG"
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700355 needs:
Christian Gmeiner456e8102020-06-09 19:05:21 +0200356 - arm_test-base
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200357 - arm64_test
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700358
Daniel Stone07885cb2020-03-24 11:11:36 +0000359# Native Windows docker builds
Dylan Baker138c0032020-05-19 14:01:47 -0700360#
Daniel Stone07885cb2020-03-24 11:11:36 +0000361# Unlike the above Linux-based builds - including MinGW/SCons builds which
362# cross-compile for Windows - which use the freedesktop ci-templates, we
363# cannot use the same scheme here. As Windows lacks support for
364# Docker-in-Docker, and Podman does not run natively on Windows, we have
365# to open-code much of the same ourselves.
366#
367# This is achieved by first running in a native Windows shell instance
368# (host PowerShell) in the container stage to build and push the image,
369# then in the build stage by executing inside Docker.
370
371.windows-docker-vs2019:
372 variables:
Daniel Stone0f46a312020-05-05 15:49:22 +0100373 WINDOWS_TAG: "2020-05-05-llvm"
Daniel Stone07885cb2020-03-24 11:11:36 +0000374 WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG"
375 WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/windows/x64_build:$WINDOWS_TAG"
376
Daniel Stoneefec8332020-07-02 08:21:33 +0100377.windows_build_vs2019:
Daniel Stone07885cb2020-03-24 11:11:36 +0000378 extends:
379 - .container
380 - .windows-docker-vs2019
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +0200381 stage: container+docs
Daniel Stone07885cb2020-03-24 11:11:36 +0000382 variables:
383 GIT_STRATEGY: fetch # we do actually need the full repository though
Daniel Stone0f46a312020-05-05 15:49:22 +0100384 timeout: 4h # LLVM takes ages
Daniel Stone07885cb2020-03-24 11:11:36 +0000385 tags:
386 - windows
387 - shell
388 - "1809"
Daniel Stone2db1d732020-03-30 10:16:18 +0100389 - mesa
Daniel Stone07885cb2020-03-24 11:11:36 +0000390 script:
391 - .\.gitlab-ci\windows\mesa_container.ps1 $CI_REGISTRY $CI_REGISTRY_USER $CI_REGISTRY_PASSWORD $WINDOWS_IMAGE $WINDOWS_UPSTREAM_IMAGE
Dylan Baker138c0032020-05-19 14:01:47 -0700392
Daniel Stone07885cb2020-03-24 11:11:36 +0000393.use-windows_build_vs2019:
394 extends: .windows-docker-vs2019
395 image: "$WINDOWS_IMAGE"
396 needs:
Daniel Stone79113462020-04-16 14:56:18 +0100397 - windows_build_vs2019
Eric Engestrom81b98e92019-10-14 23:04:14 +0100398
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200399git_archive:
400 extends: .fdo.container-build@alpine
401 stage: container+docs
402 only:
403 - schedules
404 variables:
405 FDO_REPO_SUFFIX: &git-archive-suffix "alpine/git_archive"
Benjamin Tissoires1639d3c2020-07-07 14:44:33 +0200406 FDO_DISTRIBUTION_EXEC: 'pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366'
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200407 # no need to pull the whole repo to build the container image
408 GIT_STRATEGY: none
Benjamin Tissoires1639d3c2020-07-07 14:44:33 +0200409 FDO_DISTRIBUTION_TAG: &git-archive-tag "2020-07-07"
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200410 FDO_DISTRIBUTION_PACKAGES: git py3-pip
411
412
413# Git archive
414
415make git archive:
416 stage: git-archive
417 extends: .fdo.suffixed-image@alpine
418 only:
419 - schedules
420 # ensure we are running on packet
421 tags:
422 - packet.net
423 variables:
424 FDO_DISTRIBUTION_TAG: *git-archive-tag
425 FDO_REPO_SUFFIX: *git-archive-suffix
426 needs:
427 - git_archive
428
429 script:
430 # compress the current folder
431 - tar -cvzf ../$CI_PROJECT_NAME.tar.gz .
432
433 # login with the JWT token
434 - ci-fairy minio login $CI_JOB_JWT
435 - ci-fairy minio cp ../$CI_PROJECT_NAME.tar.gz minio://minio-packet.freedesktop.org/git-cache/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_PROJECT_NAME.tar.gz
436
437
Eric Engestrom46d23c02019-01-20 11:26:53 +0000438# BUILD
439
Dylan Baker06e46472019-10-23 14:21:31 -0700440# Shared between windows and Linux
441.build-common:
Eric Engestromaba78c22019-10-14 23:52:58 +0100442 extends: .ci-run-policy
Eric Engestrom46d23c02019-01-20 11:26:53 +0000443 artifacts:
Michel Dänzer0103f022020-03-06 12:35:17 +0100444 name: "mesa_${CI_JOB_NAME}"
Eric Anholtdd3d0b22019-07-24 09:27:48 -0700445 when: always
446 paths:
447 - _build/meson-logs/*.txt
448 # scons:
Michel Dänzer5229f272019-07-26 12:20:41 +0200449 - build/*/config.log
Eric Anholtf60defa2019-04-10 15:59:12 -0700450 - shader-db
Dylan Baker06e46472019-10-23 14:21:31 -0700451
452# Just Linux
453.build-linux:
454 extends: .build-common
Michel Dänzere9de19f2019-04-04 18:01:27 +0200455 variables:
456 CCACHE_COMPILERCHECK: "content"
Michel Dänzer32618ee2019-11-20 09:11:35 +0100457 CCACHE_COMPRESS: "true"
458 CCACHE_DIR: /cache/mesa/ccache
Eric Engestrom23b485c2019-02-12 16:59:27 +0000459 # Use ccache transparently, and print stats before/after
460 before_script:
461 - export PATH="/usr/lib/ccache:$PATH"
462 - export CCACHE_BASEDIR="$PWD"
Michel Dänzer32618ee2019-11-20 09:11:35 +0100463 - ccache --show-stats
Eric Engestrom23b485c2019-02-12 16:59:27 +0000464 after_script:
Eric Engestrom23b485c2019-02-12 16:59:27 +0000465 - ccache --show-stats
Eric Engestrom46d23c02019-01-20 11:26:53 +0000466
Dylan Baker19851c92019-10-23 14:36:19 -0700467.build-windows:
468 extends: .build-common
469 tags:
Daniel Stone07885cb2020-03-24 11:11:36 +0000470 - windows
471 - docker
472 - "1809"
Daniel Stone9197fd52020-03-30 15:58:51 +0100473 - mesa
Dylan Baker19851c92019-10-23 14:36:19 -0700474 cache:
475 key: ${CI_JOB_NAME}
476 paths:
477 - subprojects/packagecache
478
Eric Engestrom46d23c02019-01-20 11:26:53 +0000479.meson-build:
Eric Engestromaba78c22019-10-14 23:52:58 +0100480 extends:
Dylan Baker06e46472019-10-23 14:21:31 -0700481 - .build-linux
Michel Dänzer3a48f452019-11-13 17:43:41 +0100482 - .use-x86_build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100483 stage: meson-x86_64
Michel Dänzer5f0ff002019-12-13 11:02:16 +0100484 variables:
485 LLVM_VERSION: 9
Eric Engestrom23b485c2019-02-12 16:59:27 +0000486 script:
Michel Dänzercc2b3a92019-05-03 10:49:43 +0200487 - .gitlab-ci/meson-build.sh
Eric Engestrom46d23c02019-01-20 11:26:53 +0000488
Eric Engestrom06b245b2019-01-23 15:46:10 +0000489.scons-build:
Eric Engestromaba78c22019-10-14 23:52:58 +0100490 extends:
Dylan Baker06e46472019-10-23 14:21:31 -0700491 - .build-linux
Michel Dänzer3a48f452019-11-13 17:43:41 +0100492 - .use-x86_build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100493 stage: scons
Eric Engestrom06b245b2019-01-23 15:46:10 +0000494 variables:
Eric Anholtcb655d22019-11-06 11:14:14 -0800495 SCONSFLAGS: "-j4"
Eric Engestrom06b245b2019-01-23 15:46:10 +0000496 script:
Michel Dänzer0374aac2019-09-12 11:34:43 +0200497 - .gitlab-ci/scons-build.sh
Eric Engestrom06b245b2019-01-23 15:46:10 +0000498
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100499meson-testing:
Michel Dänzere426f402019-09-06 17:35:52 +0200500 extends:
501 - .meson-build
502 - .ci-deqp-artifacts
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200503 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700504 UNWIND: "enabled"
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200505 DRI_LOADERS: >
506 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700507 -D gbm=enabled
508 -D egl=enabled
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100509 -D platforms=x11,drm,surfaceless
510 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700511 -D dri3=enabled
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200512 GALLIUM_DRIVERS: "swrast,virgl"
Samuel Pitoiset40c6a562019-11-19 14:46:53 +0100513 VULKAN_DRIVERS: amd
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100514 BUILDTYPE: "debugoptimized"
Eric Anholt3c7c0212019-12-16 21:23:02 -0800515 EXTRA_OPTION: >
516 -D werror=true
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100517 script:
518 - .gitlab-ci/meson-build.sh
519 - .gitlab-ci/prepare-artifacts.sh
520
Michel Dänzerc56f0912020-03-12 12:29:40 +0100521meson-gallium:
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100522 extends: .meson-build
523 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700524 UNWIND: "enabled"
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100525 DRI_LOADERS: >
526 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700527 -D gbm=enabled
528 -D egl=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200529 -D platforms=x11,wayland,drm,surfaceless
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200530 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700531 -D dri3=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200532 -D gallium-extra-hud=true
Dylan Baker138c0032020-05-19 14:01:47 -0700533 -D gallium-vdpau=enabled
534 -D gallium-xvmc=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200535 -D gallium-omx=bellagio
Dylan Baker138c0032020-05-19 14:01:47 -0700536 -D gallium-va=enabled
537 -D gallium-xa=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200538 -D gallium-nine=true
539 -D gallium-opencl=disabled
Samuel Pitoisete6d26d72019-11-19 14:36:02 +0100540 GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swr,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200541 EXTRA_OPTION: >
542 -D osmesa=gallium
543 -D tools=all
Michel Dänzer59fcb012019-10-23 18:42:53 +0200544 script:
545 - .gitlab-ci/meson-build.sh
546 - .gitlab-ci/run-shader-db.sh
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200547
Michel Dänzerc56f0912020-03-12 12:29:40 +0100548meson-classic:
549 extends: .meson-build
550 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700551 UNWIND: "enabled"
Michel Dänzerc56f0912020-03-12 12:29:40 +0100552 DRI_LOADERS: >
553 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700554 -D gbm=enabled
555 -D egl=enabled
Michel Dänzerc56f0912020-03-12 12:29:40 +0100556 -D platforms=x11,wayland,drm,surfaceless
557 DRI_DRIVERS: "auto"
558 EXTRA_OPTION: >
559 -D osmesa=classic
560 -D tools=all
Timothy Arceria1b89db2020-07-03 13:10:09 +1000561 -D werror=true
Michel Dänzerc56f0912020-03-12 12:29:40 +0100562
Michel Dänzere5364462019-09-13 11:59:43 +0200563.meson-cross:
564 extends:
565 - .meson-build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100566 stage: meson-misc
Michel Dänzere5364462019-09-13 11:59:43 +0200567 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700568 UNWIND: "disabled"
Michel Dänzere5364462019-09-13 11:59:43 +0200569 DRI_LOADERS: >
570 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700571 -D gbm=disabled
572 -D egl=enabled
Michel Dänzere5364462019-09-13 11:59:43 +0200573 -D platforms=surfaceless
574 -D osmesa=none
575 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700576 -D dri3=disabled
577 -D gallium-vdpau=disabled
578 -D gallium-xvmc=disabled
Michel Dänzere5364462019-09-13 11:59:43 +0200579 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700580 -D gallium-va=disabled
581 -D gallium-xa=disabled
Michel Dänzere5364462019-09-13 11:59:43 +0200582 -D gallium-nine=false
Michel Dänzer65610ec2020-01-30 18:21:15 +0100583 LLVM_VERSION: "8"
Michel Dänzere5364462019-09-13 11:59:43 +0200584
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200585.meson-arm:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100586 extends:
587 - .meson-cross
588 - .use-arm_build
Michel Dänzere5364462019-09-13 11:59:43 +0200589 variables:
Michel Dänzere5364462019-09-13 11:59:43 +0200590 VULKAN_DRIVERS: freedreno
Michel Dänzer793f6b32019-10-08 19:48:41 +0200591 GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4"
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100592 BUILDTYPE: "debugoptimized"
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200593 tags:
594 - aarch64
595
596meson-armhf:
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100597 extends:
598 - .meson-arm
599 - .ci-deqp-artifacts
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200600 variables:
601 CROSS: armhf
Michel Dänzer793f6b32019-10-08 19:48:41 +0200602 LLVM_VERSION: "7"
Eric Anholt25741582020-02-24 10:31:33 -0800603 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700604 -D llvm=disabled
Tomeu Vizosodcd171f2020-04-01 13:07:46 +0200605 UPLOAD_FOR_LAVA: 1
606 DEBIAN_ARCH: armhf
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100607 script:
608 - .gitlab-ci/meson-build.sh
609 - .gitlab-ci/prepare-artifacts.sh
Michel Dänzere5364462019-09-13 11:59:43 +0200610
611meson-arm64:
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200612 extends:
613 - .meson-arm
614 - .ci-deqp-artifacts
Michel Dänzere5364462019-09-13 11:59:43 +0200615 variables:
Rohan Garg9c0bbba2020-02-20 16:37:48 +0100616 VULKAN_DRIVERS: "freedreno"
Eric Anholt25741582020-02-24 10:31:33 -0800617 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700618 -D llvm=disabled
Tomeu Vizosodcd171f2020-04-01 13:07:46 +0200619 UPLOAD_FOR_LAVA: 1
620 DEBIAN_ARCH: arm64
Michel Dänzer59fcb012019-10-23 18:42:53 +0200621 script:
622 - .gitlab-ci/meson-build.sh
623 - .gitlab-ci/prepare-artifacts.sh
Michel Dänzere5364462019-09-13 11:59:43 +0200624
Rohan Garg9c0bbba2020-02-20 16:37:48 +0100625meson-arm64-build-test:
626 extends:
627 - .meson-arm
628 - .ci-deqp-artifacts
629 variables:
630 VULKAN_DRIVERS: "amd"
631 script:
632 - .gitlab-ci/meson-build.sh
633
Michel Dänzera2cce702019-03-20 15:58:31 +0100634meson-clang:
635 extends: .meson-build
636 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700637 UNWIND: "enabled"
Samuel Pitoiset73621762019-11-19 14:37:32 +0100638 DRI_LOADERS: >
639 -D glvnd=true
Michel Dänzera2cce702019-03-20 15:58:31 +0100640 DRI_DRIVERS: "auto"
641 GALLIUM_DRIVERS: "auto"
Eric Engestrom47f419d2019-05-01 12:09:26 +0100642 VULKAN_DRIVERS: intel,amd,freedreno
Michel Dänzer5f0ff002019-12-13 11:02:16 +0100643 CC: "ccache clang-9"
644 CXX: "ccache clang++-9"
Michel Dänzera2cce702019-03-20 15:58:31 +0100645
Daniel Stoneefec8332020-07-02 08:21:33 +0100646.meson-windows-vs2019:
Dylan Baker19851c92019-10-23 14:36:19 -0700647 extends:
648 - .build-windows
Daniel Stone07885cb2020-03-24 11:11:36 +0000649 - .use-windows_build_vs2019
Michel Dänzercc9493f2020-02-27 18:27:56 +0100650 stage: meson-misc
Dylan Baker19851c92019-10-23 14:36:19 -0700651 script:
Daniel Stone07885cb2020-03-24 11:11:36 +0000652 - . .\.gitlab-ci\windows\mesa_build.ps1
Dylan Baker19851c92019-10-23 14:36:19 -0700653
Michel Dänzer82b30092019-05-03 18:19:25 +0200654scons-win64:
655 extends: .scons-build
656 variables:
Jose Fonseca27d58a12020-03-28 10:36:28 +0000657 SCONS_TARGET: platform=windows machine=x86_64 debug=1
Michel Dänzer82b30092019-05-03 18:19:25 +0200658 SCONS_CHECK_COMMAND: "true"
Jose Fonseca27d58a12020-03-28 10:36:28 +0000659 allow_failure: true
Eric Engestrom89a74672019-01-21 09:42:37 +0000660
Michel Dänzer68977152019-05-03 10:58:48 +0200661meson-clover:
Eric Engestromb5a70af2019-01-28 18:05:22 +0000662 extends: .meson-build
663 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700664 UNWIND: "enabled"
Eric Engestromb5a70af2019-01-28 18:05:22 +0000665 DRI_LOADERS: >
666 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700667 -D egl=disabled
668 -D gbm=disabled
Michel Dänzer262e3882020-05-30 23:55:28 +0200669 GALLIUM_DRIVERS: "r600,radeonsi"
Eric Engestromb5a70af2019-01-28 18:05:22 +0000670 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700671 -D dri3=disabled
672 -D gallium-vdpau=disabled
673 -D gallium-xvmc=disabled
Eric Engestromb5a70af2019-01-28 18:05:22 +0000674 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700675 -D gallium-va=disabled
676 -D gallium-xa=disabled
Eric Engestromb5a70af2019-01-28 18:05:22 +0000677 -D gallium-nine=false
678 -D gallium-opencl=icd
Michel Dänzer68977152019-05-03 10:58:48 +0200679 script:
Michel Dänzer68977152019-05-03 10:58:48 +0200680 - .gitlab-ci/meson-build.sh
Samuel Pitoiset7d1c0912019-08-21 11:45:25 +0200681 - LLVM_VERSION=8 .gitlab-ci/meson-build.sh
Michel Dänzer8a199922019-09-06 17:04:47 +0200682
683meson-clover-old-llvm:
Michel Dänzer88319f22019-09-18 16:17:01 +0200684 extends:
685 - meson-clover
Michel Dänzer3a48f452019-11-13 17:43:41 +0100686 - .use-x86_build_old
Michel Dänzer8a199922019-09-06 17:04:47 +0200687 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700688 UNWIND: "disabled"
Michel Dänzer8a199922019-09-06 17:04:47 +0200689 DRI_LOADERS: >
690 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700691 -D egl=disabled
692 -D gbm=disabled
Michel Dänzer8a199922019-09-06 17:04:47 +0200693 -D platforms=drm,surfaceless
694 GALLIUM_DRIVERS: "i915,r600"
695 script:
Michel Dänzer68977152019-05-03 10:58:48 +0200696 - LLVM_VERSION=3.9 .gitlab-ci/meson-build.sh
697 - LLVM_VERSION=4.0 .gitlab-ci/meson-build.sh
698 - LLVM_VERSION=5.0 .gitlab-ci/meson-build.sh
Michel Dänzer262e3882020-05-30 23:55:28 +0200699 - LLVM_VERSION=6.0 .gitlab-ci/meson-build.sh
700 - LLVM_VERSION=7 .gitlab-ci/meson-build.sh
Eric Engestrom8dab7072019-01-28 18:09:24 +0000701
Michel Dänzer82b30092019-05-03 18:19:25 +0200702meson-vulkan:
703 extends: .meson-build
704 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700705 UNWIND: "disabled"
Michel Dänzer82b30092019-05-03 18:19:25 +0200706 DRI_LOADERS: >
707 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700708 -D gbm=disabled
709 -D egl=disabled
Michel Dänzer82b30092019-05-03 18:19:25 +0200710 -D platforms=x11,wayland,drm
711 -D osmesa=none
712 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700713 -D dri3=enabled
714 -D gallium-vdpau=disabled
715 -D gallium-xvmc=disabled
Michel Dänzer82b30092019-05-03 18:19:25 +0200716 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700717 -D gallium-va=disabled
718 -D gallium-xa=disabled
Michel Dänzer82b30092019-05-03 18:19:25 +0200719 -D gallium-nine=false
720 -D gallium-opencl=disabled
Michel Dänzer75cc8c02019-09-25 12:56:58 +0200721 -D b_sanitize=undefined
722 -D c_args=-fno-sanitize-recover=all
723 -D cpp_args=-fno-sanitize-recover=all
724 UBSAN_OPTIONS: "print_stacktrace=1"
Michel Dänzer82b30092019-05-03 18:19:25 +0200725 VULKAN_DRIVERS: intel,amd,freedreno
Eric Engestrom5f8d29a2019-05-08 18:17:23 +0200726 EXTRA_OPTION: >
727 -D vulkan-overlay-layer=true
Eric Anholt3c7c0212019-12-16 21:23:02 -0800728 -D werror=true
Michel Dänzer82b30092019-05-03 18:19:25 +0200729
Eric Anholt11aa32a2019-07-11 12:58:28 -0700730meson-i386:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200731 extends:
732 - .meson-cross
733 - .use-i386_build
Eric Anholt11aa32a2019-07-11 12:58:28 -0700734 variables:
Eric Engestrom1c82fa02019-08-09 23:46:50 +0100735 CROSS: i386
Samuel Pitoiset529c0ba2020-03-04 09:37:46 +0100736 VULKAN_DRIVERS: intel,amd
Michel Dänzera0591862020-03-12 12:31:05 +0100737 GALLIUM_DRIVERS: "iris,r300,radeonsi,swrast,virgl"
Eric Anholt11aa32a2019-07-11 12:58:28 -0700738 EXTRA_OPTION: >
Eric Anholt11aa32a2019-07-11 12:58:28 -0700739 -D vulkan-overlay-layer=true
Eric Anholtf6e59912019-12-16 21:23:02 -0800740 -D werror=true
Eric Anholt11aa32a2019-07-11 12:58:28 -0700741
Michel Dänzer65610ec2020-01-30 18:21:15 +0100742meson-s390x:
743 extends:
744 - .meson-cross
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200745 - .use-s390x_build
Michel Dänzer130c0ba2020-03-18 18:41:43 +0100746 tags:
747 - kvm
Michel Dänzer65610ec2020-01-30 18:21:15 +0100748 variables:
749 CROSS: s390x
Michel Dänzer6c99de982020-05-23 16:07:53 +0200750 EXTRA_OPTION: >
751 -D werror=true
Michel Dänzer65610ec2020-01-30 18:21:15 +0100752 GALLIUM_DRIVERS: "swrast"
Michel Dänzer65610ec2020-01-30 18:21:15 +0100753
754meson-ppc64el:
755 extends:
756 - meson-s390x
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200757 - .use-ppc64el_build
Michel Dänzer65610ec2020-01-30 18:21:15 +0100758 variables:
759 CROSS: ppc64el
Michel Dänzer6c99de982020-05-23 16:07:53 +0200760 EXTRA_OPTION: ""
Michel Dänzer8be81f82020-01-31 16:07:10 +0100761 GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl"
Michel Dänzer8be81f82020-01-31 16:07:10 +0100762 VULKAN_DRIVERS: "amd"
Michel Dänzer65610ec2020-01-30 18:21:15 +0100763
Dylan Baker449f8312019-10-11 09:04:14 -0700764meson-mingw32-x86_64:
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700765 extends: .meson-build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100766 stage: meson-misc
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700767 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700768 UNWIND: "disabled"
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700769 DRI_DRIVERS: ""
770 GALLIUM_DRIVERS: "swrast"
771 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700772 -Dllvm=disabled
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700773 -Dosmesa=gallium
774 --cross-file=.gitlab-ci/x86_64-w64-mingw32
775
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100776.test:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200777 extends:
778 - .ci-run-policy
Eric Anholt46daaca2019-06-28 16:35:32 -0700779 variables:
780 GIT_STRATEGY: none # testing doesn't build anything from source
Michel Dänzer576f7b62019-10-22 17:16:52 +0200781 before_script:
Eric Anholt46daaca2019-06-28 16:35:32 -0700782 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
783 - rm -rf install
784 - tar -xf artifacts/install.tar
Samuel Pitoiseteab328f2019-11-14 14:00:46 +0100785 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
Eric Anholt46daaca2019-06-28 16:35:32 -0700786 artifacts:
Rob Clarkfdaf7772019-11-17 11:33:01 -0800787 when: always
Michel Dänzer0103f022020-03-06 12:35:17 +0100788 name: "mesa_${CI_JOB_NAME}"
Eric Anholt46daaca2019-06-28 16:35:32 -0700789 paths:
790 - results/
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100791
792.test-gl:
793 extends:
794 - .test
795 variables:
796 TAG: *x86_test-gl
797 image: "$CI_REGISTRY_IMAGE/debian/x86_test-gl:$TAG"
Michel Dänzerc5aa2712019-10-22 11:19:17 +0200798 needs:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200799 - x86_build-base
Michel Dänzer43111ea2020-05-16 12:07:42 +0200800 - x86_build
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100801 - meson-testing
Michel Dänzerc2366f02020-05-16 17:17:23 +0200802 - x86_test-base
Samuel Pitoiset520a77d2019-11-18 09:15:12 +0100803 - x86_test-gl
Eric Anholt109816b2020-06-08 15:09:51 -0700804 dependencies:
805 - meson-testing
Eric Anholt46daaca2019-06-28 16:35:32 -0700806
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100807.test-vk:
808 extends:
809 - .test
810 variables:
811 TAG: *x86_test-vk
812 image: "$CI_REGISTRY_IMAGE/debian/x86_test-vk:$TAG"
813 needs:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200814 - x86_build-base
Michel Dänzer43111ea2020-05-16 12:07:42 +0200815 - x86_build
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100816 - meson-testing
Michel Dänzerc2366f02020-05-16 17:17:23 +0200817 - x86_test-base
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100818 - x86_test-vk
Eric Anholt109816b2020-06-08 15:09:51 -0700819 dependencies:
820 - meson-testing
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100821
Michel Dänzer576f7b62019-10-22 17:16:52 +0200822.piglit-test:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100823 extends:
824 - .test-gl
825 - .llvmpipe-rules
Michel Dänzera3b3d3b2019-11-25 18:42:10 +0100826 artifacts:
827 when: on_failure
Michel Dänzer0103f022020-03-06 12:35:17 +0100828 name: "mesa_${CI_JOB_NAME}"
Michel Dänzera3b3d3b2019-11-25 18:42:10 +0100829 paths:
830 - summary/
Michel Dänzer576f7b62019-10-22 17:16:52 +0200831 variables:
832 LIBGL_ALWAYS_SOFTWARE: 1
833 PIGLIT_NO_WINDOW: 1
834 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100835 - install/piglit/run.sh
Michel Dänzer576f7b62019-10-22 17:16:52 +0200836
837piglit-quick_gl:
838 extends: .piglit-test
839 variables:
840 LP_NUM_THREADS: 0
Dave Airliee6b2af52019-12-03 15:23:45 +1000841 NIR_VALIDATE: 0
Michel Dänzer576f7b62019-10-22 17:16:52 +0200842 PIGLIT_OPTIONS: >
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100843 --process-isolation false
Michel Dänzer576f7b62019-10-22 17:16:52 +0200844 -x arb_gpu_shader5
Eric Anholt3097efe2019-12-04 16:13:38 -0800845 -x egl_ext_device_
846 -x egl_ext_platform_device
Matt Turner17c9ec92020-01-21 15:23:39 -0800847 -x ext_timer_query@time-elapsed
Michel Dänzer576f7b62019-10-22 17:16:52 +0200848 -x glx-multithread-clearbuffer
849 -x glx-multithread-shader-compile
850 -x max-texture-size
851 -x maxsize
852 PIGLIT_PROFILES: quick_gl
853
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100854piglit-glslparser:
855 extends: .piglit-test
856 variables:
857 LP_NUM_THREADS: 0
Dave Airliee6b2af52019-12-03 15:23:45 +1000858 NIR_VALIDATE: 0
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100859 PIGLIT_PROFILES: glslparser
860
861piglit-quick_shader:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200862 extends: .piglit-test
863 variables:
864 LP_NUM_THREADS: 1
Dave Airliee6b2af52019-12-03 15:23:45 +1000865 NIR_VALIDATE: 0
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100866 PIGLIT_PROFILES: quick_shader
Michel Dänzer576f7b62019-10-22 17:16:52 +0200867
Samuel Pitoiset16b999b2019-11-19 08:39:00 +0100868.deqp-test:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200869 variables:
870 DEQP_SKIPS: deqp-default-skips.txt
871 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100872 - ./install/deqp-runner.sh
Michel Dänzer576f7b62019-10-22 17:16:52 +0200873
Samuel Pitoiset16b999b2019-11-19 08:39:00 +0100874.deqp-test-gl:
875 extends:
876 - .test-gl
877 - .deqp-test
878
879.deqp-test-vk:
880 extends:
881 - .test-vk
882 - .deqp-test
883 variables:
884 DEQP_VER: vk
885
Samuel Pitoiset1cdb6ed2020-02-26 09:33:14 +0100886.fossilize-test:
887 extends: .test-vk
888 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100889 - ./install/fossilize-runner.sh
Samuel Pitoiset276e6d72020-06-25 11:21:12 +0200890 artifacts:
891 when: on_failure
892 name: "mesa_${CI_JOB_NAME}"
893 paths:
894 - results/
Samuel Pitoiset1cdb6ed2020-02-26 09:33:14 +0100895
Michel Dänzer71436f92020-03-03 18:17:12 +0100896llvmpipe-gles2:
Eric Anholt46daaca2019-06-28 16:35:32 -0700897 variables:
898 DEQP_VER: gles2
Eric Anholtf08c8102019-11-04 10:54:41 -0800899 DEQP_PARALLEL: 4
Dave Airliee6b2af52019-12-03 15:23:45 +1000900 NIR_VALIDATE: 0
Eric Anholtf08c8102019-11-04 10:54:41 -0800901 # Don't use threads inside llvmpipe, we've already got all 4 cores
902 # busy with DEQP_PARALLEL.
903 LP_NUM_THREADS: 0
Eric Anholt46daaca2019-06-28 16:35:32 -0700904 DEQP_EXPECTED_FAILS: deqp-llvmpipe-fails.txt
905 LIBGL_ALWAYS_SOFTWARE: "true"
Eric Anholt8b221e02020-04-17 12:39:32 -0700906 DEQP_EXPECTED_RENDERER: llvmpipe
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100907 extends:
908 - .deqp-test-gl
909 - .llvmpipe-rules
Eric Anholt553cd822019-08-09 10:32:40 -0700910
Michel Dänzer71436f92020-03-03 18:17:12 +0100911softpipe-gles2:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100912 extends:
913 - llvmpipe-gles2
914 - .softpipe-rules
Eric Anholt553cd822019-08-09 10:32:40 -0700915 variables:
Eric Anholt553cd822019-08-09 10:32:40 -0700916 DEQP_EXPECTED_FAILS: deqp-softpipe-fails.txt
Eric Anholtf08c8102019-11-04 10:54:41 -0800917 DEQP_SKIPS: deqp-softpipe-skips.txt
Eric Anholt553cd822019-08-09 10:32:40 -0700918 GALLIUM_DRIVER: "softpipe"
Eric Anholt8b221e02020-04-17 12:39:32 -0700919 DEQP_EXPECTED_RENDERER: softpipe
Eric Anholt553cd822019-08-09 10:32:40 -0700920
Michel Dänzer71436f92020-03-03 18:17:12 +0100921softpipe-gles3:
Eric Anholt52843ec2019-11-05 10:31:29 -0800922 parallel: 2
Eric Anholt553cd822019-08-09 10:32:40 -0700923 variables:
924 DEQP_VER: gles3
Michel Dänzer71436f92020-03-03 18:17:12 +0100925 extends: softpipe-gles2
Eric Anholt52843ec2019-11-05 10:31:29 -0800926
Michel Dänzer71436f92020-03-03 18:17:12 +0100927softpipe-gles31:
Eric Anholt52843ec2019-11-05 10:31:29 -0800928 parallel: 4
929 variables:
930 DEQP_VER: gles31
Michel Dänzer71436f92020-03-03 18:17:12 +0100931 extends: softpipe-gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -0700932
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200933virgl-gles2-on-gl:
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200934 variables:
935 DEQP_VER: gles2
936 DEQP_PARALLEL: 4
937 NIR_VALIDATE: 0
938 DEQP_NO_SAVE_RESULTS: 1
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200939 # Don't use threads inside llvmpipe, we've already got all 4 cores
940 # busy with DEQP_PARALLEL.
941 LP_NUM_THREADS: 0
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200942 DEQP_EXPECTED_FAILS: deqp-virgl-gl-fails.txt
943 DEQP_OPTIONS: "--deqp-log-images=disable"
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200944 LIBGL_ALWAYS_SOFTWARE: "true"
945 GALLIUM_DRIVER: "virpipe"
Eric Anholt8b221e02020-04-17 12:39:32 -0700946 DEQP_EXPECTED_RENDERER: virgl
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200947 extends:
948 - .deqp-test-gl
949 - .virgl-rules
950
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200951virgl-gles3-on-gl:
Tomeu Vizoso4417e922020-05-12 10:03:25 +0200952 parallel: 2
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200953 variables:
954 DEQP_VER: gles3
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200955 DEQP_RUNNER_OPTIONS: "--timeout 180"
956 extends: virgl-gles2-on-gl
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200957
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200958virgl-gles31-on-gl:
Tomeu Vizoso4417e922020-05-12 10:03:25 +0200959 parallel: 4
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200960 variables:
961 DEQP_VER: gles31
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200962 MESA_GLES_VERSION_OVERRIDE: "3.1"
963 MESA_GLSL_VERSION_OVERRIDE: "310"
Dave Airliec8c74502020-06-04 12:10:40 +1000964 MESA_EXTENSION_OVERRIDE: "-GL_OES_tessellation_shader"
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200965 extends: virgl-gles3-on-gl
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200966
Tomeu Vizoso287bf5f2020-05-13 09:46:06 +0200967virgl-gl30-on-gl:
968 variables:
969 DEQP_VER: gl30
970 extends: virgl-gles2-on-gl
971
972virgl-gl31-on-gl:
973 variables:
974 DEQP_VER: gl31
975 extends: virgl-gles2-on-gl
976
977virgl-gl32-on-gl:
978 variables:
979 DEQP_VER: gl32
980 extends: virgl-gles2-on-gl
981
Eric Anholt8edaa842020-03-19 11:45:01 -0700982# Rules for tests that should not be present in MRs or the main
983# project's pipeline (don't block marge or report red on
984# mesa/mesamaster) but should be present on pipelines in personal
985# branches (so you can opt in to running the flaky test when you want
986# to).
987.test-manual:
988 rules:
Michel Dänzer6a8e5dd2020-04-11 15:32:02 +0200989 - if: '$CI_PROJECT_PATH != "mesa/mesa" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != $CI_COMMIT_REF_NAME'
990 changes:
991 *all_paths
992 when: manual
993 - when: never
Eric Anholt8edaa842020-03-19 11:45:01 -0700994
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200995virgl-gles2-on-gles:
996 variables:
997 VIRGL_HOST_API: GLES
998 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
999 extends:
1000 - virgl-gles2-on-gl
1001 - .test-manual
1002
1003virgl-gles3-on-gles:
1004 variables:
1005 VIRGL_HOST_API: GLES
1006 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
1007 extends:
1008 - virgl-gles3-on-gl
1009 - .test-manual
1010
1011virgl-gles31-on-gles:
1012 variables:
1013 VIRGL_HOST_API: GLES
1014 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
1015 extends:
1016 - virgl-gles31-on-gl
1017 - .test-manual
1018
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001019arm64_a630_gles2:
Michel Dänzerc6c76522019-11-11 18:13:28 +01001020 extends:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001021 - arm64_a306_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001022 variables:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001023 BM_KERNEL: /lava-files/cheza-kernel
1024 BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init"
Eric Anholt6f0dc082019-06-28 16:35:32 -07001025 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-fails.txt
1026 DEQP_SKIPS: deqp-freedreno-a630-skips.txt
Eric Anholt72fe7b92020-06-08 15:36:16 -07001027 GIT_STRATEGY: none
Eric Anholt8b221e02020-04-17 12:39:32 -07001028 DEQP_EXPECTED_RENDERER: FD630
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001029 DEQP_NO_SAVE_RESULTS: ""
Eric Anholt6f0dc082019-06-28 16:35:32 -07001030 tags:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001031 - google-freedreno-cheza
1032 script:
Eric Anholt72fe7b92020-06-08 15:36:16 -07001033 - ./install/bare-metal/cros-servo.sh
Eric Anholt6f0dc082019-06-28 16:35:32 -07001034
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001035arm64_a630_gles31:
1036 extends: arm64_a630_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001037 variables:
Michel Dänzer128581d2019-09-11 18:55:43 +02001038 DEQP_VER: gles31
Eric Anholtd9f7fce2020-06-18 12:55:41 -07001039 # gles31 is about 12 minutes with validation enabled.
1040 NIR_VALIDATE: 0
Eric Anholt6f0dc082019-06-28 16:35:32 -07001041
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001042arm64_a630_gles3:
1043 extends: arm64_a630_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001044 variables:
1045 DEQP_VER: gles3
Eric Anholtd9f7fce2020-06-18 12:55:41 -07001046 # gles3 is about 15 minutes with validation enabled.
1047 NIR_VALIDATE: 0
Eric Anholt6f0dc082019-06-28 16:35:32 -07001048
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001049# We almost always manage to lower UBOs back to constant uploads in
1050# the test suite, so get a little testing for it here.
1051arm64_a630_noubo:
1052 extends: arm64_a630_gles31
Eric Anholt5082ac02020-04-17 12:02:37 -07001053 variables:
1054 DEQP_VER: gles31
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001055 IR3_SHADER_DEBUG: nouboopt
1056 DEQP_CASELIST_FILTER: "functional.*ubo"
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001057
1058# The driver does some guessing as to whether to render using gmem
1059# or bypass, and some GLES3.1 features interact with either one.
1060# Do a little testing with gmem and bypass forced.
1061arm64_a630_bypass:
1062 extends: arm64_a630_gles31
1063 variables:
Eric Anholt5082ac02020-04-17 12:02:37 -07001064 CI_NODE_INDEX: 1
1065 CI_NODE_TOTAL: 5
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001066 FD_MESA_DEBUG: nogmem
1067 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-bypass-fails.txt
1068
Eric Anholtb88c46f2020-06-08 14:51:59 -07001069arm64_a630_traces:
1070 extends:
1071 - arm64_a630_gles2
1072 variables:
1073 BARE_METAL_TEST_SCRIPT: "/install/tracie-runner-gl.sh"
1074 DEVICE_NAME: "freedreno-a630"
1075 TRACIE_NO_UNIT_TESTS: 1
1076 # This lets us run several more traces which don't use any features we're
1077 # missing.
1078 MESA_GLSL_VERSION_OVERRIDE: "460"
1079 MESA_GL_VERSION_OVERRIDE: "4.6"
Eric Anholtb88c46f2020-06-08 14:51:59 -07001080
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001081# Along with checking gmem path, check that we don't get obvious nir
1082# validation failures (though it's too expensive to have it on for the
1083# full CTS)
1084arm64_a630_gmem:
1085 extends: arm64_a630_gles31
1086 variables:
1087 CI_NODE_INDEX: 1
1088 CI_NODE_TOTAL: 5
1089 FD_MESA_DEBUG: nobypass
1090 NIR_VALIDATE: 1
Eric Anholt5082ac02020-04-17 12:02:37 -07001091
Eric Anholt9e11cce2020-05-25 12:57:25 -07001092arm64_a630_vk:
1093 extends: arm64_a630_gles2
1094 variables:
1095 DEQP_VER: vk
1096 CI_NODE_INDEX: 1
1097 CI_NODE_TOTAL: 50
1098 VK_DRIVER: freedreno
1099 # Force binning in the main run, which makes sure we render at
1100 # least 2 bins. This is the path that impacts the most different
1101 # features. However, we end up with flaky results in
1102 # dEQP-VK.binding_model.*.geometry and dEQP-VK.glsl.*_vertex.
1103 TU_DEBUG: forcebin
1104
1105# Do a separate sysmem pass over the testcases that really affect sysmem
1106# rendering. This is currently very flaky, leave it as an option for devs
1107# to click play on in their branches.
1108arm64_a630_vk_sysmem:
1109 extends:
1110 - arm64_a630_vk
1111 variables:
1112 CI_NODE_INDEX: 1
1113 CI_NODE_TOTAL: 10
1114 DEQP_CASELIST_FILTER: "dEQP-VK.renderpass.*"
1115 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-bypass-fails.txt
1116 TU_DEBUG: sysmem
1117
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001118.baremetal-test:
1119 extends:
1120 - .ci-run-policy
Eric Anholt109816b2020-06-08 15:09:51 -07001121 - .test
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001122 stage: test
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001123 artifacts:
1124 when: always
1125 name: "mesa_${CI_JOB_NAME}"
1126 paths:
1127 - results/
1128 - serial*.txt
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001129
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001130arm64_a306_gles2:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001131 extends:
1132 - .baremetal-test
Christian Gmeiner839bc2d2020-06-07 23:19:50 +02001133 - .use-arm64_test
Eric Anholtf778c482020-03-18 09:51:03 -07001134 - .freedreno-rules
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001135 variables:
Eric Anholt4bc15e72020-03-03 14:38:09 -08001136 BM_KERNEL: /lava-files/Image.gz
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001137 BM_DTB: /lava-files/apq8016-sbc.dtb
1138 BM_ROOTFS: /lava-files/rootfs-arm64
1139 BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8"
Eric Anholt3b5e71c2020-05-01 09:57:00 -07001140 FLAKES_CHANNEL: "#freedreno-ci"
Eric Anholt109816b2020-06-08 15:09:51 -07001141 BARE_METAL_TEST_SCRIPT: "/install/deqp-runner.sh"
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001142 DEQP_EXPECTED_FAILS: deqp-freedreno-a307-fails.txt
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001143 DEQP_SKIPS: deqp-freedreno-a307-skips.txt
1144 DEQP_VER: gles2
1145 DEQP_PARALLEL: 4
Eric Anholt8b221e02020-04-17 12:39:32 -07001146 DEQP_EXPECTED_RENDERER: FD307
Eric Anholt46d9b502020-05-22 15:48:55 -07001147 # Since we can't get artifacts back yet, skip making them.
1148 DEQP_NO_SAVE_RESULTS: 1
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001149 # NIR_VALIDATE=0 left intentionally unset as a3xx is fast enough at its small testsuite.
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001150 script:
Eric Anholt72fe7b92020-06-08 15:36:16 -07001151 - ./install/bare-metal/fastboot.sh
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001152 needs:
Christian Gmeiner456e8102020-06-09 19:05:21 +02001153 - arm_test-base
Christian Gmeiner839bc2d2020-06-07 23:19:50 +02001154 - arm64_test
Eric Anholt68b3b5b2020-05-13 11:08:08 -07001155 - arm_build
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001156 - meson-arm64
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001157 tags:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001158 - google-freedreno-db410c
1159
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001160# Fractional run, single threaded, due to flaky results
Eric Anholt8edaa842020-03-19 11:45:01 -07001161arm64_a306_gles3:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001162 extends:
1163 - arm64_a306_gles2
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001164 variables:
1165 DEQP_VER: gles3
Eric Anholtfa49a502020-04-22 11:30:38 -07001166 DEQP_PARALLEL: 1
1167 CI_NODE_INDEX: 1
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001168 CI_NODE_TOTAL: 25
1169 NIR_VALIDATE: 0
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001170
Eric Anholtae442c32020-05-15 16:15:07 -07001171# Fractional runs with debug options. Note that since we're not
1172# hitting the iommu faults, we can run in parallel (derive from gles2, not gles3).
1173arm64_a306_gles3_options:
1174 extends: arm64_a306_gles2
1175 variables:
1176 DEQP_VER: gles3
1177 script:
1178 # Check that the non-constbuf UBO case works.
Eric Anholt72fe7b92020-06-08 15:36:16 -07001179 - DEQP_RUN_SUFFIX=-nouboopt IR3_SHADER_DEBUG=nouboopt DEQP_CASELIST_FILTER="functional.*ubo" ./install/bare-metal/fastboot.sh
Eric Anholtae442c32020-05-15 16:15:07 -07001180
Eric Anholt4bc15e72020-03-03 14:38:09 -08001181arm64_a530_gles2:
1182 extends:
1183 - arm64_a306_gles2
Eric Anholt4bc15e72020-03-03 14:38:09 -08001184 variables:
1185 BM_KERNEL: /lava-files/db820c-kernel
1186 BM_DTB: /lava-files/db820c.dtb
Eric Anholt6033c102020-05-19 16:33:10 -07001187 # Disable SMP because only CPU 0 is at a freq higher than 19mhz on
1188 # current upstream kernel.
1189 BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 nosmp"
Eric Anholt4bc15e72020-03-03 14:38:09 -08001190 DEQP_EXPECTED_FAILS: deqp-freedreno-a530-fails.txt
1191 DEQP_SKIPS: deqp-freedreno-a530-skips.txt
Eric Anholt8b221e02020-04-17 12:39:32 -07001192 DEQP_EXPECTED_RENDERER: FD530
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001193 NIR_VALIDATE: 0
Eric Anholt4bc15e72020-03-03 14:38:09 -08001194 tags:
1195 - google-freedreno-db820c
1196
1197arm64_a530_gles3:
1198 extends:
1199 - arm64_a530_gles2
Eric Anholt4bc15e72020-03-03 14:38:09 -08001200 variables:
1201 DEQP_VER: gles3
Eric Anholtfa49a502020-04-22 11:30:38 -07001202 DEQP_PARALLEL: 1
1203 CI_NODE_INDEX: 1
Eric Anholt6bf40c22020-05-19 16:44:14 -07001204 CI_NODE_TOTAL: 40
Eric Anholt4bc15e72020-03-03 14:38:09 -08001205
Eric Anholt6c011522020-04-22 12:08:06 -07001206arm64_a530_gles31:
1207 extends:
1208 - arm64_a530_gles3
1209 variables:
1210 DEQP_VER: gles31
Eric Anholt6bf40c22020-05-19 16:44:14 -07001211 CI_NODE_INDEX: 1
1212 CI_NODE_TOTAL: 10
Eric Anholt6c011522020-04-22 12:08:06 -07001213
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001214# RADV CI
1215.test-radv:
Samuel Pitoiset8f554392020-03-09 17:53:51 +01001216 extends: .radv-rules
Samuel Pitoiset48e92032020-03-06 08:39:25 +01001217 stage: radv
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001218 variables:
1219 VK_DRIVER: radeon
Samuel Pitoiseta44cfac2020-05-04 11:44:45 +02001220 ACO_DEBUG: validateir,validatera
Samuel Pitoiset42a3d822020-02-05 17:04:20 +01001221
Eric Anholt8edaa842020-03-19 11:45:01 -07001222# Can only be triggered manually on personal branches because RADV is the only
1223# driver that does Vulkan testing at the moment.
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001224radv_polaris10_vkcts:
1225 extends:
1226 - .deqp-test-vk
Eric Anholt8edaa842020-03-19 11:45:01 -07001227 - .test-radv
1228 - .test-manual
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001229 variables:
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001230 DEQP_SKIPS: deqp-radv-polaris10-skips.txt
1231 tags:
1232 - polaris10
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001233
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001234radv-fossils:
1235 extends:
1236 - .fossilize-test
1237 - .test-radv
1238 script:
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001239 # Pitcairn (GFX6)
1240 - export RADV_FORCE_FAMILY="pitcairn"
1241 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001242 # Bonaire (GFX7)
1243 - export RADV_FORCE_FAMILY="bonaire"
1244 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001245 # Polaris10 (GFX8)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001246 - export RADV_FORCE_FAMILY="polaris10"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001247 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001248 # Vega10 (GFX9)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001249 - export RADV_FORCE_FAMILY="gfx900"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001250 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001251 # Navi10 (GFX10)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001252 - export RADV_FORCE_FAMILY="gfx1010"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001253 - ./install/fossilize-runner.sh
Samuel Pitoiset42a3d822020-02-05 17:04:20 +01001254
Andres Gomez0ac731b12020-02-20 18:26:30 +02001255# Traces CI
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001256.traces-test:
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001257 cache:
1258 key: ${CI_JOB_NAME}
1259 paths:
Rohan Garg90a39af2020-02-28 13:48:53 +01001260 - traces-db/
Andres Gomez0ac731b12020-02-20 18:26:30 +02001261
1262.traces-test-gl:
1263 extends:
1264 - .test-gl
1265 - .traces-test
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001266 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001267 - ./install/tracie-runner-gl.sh
Andres Gomez0ac731b12020-02-20 18:26:30 +02001268
1269.traces-test-vk:
1270 extends:
1271 - .test-vk
1272 - .traces-test
1273 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001274 - ./install/tracie-runner-vk.sh
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001275
1276llvmpipe-traces:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +01001277 extends:
1278 - .traces-test-gl
1279 - .llvmpipe-rules
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001280 variables:
1281 LIBGL_ALWAYS_SOFTWARE: "true"
1282 GALLIUM_DRIVER: "llvmpipe"
Andres Gomez1d755952020-02-20 17:32:08 +02001283 DEVICE_NAME: "gl-vmware-llvmpipe"
Andres Gomez0ac731b12020-02-20 18:26:30 +02001284
1285radv-polaris10-traces:
1286 extends:
1287 - .traces-test-vk
Eric Anholt8edaa842020-03-19 11:45:01 -07001288 - .test-radv
1289 - .test-manual
Andres Gomez0ac731b12020-02-20 18:26:30 +02001290 variables:
1291 DEVICE_NAME: "vk-amd-polaris10"
1292 tags:
1293 - polaris10
Tomeu Vizoso8cba1a12020-04-21 15:44:03 +02001294
1295virgl-traces:
1296 extends:
1297 - .traces-test-gl
1298 - .virgl-rules
1299 variables:
1300 LIBGL_ALWAYS_SOFTWARE: "true"
1301 GALLIUM_DRIVER: "virpipe"
1302 DEVICE_NAME: "gl-virgl"
1303 MESA_GLES_VERSION_OVERRIDE: "3.1"
1304 MESA_GLSL_VERSION_OVERRIDE: "310"