blob: e97d9bf446d4827b439d89accefe4bd18c10840b [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
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +020035# Generic rule to not run the job during scheduled pipelines
36# ----------------------------------------------------------
37.scheduled_pipelines-rules:
38 rules: &ignore_scheduled_pipelines
39 if: '$CI_PIPELINE_SOURCE == "schedule"'
40 when: never
41
Erik Faye-Lund87747072020-06-22 11:10:29 +020042.docs-base:
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020043 extends: .ci-run-policy
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020044 image: alpine
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020045 script:
Erik Faye-Lundcb119002020-07-02 13:09:36 +020046 - apk --no-cache add py3-pip graphviz
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020047 - pip3 install sphinx sphinx_rtd_theme
48 - sphinx-build -b html docs public
Erik Faye-Lund87747072020-06-22 11:10:29 +020049
50pages:
51 extends: .docs-base
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +020052 stage: deploy
Erik Faye-Lund064fe5f2019-05-27 17:12:10 +020053 artifacts:
54 paths:
55 - public
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020056 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +020057 - *ignore_scheduled_pipelines
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020058 - if: '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == "master"'
59 changes: &docs-or-ci
60 - docs/**/*
61 - .gitlab-ci.yml
Michel Dänzerfc41ec12020-07-01 17:41:06 +020062 when: always
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020063 # Other cases default to never
Eric Engestrom329f5cd2019-01-20 11:21:45 +000064
Erik Faye-Lund87747072020-06-22 11:10:29 +020065test-docs:
66 extends: .docs-base
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +020067 stage: container+docs
Michel Dänzer1c612e82020-06-22 11:13:05 +020068 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +020069 - *ignore_scheduled_pipelines
Michel Dänzer1c612e82020-06-22 11:13:05 +020070 - if: '$CI_PROJECT_NAMESPACE == "mesa"'
71 when: never
Michel Dänzer3f865642020-07-15 10:59:54 +020072 - if: '$GITLAB_USER_LOGIN == "marge-bot" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_COMMIT_REF_NAME'
Michel Dänzer8e2cb8e2020-06-22 11:21:06 +020073 changes: *docs-or-ci
Michel Dänzer1c612e82020-06-22 11:13:05 +020074 when: on_success
75 - changes: *docs-or-ci
76 when: manual
77 # Other cases default to never
Erik Faye-Lund87747072020-06-22 11:10:29 +020078
Eric Engestrom7f5d9c22019-02-22 15:52:08 +000079# When to automatically run the CI
Michel Dänzere426f402019-09-06 17:35:52 +020080.ci-run-policy:
Michel Dänzer41797a12019-09-26 09:27:27 +020081 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +020082 - *ignore_scheduled_pipelines
Michel Dänzer42fe6002020-04-03 12:50:11 +020083 # If any files affecting the pipeline are changed, build/test jobs run
84 # automatically once all dependency jobs have passed
85 - changes: &all_paths
Michel Dänzer8775b742020-01-13 09:45:57 +010086 - VERSION
Eric Engestrom576bff52020-05-14 22:51:38 +020087 - bin/git_sha1_gen.py
88 - bin/install_megadrivers.py
89 - bin/meson_get_version.py
90 - bin/symbols-check.py
Michel Dänzer8775b742020-01-13 09:45:57 +010091 # GitLab CI
92 - .gitlab-ci.yml
93 - .gitlab-ci/**/*
94 # Meson
95 - meson*
96 - build-support/**/*
97 - subprojects/**/*
98 # SCons
99 - SConstruct
100 - scons/**/*
101 - common.py
102 # Source code
103 - include/**/*
104 - src/**/*
105 when: on_success
Michel Dänzer42fe6002020-04-03 12:50:11 +0200106 # Otherwise, build/test jobs won't run
Michel Dänzer8775b742020-01-13 09:45:57 +0100107 - when: never
Michel Dänzer6140ed32019-03-26 18:39:41 +0100108 retry:
109 max: 2
110 when:
111 - runner_system_failure
Eric Engestromac78ca42019-11-12 23:42:21 +0000112 # Cancel CI run if a newer commit is pushed to the same branch
113 interruptible: true
Eric Engestrom7f5d9c22019-02-22 15:52:08 +0000114
Michel Dänzer8775b742020-01-13 09:45:57 +0100115success:
116 stage: success
117 image: debian:stable-slim
Michel Dänzer6cba4682020-06-22 11:16:17 +0200118 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +0200119 - *ignore_scheduled_pipelines
Michel Dänzer6cba4682020-06-22 11:16:17 +0200120 - if: '$CI_PROJECT_NAMESPACE == "mesa"'
121 when: never
122 - if: '$GITLAB_USER_LOGIN == "marge-bot"'
123 changes: *docs-or-ci
124 when: never
125 - changes: *all_paths
126 when: never
127 - when: on_success
Michel Dänzer2dd0cc62020-01-20 18:34:34 +0100128 variables:
129 GIT_STRATEGY: none
Michel Dänzer8775b742020-01-13 09:45:57 +0100130 script:
131 - echo "Dummy job to make sure every merge request pipeline runs at least one job"
132
133
Michel Dänzere426f402019-09-06 17:35:52 +0200134.ci-deqp-artifacts:
Eric Anholt46daaca2019-06-28 16:35:32 -0700135 artifacts:
Michel Dänzer0103f022020-03-06 12:35:17 +0100136 name: "mesa_${CI_JOB_NAME}"
Eric Anholt46daaca2019-06-28 16:35:32 -0700137 when: always
138 untracked: false
139 paths:
140 # Watch out! Artifacts are relative to the build dir.
141 # https://gitlab.com/gitlab-org/gitlab-ce/commit/8788fb925706cad594adf6917a6c5f6587dd1521
142 - artifacts
Eric Engestrom7f5d9c22019-02-22 15:52:08 +0000143
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100144# Build the CI docker images.
Michel Dänzerc6c76522019-11-11 18:13:28 +0100145#
Eric Anholtaf7dca32020-03-06 13:23:20 -0800146# 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 +0100147# image doesn't exist yet, the container stage job generates it.
148#
149# In order to generate a new image, one should generally change the tag.
150# While removing the image from the registry would also work, that's not
151# recommended except for ephemeral images during development: Replacing
152# an image after a significant amount of time might pull in newer
153# versions of gcc/clang or other packages, which might break the build
154# with older commits using the same tag.
155#
156# After merging a change resulting in generating a new image to the
157# main repository, it's recommended to remove the image from the source
158# repository's container registry, so that the image from the main
159# repository's registry will be used there as well.
Michel Dänzer8a199922019-09-06 17:04:47 +0200160
Eric Engestrom81b98e92019-10-14 23:04:14 +0100161.container:
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +0200162 stage: container+docs
Eric Engestrom81b98e92019-10-14 23:04:14 +0100163 extends:
164 - .ci-run-policy
Michel Dänzer42fe6002020-04-03 12:50:11 +0200165 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +0200166 - *ignore_scheduled_pipelines
Michel Dänzer549b4a32020-06-29 11:33:13 +0200167 # Run pipeline by default in the main project if any CI pipeline
168 # configuration files were changed, to ensure docker images are up to date
Michel Dänzer42fe6002020-04-03 12:50:11 +0200169 - if: '$CI_PROJECT_PATH == "mesa/mesa"'
170 changes:
Michel Dänzer549b4a32020-06-29 11:33:13 +0200171 - .gitlab-ci.yml
172 - .gitlab-ci/**/*
173 when: on_success
174 # Run pipeline by default if it was triggered by Marge Bot, is for a
175 # merge request, and any files affecting the pipeline were changed
Michel Dänzercbdb87c2020-07-14 11:12:19 +0200176 - if: '$GITLAB_USER_LOGIN == "marge-bot" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_COMMIT_REF_NAME'
Michel Dänzer549b4a32020-06-29 11:33:13 +0200177 changes:
Michel Dänzer42fe6002020-04-03 12:50:11 +0200178 *all_paths
179 when: on_success
Michel Dänzer549b4a32020-06-29 11:33:13 +0200180 # Run pipeline by default in the main project if it was not triggered by
181 # Marge Bot, and any files affecting the pipeline were changed
182 - if: '$GITLAB_USER_LOGIN != "marge-bot" && $CI_PROJECT_PATH == "mesa/mesa"'
183 changes:
184 *all_paths
185 when: on_success
186 # Allow triggering jobs manually in other cases if any files affecting the
187 # pipeline were changed
Michel Dänzer4176dfa2020-04-03 11:46:12 +0200188 - changes:
Michel Dänzer42fe6002020-04-03 12:50:11 +0200189 *all_paths
190 when: manual
191 # Otherwise, container jobs won't run
192 - when: never
Eric Engestrom81b98e92019-10-14 23:04:14 +0100193 variables:
Eric Anholtaf7dca32020-03-06 13:23:20 -0800194 FDO_DISTRIBUTION_VERSION: buster-slim
Michel Dänzerfcd33772020-03-23 18:16:07 +0100195 FDO_REPO_SUFFIX: "debian/$CI_JOB_NAME"
Eric Anholtfd24a952020-06-26 10:59:41 -0700196 FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/container/${CI_JOB_NAME}.sh'
Eric Engestrom81b98e92019-10-14 23:04:14 +0100197 # no need to pull the whole repo to build the container image
198 GIT_STRATEGY: none
199
Michel Dänzera85da8e2020-05-30 15:53:41 +0200200# Debian 10 based x86 build image base
201x86_build-base:
Michel Dänzere426f402019-09-06 17:35:52 +0200202 extends:
Michel Dänzerfcd33772020-03-23 18:16:07 +0100203 - .fdo.container-build@debian
Eric Engestrom81b98e92019-10-14 23:04:14 +0100204 - .container
Michel Dänzerc6c76522019-11-11 18:13:28 +0100205 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200206 FDO_DISTRIBUTION_TAG: &x86_build-base "2020-07-21-tracie"
Michel Dänzera85da8e2020-05-30 15:53:41 +0200207
208.use-x86_build-base:
209 extends:
210 - x86_build-base
211 - .ci-run-policy
212 stage: container-2
213 variables:
214 BASE_TAG: *x86_build-base
215 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG"
216 needs:
217 - x86_build-base
218
219# Debian 10 based x86 main build image
220x86_build:
221 extends:
222 - .use-x86_build-base
223 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200224 FDO_DISTRIBUTION_TAG: &x86_build "2020-07-21-tracie"
Eric Engestrom46d23c02019-01-20 11:26:53 +0000225
Michel Dänzer3a48f452019-11-13 17:43:41 +0100226.use-x86_build:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100227 variables:
228 TAG: *x86_build
229 image: "$CI_REGISTRY_IMAGE/debian/x86_build:$TAG"
Michel Dänzereb86cba2019-10-10 15:27:17 +0200230 needs:
Michel Dänzer3a48f452019-11-13 17:43:41 +0100231 - x86_build
Michel Dänzereb86cba2019-10-10 15:27:17 +0200232
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200233# Debian 10 based i386 cross-build image
234i386_build:
235 extends:
236 - .use-x86_build-base
237 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200238 FDO_DISTRIBUTION_TAG: &i386_build "2020-07-21-tracie"
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200239
240.use-i386_build:
241 variables:
242 TAG: *i386_build
243 image: "$CI_REGISTRY_IMAGE/debian/i386_build:$TAG"
244 needs:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200245 - i386_build
246
247# Debian 10 based ppc64el cross-build image
248ppc64el_build:
249 extends:
250 - .use-x86_build-base
251 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200252 FDO_DISTRIBUTION_TAG: &ppc64el_build "2020-07-21-tracie"
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200253
254.use-ppc64el_build:
255 variables:
256 TAG: *ppc64el_build
257 image: "$CI_REGISTRY_IMAGE/debian/ppc64el_build:$TAG"
258 needs:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200259 - ppc64el_build
260
261# Debian 10 based s390x cross-build image
262s390x_build:
263 extends:
264 - .use-x86_build-base
265 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200266 FDO_DISTRIBUTION_TAG: &s390x_build "2020-07-21-tracie"
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200267
268.use-s390x_build:
269 variables:
270 TAG: *s390x_build
271 image: "$CI_REGISTRY_IMAGE/debian/s390x_build:$TAG"
272 needs:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200273 - s390x_build
274
Michel Dänzerc2366f02020-05-16 17:17:23 +0200275# Debian 10 based x86 test image base
276x86_test-base:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200277 extends: x86_build-base
Michel Dänzeraebf43d2019-11-05 18:52:24 +0100278 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200279 FDO_DISTRIBUTION_TAG: &x86_test-base "2020-07-21-tracie"
Michel Dänzerc2366f02020-05-16 17:17:23 +0200280
281.use-x86_test-base:
282 extends:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200283 - x86_build-base
Michel Dänzerc2366f02020-05-16 17:17:23 +0200284 - .ci-run-policy
285 stage: container-2
286 variables:
287 BASE_TAG: *x86_test-base
288 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/x86_test-base:$BASE_TAG"
289 needs:
290 - x86_test-base
291
292# Debian 10 based x86 test image for GL
293x86_test-gl:
294 extends: .use-x86_test-base
295 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200296 FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-07-21-tracie"
Michel Dänzeraebf43d2019-11-05 18:52:24 +0100297
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100298# Debian 10 based x86 test image for VK
299x86_test-vk:
Michel Dänzerc2366f02020-05-16 17:17:23 +0200300 extends: .use-x86_test-base
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100301 variables:
Andres Gomezd15e1222020-07-01 23:45:08 +0300302 FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-07-21-gfxreconstruct-dev"
Samuel Pitoisetf2a594f2019-11-18 09:23:18 +0100303
Michel Dänzerc6c76522019-11-11 18:13:28 +0100304# Debian 9 based x86 build image (old LLVM)
Michel Dänzer3a48f452019-11-13 17:43:41 +0100305x86_build_old:
Michel Dänzera85da8e2020-05-30 15:53:41 +0200306 extends: x86_build-base
Michel Dänzer8a199922019-09-06 17:04:47 +0200307 variables:
Tomeu Vizosoa1947f02020-07-09 22:29:39 +0200308 FDO_DISTRIBUTION_TAG: &x86_build_old "2020-07-21-tracie"
Eric Anholtaf7dca32020-03-06 13:23:20 -0800309 FDO_DISTRIBUTION_VERSION: stretch-slim
Michel Dänzer8a199922019-09-06 17:04:47 +0200310
Michel Dänzer3a48f452019-11-13 17:43:41 +0100311.use-x86_build_old:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100312 variables:
313 TAG: *x86_build_old
314 image: "$CI_REGISTRY_IMAGE/debian/x86_build_old:$TAG"
Michel Dänzer88319f22019-09-18 16:17:01 +0200315 needs:
Michel Dänzer3a48f452019-11-13 17:43:41 +0100316 - x86_build_old
Michel Dänzer88319f22019-09-18 16:17:01 +0200317
Michel Dänzerc6c76522019-11-11 18:13:28 +0100318# Debian 10 based ARM build image
Michel Dänzer3a48f452019-11-13 17:43:41 +0100319arm_build:
Michel Dänzere426f402019-09-06 17:35:52 +0200320 extends:
Michel Dänzerfcd33772020-03-23 18:16:07 +0100321 - .fdo.container-build@debian@arm64v8
Eric Engestrom81b98e92019-10-14 23:04:14 +0100322 - .container
Eric Anholt6f0dc082019-06-28 16:35:32 -0700323 variables:
Rohan Garg087be7e2020-01-28 15:19:53 +0100324 FDO_DISTRIBUTION_TAG: &arm_build "2020-07-21-tracie"
Eric Engestrom46d23c02019-01-20 11:26:53 +0000325
Michel Dänzerc6c76522019-11-11 18:13:28 +0100326.use-arm_build:
Michel Dänzerb4d3ae22019-11-04 09:54:09 +0100327 variables:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100328 TAG: *arm_build
329 image: "$CI_REGISTRY_IMAGE/debian/arm_build:$TAG"
330 needs:
331 - arm_build
332
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200333# Debian 10 based x86 baremetal image base
334arm_test-base:
335 extends:
336 - .fdo.container-build@debian
337 - .container
338 variables:
Christian Gmeiner096adbe2020-06-10 14:44:17 +0200339 FDO_DISTRIBUTION_TAG: &arm_test-base "2020-07-18-nginx"
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200340
341.use-arm_test-base:
342 extends:
343 - arm_test-base
344 - .ci-run-policy
345 stage: container-2
346 variables:
347 BASE_TAG: *arm_test-base
348 FDO_BASE_IMAGE: "$CI_REGISTRY_IMAGE/debian/arm_test-base:$BASE_TAG"
349 needs:
350 - arm_test-base
351
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200352# x86 image with ARM64 rootfs for baremetal testing.
353arm64_test:
Christian Gmeiner408b36a2020-06-07 22:03:34 +0200354 extends:
355 - .use-arm_test-base
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700356 variables:
Christian Gmeiner096adbe2020-06-10 14:44:17 +0200357 FDO_DISTRIBUTION_TAG: &arm64_test "2020-07-18-nginx"
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700358
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200359.use-arm64_test:
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700360 variables:
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200361 TAG: *arm64_test
362 image: "$CI_REGISTRY_IMAGE/debian/arm64_test:$TAG"
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700363 needs:
Christian Gmeiner839bc2d2020-06-07 23:19:50 +0200364 - arm64_test
Eric Anholt68b3b5b2020-05-13 11:08:08 -0700365
Daniel Stone07885cb2020-03-24 11:11:36 +0000366# Native Windows docker builds
Dylan Baker138c0032020-05-19 14:01:47 -0700367#
Daniel Stone07885cb2020-03-24 11:11:36 +0000368# Unlike the above Linux-based builds - including MinGW/SCons builds which
369# cross-compile for Windows - which use the freedesktop ci-templates, we
370# cannot use the same scheme here. As Windows lacks support for
371# Docker-in-Docker, and Podman does not run natively on Windows, we have
372# to open-code much of the same ourselves.
373#
374# This is achieved by first running in a native Windows shell instance
375# (host PowerShell) in the container stage to build and push the image,
376# then in the build stage by executing inside Docker.
377
378.windows-docker-vs2019:
379 variables:
Daniel Stone0f46a312020-05-05 15:49:22 +0100380 WINDOWS_TAG: "2020-05-05-llvm"
Daniel Stone07885cb2020-03-24 11:11:36 +0000381 WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG"
382 WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/windows/x64_build:$WINDOWS_TAG"
383
Daniel Stoneefec8332020-07-02 08:21:33 +0100384.windows_build_vs2019:
Daniel Stone07885cb2020-03-24 11:11:36 +0000385 extends:
386 - .container
387 - .windows-docker-vs2019
Erik Faye-Lund196ac4c2020-06-22 11:10:40 +0200388 stage: container+docs
Daniel Stone07885cb2020-03-24 11:11:36 +0000389 variables:
390 GIT_STRATEGY: fetch # we do actually need the full repository though
Daniel Stone0f46a312020-05-05 15:49:22 +0100391 timeout: 4h # LLVM takes ages
Daniel Stone07885cb2020-03-24 11:11:36 +0000392 tags:
393 - windows
394 - shell
395 - "1809"
Daniel Stone2db1d732020-03-30 10:16:18 +0100396 - mesa
Daniel Stone07885cb2020-03-24 11:11:36 +0000397 script:
398 - .\.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 -0700399
Daniel Stone07885cb2020-03-24 11:11:36 +0000400.use-windows_build_vs2019:
401 extends: .windows-docker-vs2019
402 image: "$WINDOWS_IMAGE"
403 needs:
Daniel Stone79113462020-04-16 14:56:18 +0100404 - windows_build_vs2019
Eric Engestrom81b98e92019-10-14 23:04:14 +0100405
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200406git_archive:
407 extends: .fdo.container-build@alpine
408 stage: container+docs
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +0200409 rules:
410 - if: '$CI_PIPELINE_SOURCE == "schedule"'
411 when: always
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200412 variables:
413 FDO_REPO_SUFFIX: &git-archive-suffix "alpine/git_archive"
Benjamin Tissoires1639d3c2020-07-07 14:44:33 +0200414 FDO_DISTRIBUTION_EXEC: 'pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366'
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200415 # no need to pull the whole repo to build the container image
416 GIT_STRATEGY: none
Benjamin Tissoires1639d3c2020-07-07 14:44:33 +0200417 FDO_DISTRIBUTION_TAG: &git-archive-tag "2020-07-07"
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200418 FDO_DISTRIBUTION_PACKAGES: git py3-pip
419
420
421# Git archive
422
423make git archive:
424 stage: git-archive
425 extends: .fdo.suffixed-image@alpine
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +0200426 rules:
427 - if: '$CI_PIPELINE_SOURCE == "schedule"'
428 when: on_success
Benjamin Tissoires0b6e03b2020-06-11 17:16:28 +0200429 # ensure we are running on packet
430 tags:
431 - packet.net
432 variables:
433 FDO_DISTRIBUTION_TAG: *git-archive-tag
434 FDO_REPO_SUFFIX: *git-archive-suffix
435 needs:
436 - git_archive
437
438 script:
439 # compress the current folder
440 - tar -cvzf ../$CI_PROJECT_NAME.tar.gz .
441
442 # login with the JWT token
443 - ci-fairy minio login $CI_JOB_JWT
444 - 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
445
446
Eric Engestrom46d23c02019-01-20 11:26:53 +0000447# BUILD
448
Dylan Baker06e46472019-10-23 14:21:31 -0700449# Shared between windows and Linux
450.build-common:
Eric Engestromaba78c22019-10-14 23:52:58 +0100451 extends: .ci-run-policy
Eric Engestrom46d23c02019-01-20 11:26:53 +0000452 artifacts:
Michel Dänzer0103f022020-03-06 12:35:17 +0100453 name: "mesa_${CI_JOB_NAME}"
Eric Anholtdd3d0b22019-07-24 09:27:48 -0700454 when: always
455 paths:
456 - _build/meson-logs/*.txt
457 # scons:
Michel Dänzer5229f272019-07-26 12:20:41 +0200458 - build/*/config.log
Eric Anholtf60defa2019-04-10 15:59:12 -0700459 - shader-db
Dylan Baker06e46472019-10-23 14:21:31 -0700460
461# Just Linux
462.build-linux:
463 extends: .build-common
Michel Dänzere9de19f2019-04-04 18:01:27 +0200464 variables:
465 CCACHE_COMPILERCHECK: "content"
Michel Dänzer32618ee2019-11-20 09:11:35 +0100466 CCACHE_COMPRESS: "true"
467 CCACHE_DIR: /cache/mesa/ccache
Eric Engestrom23b485c2019-02-12 16:59:27 +0000468 # Use ccache transparently, and print stats before/after
469 before_script:
470 - export PATH="/usr/lib/ccache:$PATH"
471 - export CCACHE_BASEDIR="$PWD"
Michel Dänzer32618ee2019-11-20 09:11:35 +0100472 - ccache --show-stats
Eric Engestrom23b485c2019-02-12 16:59:27 +0000473 after_script:
Eric Engestrom23b485c2019-02-12 16:59:27 +0000474 - ccache --show-stats
Eric Engestrom46d23c02019-01-20 11:26:53 +0000475
Dylan Baker19851c92019-10-23 14:36:19 -0700476.build-windows:
477 extends: .build-common
478 tags:
Daniel Stone07885cb2020-03-24 11:11:36 +0000479 - windows
480 - docker
481 - "1809"
Daniel Stone9197fd52020-03-30 15:58:51 +0100482 - mesa
Dylan Baker19851c92019-10-23 14:36:19 -0700483 cache:
484 key: ${CI_JOB_NAME}
485 paths:
486 - subprojects/packagecache
487
Eric Engestrom46d23c02019-01-20 11:26:53 +0000488.meson-build:
Eric Engestromaba78c22019-10-14 23:52:58 +0100489 extends:
Dylan Baker06e46472019-10-23 14:21:31 -0700490 - .build-linux
Michel Dänzer3a48f452019-11-13 17:43:41 +0100491 - .use-x86_build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100492 stage: meson-x86_64
Michel Dänzer5f0ff002019-12-13 11:02:16 +0100493 variables:
494 LLVM_VERSION: 9
Eric Engestrom23b485c2019-02-12 16:59:27 +0000495 script:
Michel Dänzercc2b3a92019-05-03 10:49:43 +0200496 - .gitlab-ci/meson-build.sh
Eric Engestrom46d23c02019-01-20 11:26:53 +0000497
Eric Engestrom06b245b2019-01-23 15:46:10 +0000498.scons-build:
Eric Engestromaba78c22019-10-14 23:52:58 +0100499 extends:
Dylan Baker06e46472019-10-23 14:21:31 -0700500 - .build-linux
Michel Dänzer3a48f452019-11-13 17:43:41 +0100501 - .use-x86_build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100502 stage: scons
Eric Engestrom06b245b2019-01-23 15:46:10 +0000503 script:
Eric Anholtfd24a952020-06-26 10:59:41 -0700504 - env SCONSFLAGS="-j${FDO_CI_CONCURRENT:-4}" .gitlab-ci/scons-build.sh
Eric Engestrom06b245b2019-01-23 15:46:10 +0000505
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100506meson-testing:
Michel Dänzere426f402019-09-06 17:35:52 +0200507 extends:
508 - .meson-build
509 - .ci-deqp-artifacts
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200510 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700511 UNWIND: "enabled"
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200512 DRI_LOADERS: >
513 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700514 -D gbm=enabled
515 -D egl=enabled
Eric Engestrome00adef2019-06-25 15:44:16 +0100516 -D platforms=x11
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100517 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700518 -D dri3=enabled
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200519 GALLIUM_DRIVERS: "swrast,virgl"
Samuel Pitoiset40c6a562019-11-19 14:46:53 +0100520 VULKAN_DRIVERS: amd
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100521 BUILDTYPE: "debugoptimized"
Eric Anholt3c7c0212019-12-16 21:23:02 -0800522 EXTRA_OPTION: >
523 -D werror=true
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100524 script:
525 - .gitlab-ci/meson-build.sh
526 - .gitlab-ci/prepare-artifacts.sh
527
Michel Dänzerc56f0912020-03-12 12:29:40 +0100528meson-gallium:
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100529 extends: .meson-build
530 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700531 UNWIND: "enabled"
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100532 DRI_LOADERS: >
533 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700534 -D gbm=enabled
535 -D egl=enabled
Eric Engestrome00adef2019-06-25 15:44:16 +0100536 -D platforms=x11,wayland
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200537 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700538 -D dri3=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200539 -D gallium-extra-hud=true
Dylan Baker138c0032020-05-19 14:01:47 -0700540 -D gallium-vdpau=enabled
541 -D gallium-xvmc=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200542 -D gallium-omx=bellagio
Dylan Baker138c0032020-05-19 14:01:47 -0700543 -D gallium-va=enabled
544 -D gallium-xa=enabled
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200545 -D gallium-nine=true
546 -D gallium-opencl=disabled
Samuel Pitoisete6d26d72019-11-19 14:36:02 +0100547 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 +0200548 EXTRA_OPTION: >
549 -D osmesa=gallium
550 -D tools=all
Timothy Arceri1af1eb92020-07-08 13:56:51 +1000551 -D werror=true
Michel Dänzer59fcb012019-10-23 18:42:53 +0200552 script:
553 - .gitlab-ci/meson-build.sh
554 - .gitlab-ci/run-shader-db.sh
Michel Dänzer42f8d5a2019-08-28 12:01:02 +0200555
Michel Dänzerc56f0912020-03-12 12:29:40 +0100556meson-classic:
557 extends: .meson-build
558 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700559 UNWIND: "enabled"
Michel Dänzerc56f0912020-03-12 12:29:40 +0100560 DRI_LOADERS: >
561 -D glx=dri
Dylan Baker138c0032020-05-19 14:01:47 -0700562 -D gbm=enabled
563 -D egl=enabled
Michel Dänzerc56f0912020-03-12 12:29:40 +0100564 -D platforms=x11,wayland,drm,surfaceless
565 DRI_DRIVERS: "auto"
566 EXTRA_OPTION: >
567 -D osmesa=classic
568 -D tools=all
Timothy Arceria1b89db2020-07-03 13:10:09 +1000569 -D werror=true
Michel Dänzerc56f0912020-03-12 12:29:40 +0100570
Michel Dänzere5364462019-09-13 11:59:43 +0200571.meson-cross:
572 extends:
573 - .meson-build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100574 stage: meson-misc
Michel Dänzere5364462019-09-13 11:59:43 +0200575 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700576 UNWIND: "disabled"
Michel Dänzere5364462019-09-13 11:59:43 +0200577 DRI_LOADERS: >
578 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700579 -D gbm=disabled
580 -D egl=enabled
Eric Engestroma38e21d2019-06-25 13:47:04 +0100581 -D platforms=[]
Michel Dänzere5364462019-09-13 11:59:43 +0200582 -D osmesa=none
583 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700584 -D dri3=disabled
585 -D gallium-vdpau=disabled
586 -D gallium-xvmc=disabled
Michel Dänzere5364462019-09-13 11:59:43 +0200587 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700588 -D gallium-va=disabled
589 -D gallium-xa=disabled
Michel Dänzere5364462019-09-13 11:59:43 +0200590 -D gallium-nine=false
Michel Dänzer65610ec2020-01-30 18:21:15 +0100591 LLVM_VERSION: "8"
Michel Dänzere5364462019-09-13 11:59:43 +0200592
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200593.meson-arm:
Michel Dänzerc6c76522019-11-11 18:13:28 +0100594 extends:
595 - .meson-cross
596 - .use-arm_build
Michel Dänzere5364462019-09-13 11:59:43 +0200597 variables:
Michel Dänzere5364462019-09-13 11:59:43 +0200598 VULKAN_DRIVERS: freedreno
Michel Dänzer793f6b32019-10-08 19:48:41 +0200599 GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4"
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100600 BUILDTYPE: "debugoptimized"
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200601 tags:
602 - aarch64
603
604meson-armhf:
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100605 extends:
606 - .meson-arm
607 - .ci-deqp-artifacts
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200608 variables:
609 CROSS: armhf
Michel Dänzer793f6b32019-10-08 19:48:41 +0200610 LLVM_VERSION: "7"
Eric Anholt25741582020-02-24 10:31:33 -0800611 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700612 -D llvm=disabled
Tomeu Vizosodcd171f2020-04-01 13:07:46 +0200613 UPLOAD_FOR_LAVA: 1
614 DEBIAN_ARCH: armhf
Tomeu Vizoso22d97642019-12-17 11:50:14 +0100615 script:
616 - .gitlab-ci/meson-build.sh
617 - .gitlab-ci/prepare-artifacts.sh
Michel Dänzere5364462019-09-13 11:59:43 +0200618
619meson-arm64:
Michel Dänzer163ec5d2019-10-08 19:46:11 +0200620 extends:
621 - .meson-arm
622 - .ci-deqp-artifacts
Michel Dänzere5364462019-09-13 11:59:43 +0200623 variables:
Rohan Garg9c0bbba2020-02-20 16:37:48 +0100624 VULKAN_DRIVERS: "freedreno"
Eric Anholt25741582020-02-24 10:31:33 -0800625 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700626 -D llvm=disabled
Tomeu Vizosodcd171f2020-04-01 13:07:46 +0200627 UPLOAD_FOR_LAVA: 1
628 DEBIAN_ARCH: arm64
Michel Dänzer59fcb012019-10-23 18:42:53 +0200629 script:
630 - .gitlab-ci/meson-build.sh
631 - .gitlab-ci/prepare-artifacts.sh
Michel Dänzere5364462019-09-13 11:59:43 +0200632
Rohan Garg9c0bbba2020-02-20 16:37:48 +0100633meson-arm64-build-test:
634 extends:
635 - .meson-arm
636 - .ci-deqp-artifacts
637 variables:
638 VULKAN_DRIVERS: "amd"
639 script:
640 - .gitlab-ci/meson-build.sh
641
Michel Dänzera2cce702019-03-20 15:58:31 +0100642meson-clang:
643 extends: .meson-build
644 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700645 UNWIND: "enabled"
Samuel Pitoiset73621762019-11-19 14:37:32 +0100646 DRI_LOADERS: >
647 -D glvnd=true
Michel Dänzera2cce702019-03-20 15:58:31 +0100648 DRI_DRIVERS: "auto"
649 GALLIUM_DRIVERS: "auto"
Eric Engestrom47f419d2019-05-01 12:09:26 +0100650 VULKAN_DRIVERS: intel,amd,freedreno
Michel Dänzer5f0ff002019-12-13 11:02:16 +0100651 CC: "ccache clang-9"
652 CXX: "ccache clang++-9"
Michel Dänzera2cce702019-03-20 15:58:31 +0100653
Daniel Stoneefec8332020-07-02 08:21:33 +0100654.meson-windows-vs2019:
Dylan Baker19851c92019-10-23 14:36:19 -0700655 extends:
656 - .build-windows
Daniel Stone07885cb2020-03-24 11:11:36 +0000657 - .use-windows_build_vs2019
Michel Dänzercc9493f2020-02-27 18:27:56 +0100658 stage: meson-misc
Dylan Baker19851c92019-10-23 14:36:19 -0700659 script:
Daniel Stone07885cb2020-03-24 11:11:36 +0000660 - . .\.gitlab-ci\windows\mesa_build.ps1
Dylan Baker19851c92019-10-23 14:36:19 -0700661
Michel Dänzer82b30092019-05-03 18:19:25 +0200662scons-win64:
663 extends: .scons-build
664 variables:
Jose Fonseca27d58a12020-03-28 10:36:28 +0000665 SCONS_TARGET: platform=windows machine=x86_64 debug=1
Michel Dänzer82b30092019-05-03 18:19:25 +0200666 SCONS_CHECK_COMMAND: "true"
Jose Fonseca27d58a12020-03-28 10:36:28 +0000667 allow_failure: true
Eric Engestrom89a74672019-01-21 09:42:37 +0000668
Michel Dänzer68977152019-05-03 10:58:48 +0200669meson-clover:
Eric Engestromb5a70af2019-01-28 18:05:22 +0000670 extends: .meson-build
671 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700672 UNWIND: "enabled"
Eric Engestromb5a70af2019-01-28 18:05:22 +0000673 DRI_LOADERS: >
674 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700675 -D egl=disabled
676 -D gbm=disabled
Michel Dänzer262e3882020-05-30 23:55:28 +0200677 GALLIUM_DRIVERS: "r600,radeonsi"
Eric Engestromb5a70af2019-01-28 18:05:22 +0000678 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700679 -D dri3=disabled
680 -D gallium-vdpau=disabled
681 -D gallium-xvmc=disabled
Eric Engestromb5a70af2019-01-28 18:05:22 +0000682 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700683 -D gallium-va=disabled
684 -D gallium-xa=disabled
Eric Engestromb5a70af2019-01-28 18:05:22 +0000685 -D gallium-nine=false
686 -D gallium-opencl=icd
Michel Dänzer68977152019-05-03 10:58:48 +0200687 script:
Michel Dänzer68977152019-05-03 10:58:48 +0200688 - .gitlab-ci/meson-build.sh
Samuel Pitoiset7d1c0912019-08-21 11:45:25 +0200689 - LLVM_VERSION=8 .gitlab-ci/meson-build.sh
Michel Dänzer8a199922019-09-06 17:04:47 +0200690
691meson-clover-old-llvm:
Michel Dänzer88319f22019-09-18 16:17:01 +0200692 extends:
693 - meson-clover
Michel Dänzer3a48f452019-11-13 17:43:41 +0100694 - .use-x86_build_old
Michel Dänzer8a199922019-09-06 17:04:47 +0200695 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700696 UNWIND: "disabled"
Michel Dänzer8a199922019-09-06 17:04:47 +0200697 DRI_LOADERS: >
698 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700699 -D egl=disabled
700 -D gbm=disabled
Eric Engestrome00adef2019-06-25 15:44:16 +0100701 -D platforms=[]
Michel Dänzer8a199922019-09-06 17:04:47 +0200702 GALLIUM_DRIVERS: "i915,r600"
703 script:
Michel Dänzer68977152019-05-03 10:58:48 +0200704 - LLVM_VERSION=3.9 .gitlab-ci/meson-build.sh
705 - LLVM_VERSION=4.0 .gitlab-ci/meson-build.sh
706 - LLVM_VERSION=5.0 .gitlab-ci/meson-build.sh
Michel Dänzer262e3882020-05-30 23:55:28 +0200707 - LLVM_VERSION=6.0 .gitlab-ci/meson-build.sh
708 - LLVM_VERSION=7 .gitlab-ci/meson-build.sh
Eric Engestrom8dab7072019-01-28 18:09:24 +0000709
Michel Dänzer82b30092019-05-03 18:19:25 +0200710meson-vulkan:
711 extends: .meson-build
712 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700713 UNWIND: "disabled"
Michel Dänzer82b30092019-05-03 18:19:25 +0200714 DRI_LOADERS: >
715 -D glx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700716 -D gbm=disabled
717 -D egl=disabled
Eric Engestrome00adef2019-06-25 15:44:16 +0100718 -D platforms=x11,wayland
Michel Dänzer82b30092019-05-03 18:19:25 +0200719 -D osmesa=none
720 GALLIUM_ST: >
Dylan Baker138c0032020-05-19 14:01:47 -0700721 -D dri3=enabled
722 -D gallium-vdpau=disabled
723 -D gallium-xvmc=disabled
Michel Dänzer82b30092019-05-03 18:19:25 +0200724 -D gallium-omx=disabled
Dylan Baker138c0032020-05-19 14:01:47 -0700725 -D gallium-va=disabled
726 -D gallium-xa=disabled
Michel Dänzer82b30092019-05-03 18:19:25 +0200727 -D gallium-nine=false
728 -D gallium-opencl=disabled
Michel Dänzer75cc8c02019-09-25 12:56:58 +0200729 -D b_sanitize=undefined
730 -D c_args=-fno-sanitize-recover=all
731 -D cpp_args=-fno-sanitize-recover=all
732 UBSAN_OPTIONS: "print_stacktrace=1"
Michel Dänzer82b30092019-05-03 18:19:25 +0200733 VULKAN_DRIVERS: intel,amd,freedreno
Eric Engestrom5f8d29a2019-05-08 18:17:23 +0200734 EXTRA_OPTION: >
735 -D vulkan-overlay-layer=true
Eric Anholt3c7c0212019-12-16 21:23:02 -0800736 -D werror=true
Michel Dänzer82b30092019-05-03 18:19:25 +0200737
Eric Anholt11aa32a2019-07-11 12:58:28 -0700738meson-i386:
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200739 extends:
740 - .meson-cross
741 - .use-i386_build
Eric Anholt11aa32a2019-07-11 12:58:28 -0700742 variables:
Eric Engestrom1c82fa02019-08-09 23:46:50 +0100743 CROSS: i386
Samuel Pitoiset529c0ba2020-03-04 09:37:46 +0100744 VULKAN_DRIVERS: intel,amd
Michel Dänzera0591862020-03-12 12:31:05 +0100745 GALLIUM_DRIVERS: "iris,r300,radeonsi,swrast,virgl"
Eric Anholt11aa32a2019-07-11 12:58:28 -0700746 EXTRA_OPTION: >
Eric Anholt11aa32a2019-07-11 12:58:28 -0700747 -D vulkan-overlay-layer=true
Eric Anholtf6e59912019-12-16 21:23:02 -0800748 -D werror=true
Eric Anholt11aa32a2019-07-11 12:58:28 -0700749
Michel Dänzer65610ec2020-01-30 18:21:15 +0100750meson-s390x:
751 extends:
752 - .meson-cross
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200753 - .use-s390x_build
Michel Dänzer130c0ba2020-03-18 18:41:43 +0100754 tags:
755 - kvm
Michel Dänzer65610ec2020-01-30 18:21:15 +0100756 variables:
757 CROSS: s390x
Michel Dänzer6c99de982020-05-23 16:07:53 +0200758 EXTRA_OPTION: >
759 -D werror=true
Michel Dänzer65610ec2020-01-30 18:21:15 +0100760 GALLIUM_DRIVERS: "swrast"
Michel Dänzer65610ec2020-01-30 18:21:15 +0100761
762meson-ppc64el:
763 extends:
764 - meson-s390x
Michel Dänzer3acd5a62020-06-01 19:08:30 +0200765 - .use-ppc64el_build
Michel Dänzer65610ec2020-01-30 18:21:15 +0100766 variables:
767 CROSS: ppc64el
Michel Dänzer6c99de982020-05-23 16:07:53 +0200768 EXTRA_OPTION: ""
Michel Dänzer8be81f82020-01-31 16:07:10 +0100769 GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl"
Michel Dänzer8be81f82020-01-31 16:07:10 +0100770 VULKAN_DRIVERS: "amd"
Michel Dänzer65610ec2020-01-30 18:21:15 +0100771
Dylan Baker449f8312019-10-11 09:04:14 -0700772meson-mingw32-x86_64:
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700773 extends: .meson-build
Michel Dänzercc9493f2020-02-27 18:27:56 +0100774 stage: meson-misc
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700775 variables:
Dylan Baker138c0032020-05-19 14:01:47 -0700776 UNWIND: "disabled"
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700777 DRI_DRIVERS: ""
778 GALLIUM_DRIVERS: "swrast"
779 EXTRA_OPTION: >
Dylan Baker138c0032020-05-19 14:01:47 -0700780 -Dllvm=disabled
Dylan Bakerd905d9b2019-09-19 10:21:51 -0700781 -Dosmesa=gallium
782 --cross-file=.gitlab-ci/x86_64-w64-mingw32
783
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100784.test:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200785 extends:
786 - .ci-run-policy
Eric Anholt46daaca2019-06-28 16:35:32 -0700787 variables:
788 GIT_STRATEGY: none # testing doesn't build anything from source
Michel Dänzer576f7b62019-10-22 17:16:52 +0200789 before_script:
Eric Anholt46daaca2019-06-28 16:35:32 -0700790 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
791 - rm -rf install
792 - tar -xf artifacts/install.tar
Samuel Pitoiseteab328f2019-11-14 14:00:46 +0100793 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
Eric Anholt46daaca2019-06-28 16:35:32 -0700794 artifacts:
Rob Clarkfdaf7772019-11-17 11:33:01 -0800795 when: always
Michel Dänzer0103f022020-03-06 12:35:17 +0100796 name: "mesa_${CI_JOB_NAME}"
Eric Anholt46daaca2019-06-28 16:35:32 -0700797 paths:
798 - results/
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100799
800.test-gl:
801 extends:
802 - .test
803 variables:
804 TAG: *x86_test-gl
805 image: "$CI_REGISTRY_IMAGE/debian/x86_test-gl:$TAG"
Michel Dänzerc5aa2712019-10-22 11:19:17 +0200806 needs:
Samuel Pitoiset66b56272019-11-19 12:23:41 +0100807 - meson-testing
Samuel Pitoiset520a77d2019-11-18 09:15:12 +0100808 - x86_test-gl
Eric Anholt46daaca2019-06-28 16:35:32 -0700809
Samuel Pitoiset0b246d32019-11-18 09:30:27 +0100810.test-vk:
811 extends:
812 - .test
813 variables:
814 TAG: *x86_test-vk
815 image: "$CI_REGISTRY_IMAGE/debian/x86_test-vk:$TAG"
816 needs:
817 - meson-testing
818 - x86_test-vk
819
Michel Dänzer576f7b62019-10-22 17:16:52 +0200820.piglit-test:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100821 extends:
822 - .test-gl
823 - .llvmpipe-rules
Michel Dänzera3b3d3b2019-11-25 18:42:10 +0100824 artifacts:
825 when: on_failure
Michel Dänzer0103f022020-03-06 12:35:17 +0100826 name: "mesa_${CI_JOB_NAME}"
Michel Dänzera3b3d3b2019-11-25 18:42:10 +0100827 paths:
828 - summary/
Michel Dänzer576f7b62019-10-22 17:16:52 +0200829 variables:
830 LIBGL_ALWAYS_SOFTWARE: 1
831 PIGLIT_NO_WINDOW: 1
832 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100833 - install/piglit/run.sh
Michel Dänzer576f7b62019-10-22 17:16:52 +0200834
835piglit-quick_gl:
836 extends: .piglit-test
837 variables:
838 LP_NUM_THREADS: 0
Dave Airliee6b2af52019-12-03 15:23:45 +1000839 NIR_VALIDATE: 0
Michel Dänzer576f7b62019-10-22 17:16:52 +0200840 PIGLIT_OPTIONS: >
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100841 --process-isolation false
Eric Anholt3097efe2019-12-04 16:13:38 -0800842 -x egl_ext_device_
843 -x egl_ext_platform_device
Matt Turner17c9ec92020-01-21 15:23:39 -0800844 -x ext_timer_query@time-elapsed
Michel Dänzer576f7b62019-10-22 17:16:52 +0200845 -x glx-multithread-clearbuffer
846 -x glx-multithread-shader-compile
847 -x max-texture-size
848 -x maxsize
849 PIGLIT_PROFILES: quick_gl
850
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100851piglit-glslparser:
852 extends: .piglit-test
853 variables:
854 LP_NUM_THREADS: 0
Dave Airliee6b2af52019-12-03 15:23:45 +1000855 NIR_VALIDATE: 0
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100856 PIGLIT_PROFILES: glslparser
857
858piglit-quick_shader:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200859 extends: .piglit-test
860 variables:
861 LP_NUM_THREADS: 1
Dave Airliee6b2af52019-12-03 15:23:45 +1000862 NIR_VALIDATE: 0
Michel Dänzer5585b8e2019-12-03 10:45:28 +0100863 PIGLIT_PROFILES: quick_shader
Michel Dänzer576f7b62019-10-22 17:16:52 +0200864
Samuel Pitoiset16b999b2019-11-19 08:39:00 +0100865.deqp-test:
Michel Dänzer576f7b62019-10-22 17:16:52 +0200866 variables:
867 DEQP_SKIPS: deqp-default-skips.txt
868 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100869 - ./install/deqp-runner.sh
Michel Dänzer576f7b62019-10-22 17:16:52 +0200870
Samuel Pitoiset16b999b2019-11-19 08:39:00 +0100871.deqp-test-gl:
872 extends:
873 - .test-gl
874 - .deqp-test
875
876.deqp-test-vk:
877 extends:
878 - .test-vk
879 - .deqp-test
880 variables:
881 DEQP_VER: vk
882
Samuel Pitoiset1cdb6ed2020-02-26 09:33:14 +0100883.fossilize-test:
884 extends: .test-vk
885 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +0100886 - ./install/fossilize-runner.sh
Samuel Pitoiset276e6d72020-06-25 11:21:12 +0200887 artifacts:
888 when: on_failure
889 name: "mesa_${CI_JOB_NAME}"
890 paths:
891 - results/
Samuel Pitoiset1cdb6ed2020-02-26 09:33:14 +0100892
Michel Dänzer71436f92020-03-03 18:17:12 +0100893llvmpipe-gles2:
Eric Anholt46daaca2019-06-28 16:35:32 -0700894 variables:
895 DEQP_VER: gles2
Dave Airliee6b2af52019-12-03 15:23:45 +1000896 NIR_VALIDATE: 0
Eric Anholtfd24a952020-06-26 10:59:41 -0700897 # Don't use threads inside llvmpipe, we've already got all cores
898 # busy at the deqp-runner level.
Eric Anholtf08c8102019-11-04 10:54:41 -0800899 LP_NUM_THREADS: 0
Eric Anholt46daaca2019-06-28 16:35:32 -0700900 DEQP_EXPECTED_FAILS: deqp-llvmpipe-fails.txt
901 LIBGL_ALWAYS_SOFTWARE: "true"
Eric Anholt8b221e02020-04-17 12:39:32 -0700902 DEQP_EXPECTED_RENDERER: llvmpipe
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100903 extends:
904 - .deqp-test-gl
905 - .llvmpipe-rules
Eric Anholt553cd822019-08-09 10:32:40 -0700906
Michel Dänzer71436f92020-03-03 18:17:12 +0100907softpipe-gles2:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +0100908 extends:
909 - llvmpipe-gles2
910 - .softpipe-rules
Eric Anholt553cd822019-08-09 10:32:40 -0700911 variables:
Eric Anholt553cd822019-08-09 10:32:40 -0700912 DEQP_EXPECTED_FAILS: deqp-softpipe-fails.txt
Eric Anholtf08c8102019-11-04 10:54:41 -0800913 DEQP_SKIPS: deqp-softpipe-skips.txt
Eric Anholt553cd822019-08-09 10:32:40 -0700914 GALLIUM_DRIVER: "softpipe"
Eric Anholt8b221e02020-04-17 12:39:32 -0700915 DEQP_EXPECTED_RENDERER: softpipe
Eric Anholt553cd822019-08-09 10:32:40 -0700916
Michel Dänzer71436f92020-03-03 18:17:12 +0100917softpipe-gles3:
Eric Anholt52843ec2019-11-05 10:31:29 -0800918 parallel: 2
Eric Anholt553cd822019-08-09 10:32:40 -0700919 variables:
920 DEQP_VER: gles3
Michel Dänzer71436f92020-03-03 18:17:12 +0100921 extends: softpipe-gles2
Eric Anholt52843ec2019-11-05 10:31:29 -0800922
Michel Dänzer71436f92020-03-03 18:17:12 +0100923softpipe-gles31:
Eric Anholt52843ec2019-11-05 10:31:29 -0800924 parallel: 4
925 variables:
926 DEQP_VER: gles31
Michel Dänzer71436f92020-03-03 18:17:12 +0100927 extends: softpipe-gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -0700928
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200929virgl-gles2-on-gl:
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200930 variables:
931 DEQP_VER: gles2
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200932 NIR_VALIDATE: 0
933 DEQP_NO_SAVE_RESULTS: 1
Eric Anholtfd24a952020-06-26 10:59:41 -0700934 # Don't use threads inside llvmpipe, we've already got all cores
935 # busy at the deqp-runner level.
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200936 LP_NUM_THREADS: 0
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200937 DEQP_EXPECTED_FAILS: deqp-virgl-gl-fails.txt
938 DEQP_OPTIONS: "--deqp-log-images=disable"
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200939 LIBGL_ALWAYS_SOFTWARE: "true"
940 GALLIUM_DRIVER: "virpipe"
Eric Anholt8b221e02020-04-17 12:39:32 -0700941 DEQP_EXPECTED_RENDERER: virgl
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200942 extends:
943 - .deqp-test-gl
944 - .virgl-rules
945
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200946virgl-gles3-on-gl:
Tomeu Vizoso4417e922020-05-12 10:03:25 +0200947 parallel: 2
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200948 variables:
949 DEQP_VER: gles3
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200950 DEQP_RUNNER_OPTIONS: "--timeout 180"
951 extends: virgl-gles2-on-gl
Tomeu Vizosoad3ef6d2020-04-01 09:17:25 +0200952
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200953virgl-gles31-on-gl:
Tomeu Vizoso4417e922020-05-12 10:03:25 +0200954 parallel: 4
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200955 variables:
956 DEQP_VER: gles31
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200957 MESA_GLES_VERSION_OVERRIDE: "3.1"
958 MESA_GLSL_VERSION_OVERRIDE: "310"
Dave Airliec8c74502020-06-04 12:10:40 +1000959 MESA_EXTENSION_OVERRIDE: "-GL_OES_tessellation_shader"
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200960 extends: virgl-gles3-on-gl
Tomeu Vizoso5a5316e2020-04-21 14:51:59 +0200961
Tomeu Vizoso287bf5f2020-05-13 09:46:06 +0200962virgl-gl30-on-gl:
963 variables:
964 DEQP_VER: gl30
965 extends: virgl-gles2-on-gl
966
967virgl-gl31-on-gl:
968 variables:
969 DEQP_VER: gl31
970 extends: virgl-gles2-on-gl
971
972virgl-gl32-on-gl:
973 variables:
974 DEQP_VER: gl32
975 extends: virgl-gles2-on-gl
976
Eric Anholt8edaa842020-03-19 11:45:01 -0700977# Rules for tests that should not be present in MRs or the main
978# project's pipeline (don't block marge or report red on
979# mesa/mesamaster) but should be present on pipelines in personal
980# branches (so you can opt in to running the flaky test when you want
981# to).
982.test-manual:
983 rules:
Benjamin Tissoires1a3eb432020-07-07 15:02:35 +0200984 - *ignore_scheduled_pipelines
Michel Dänzer6a8e5dd2020-04-11 15:32:02 +0200985 - if: '$CI_PROJECT_PATH != "mesa/mesa" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != $CI_COMMIT_REF_NAME'
986 changes:
987 *all_paths
988 when: manual
989 - when: never
Eric Anholt8edaa842020-03-19 11:45:01 -0700990
Tomeu Vizoso2102d5e2020-05-12 10:18:48 +0200991virgl-gles2-on-gles:
992 variables:
993 VIRGL_HOST_API: GLES
994 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
995 extends:
996 - virgl-gles2-on-gl
997 - .test-manual
998
999virgl-gles3-on-gles:
1000 variables:
1001 VIRGL_HOST_API: GLES
1002 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
1003 extends:
1004 - virgl-gles3-on-gl
1005 - .test-manual
1006
1007virgl-gles31-on-gles:
1008 variables:
1009 VIRGL_HOST_API: GLES
1010 DEQP_EXPECTED_FAILS: deqp-virgl-gles-fails.txt
1011 extends:
1012 - virgl-gles31-on-gl
1013 - .test-manual
1014
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001015arm64_a630_gles2:
Michel Dänzerc6c76522019-11-11 18:13:28 +01001016 extends:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001017 - arm64_a306_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001018 variables:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001019 BM_KERNEL: /lava-files/cheza-kernel
1020 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 -07001021 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-fails.txt
1022 DEQP_SKIPS: deqp-freedreno-a630-skips.txt
Eric Anholt72fe7b92020-06-08 15:36:16 -07001023 GIT_STRATEGY: none
Eric Anholt8b221e02020-04-17 12:39:32 -07001024 DEQP_EXPECTED_RENDERER: FD630
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001025 DEQP_NO_SAVE_RESULTS: ""
Eric Anholt6f0dc082019-06-28 16:35:32 -07001026 tags:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001027 - google-freedreno-cheza
1028 script:
Eric Anholt72fe7b92020-06-08 15:36:16 -07001029 - ./install/bare-metal/cros-servo.sh
Eric Anholt6f0dc082019-06-28 16:35:32 -07001030
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001031arm64_a630_gles31:
1032 extends: arm64_a630_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001033 variables:
Michel Dänzer128581d2019-09-11 18:55:43 +02001034 DEQP_VER: gles31
Eric Anholtd9f7fce2020-06-18 12:55:41 -07001035 # gles31 is about 12 minutes with validation enabled.
1036 NIR_VALIDATE: 0
Eric Anholt6f0dc082019-06-28 16:35:32 -07001037
Fritz Koenig2a98cf32020-02-12 19:31:24 +00001038arm64_a630_gles3:
1039 extends: arm64_a630_gles2
Eric Anholt6f0dc082019-06-28 16:35:32 -07001040 variables:
1041 DEQP_VER: gles3
Eric Anholtd9f7fce2020-06-18 12:55:41 -07001042 # gles3 is about 15 minutes with validation enabled.
1043 NIR_VALIDATE: 0
Eric Anholt6f0dc082019-06-28 16:35:32 -07001044
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001045# We almost always manage to lower UBOs back to constant uploads in
1046# the test suite, so get a little testing for it here.
Rob Clarke5169b12020-07-16 14:20:22 -07001047arm64_a630_noubo:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001048 extends: arm64_a630_gles31
Eric Anholt5082ac02020-04-17 12:02:37 -07001049 variables:
1050 DEQP_VER: gles31
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001051 IR3_SHADER_DEBUG: nouboopt
1052 DEQP_CASELIST_FILTER: "functional.*ubo"
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001053
1054# The driver does some guessing as to whether to render using gmem
1055# or bypass, and some GLES3.1 features interact with either one.
1056# Do a little testing with gmem and bypass forced.
Rob Clarke5169b12020-07-16 14:20:22 -07001057arm64_a630_bypass:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001058 extends: arm64_a630_gles31
1059 variables:
Eric Anholt5082ac02020-04-17 12:02:37 -07001060 CI_NODE_INDEX: 1
1061 CI_NODE_TOTAL: 5
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001062 FD_MESA_DEBUG: nogmem
1063 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-bypass-fails.txt
1064
Rob Clarke5169b12020-07-16 14:20:22 -07001065arm64_a630_traces:
Eric Anholtb88c46f2020-06-08 14:51:59 -07001066 extends:
1067 - arm64_a630_gles2
1068 variables:
1069 BARE_METAL_TEST_SCRIPT: "/install/tracie-runner-gl.sh"
1070 DEVICE_NAME: "freedreno-a630"
1071 TRACIE_NO_UNIT_TESTS: 1
1072 # This lets us run several more traces which don't use any features we're
1073 # missing.
1074 MESA_GLSL_VERSION_OVERRIDE: "460"
1075 MESA_GL_VERSION_OVERRIDE: "4.6"
Eric Anholtb88c46f2020-06-08 14:51:59 -07001076
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001077# Along with checking gmem path, check that we don't get obvious nir
1078# validation failures (though it's too expensive to have it on for the
1079# full CTS)
Rob Clarke5169b12020-07-16 14:20:22 -07001080arm64_a630_gmem:
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001081 extends: arm64_a630_gles31
1082 variables:
1083 CI_NODE_INDEX: 1
1084 CI_NODE_TOTAL: 5
1085 FD_MESA_DEBUG: nobypass
1086 NIR_VALIDATE: 1
Eric Anholt5082ac02020-04-17 12:02:37 -07001087
Jonathan Marekbe33d582020-07-14 10:58:56 -04001088arm64_a630_vk:
Eric Anholt9e11cce2020-05-25 12:57:25 -07001089 extends: arm64_a630_gles2
1090 variables:
1091 DEQP_VER: vk
1092 CI_NODE_INDEX: 1
1093 CI_NODE_TOTAL: 50
1094 VK_DRIVER: freedreno
1095 # Force binning in the main run, which makes sure we render at
1096 # least 2 bins. This is the path that impacts the most different
1097 # features. However, we end up with flaky results in
1098 # dEQP-VK.binding_model.*.geometry and dEQP-VK.glsl.*_vertex.
1099 TU_DEBUG: forcebin
1100
1101# Do a separate sysmem pass over the testcases that really affect sysmem
1102# rendering. This is currently very flaky, leave it as an option for devs
1103# to click play on in their branches.
Rob Clarke5169b12020-07-16 14:20:22 -07001104arm64_a630_vk_sysmem:
Eric Anholt9e11cce2020-05-25 12:57:25 -07001105 extends:
Jonathan Marekbe33d582020-07-14 10:58:56 -04001106 - arm64_a630_vk
Eric Anholt9e11cce2020-05-25 12:57:25 -07001107 variables:
1108 CI_NODE_INDEX: 1
1109 CI_NODE_TOTAL: 10
1110 DEQP_CASELIST_FILTER: "dEQP-VK.renderpass.*"
1111 DEQP_EXPECTED_FAILS: deqp-freedreno-a630-bypass-fails.txt
1112 TU_DEBUG: sysmem
1113
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001114.baremetal-test:
1115 extends:
1116 - .ci-run-policy
Eric Anholt109816b2020-06-08 15:09:51 -07001117 - .test
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001118 stage: test
Eric Anholt6f4fc4f2020-05-15 11:22:37 -07001119 artifacts:
1120 when: always
1121 name: "mesa_${CI_JOB_NAME}"
1122 paths:
1123 - results/
1124 - serial*.txt
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001125
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001126arm64_a306_gles2:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001127 extends:
1128 - .baremetal-test
Christian Gmeiner839bc2d2020-06-07 23:19:50 +02001129 - .use-arm64_test
Eric Anholtf778c482020-03-18 09:51:03 -07001130 - .freedreno-rules
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001131 variables:
Eric Anholt4bc15e72020-03-03 14:38:09 -08001132 BM_KERNEL: /lava-files/Image.gz
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001133 BM_DTB: /lava-files/apq8016-sbc.dtb
1134 BM_ROOTFS: /lava-files/rootfs-arm64
1135 BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8"
Eric Anholt3b5e71c2020-05-01 09:57:00 -07001136 FLAKES_CHANNEL: "#freedreno-ci"
Eric Anholt109816b2020-06-08 15:09:51 -07001137 BARE_METAL_TEST_SCRIPT: "/install/deqp-runner.sh"
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001138 DEQP_EXPECTED_FAILS: deqp-freedreno-a307-fails.txt
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001139 DEQP_SKIPS: deqp-freedreno-a307-skips.txt
1140 DEQP_VER: gles2
1141 DEQP_PARALLEL: 4
Eric Anholt8b221e02020-04-17 12:39:32 -07001142 DEQP_EXPECTED_RENDERER: FD307
Eric Anholt46d9b502020-05-22 15:48:55 -07001143 # Since we can't get artifacts back yet, skip making them.
1144 DEQP_NO_SAVE_RESULTS: 1
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001145 # NIR_VALIDATE=0 left intentionally unset as a3xx is fast enough at its small testsuite.
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001146 script:
Eric Anholt72fe7b92020-06-08 15:36:16 -07001147 - ./install/bare-metal/fastboot.sh
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001148 needs:
Christian Gmeiner839bc2d2020-06-07 23:19:50 +02001149 - arm64_test
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001150 - meson-arm64
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001151 tags:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001152 - google-freedreno-db410c
1153
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001154# Fractional run, single threaded, due to flaky results
Eric Anholt8edaa842020-03-19 11:45:01 -07001155arm64_a306_gles3:
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001156 extends:
1157 - arm64_a306_gles2
Eric Anholtcf5ba9d2020-03-03 14:38:09 -08001158 variables:
1159 DEQP_VER: gles3
Eric Anholtfa49a502020-04-22 11:30:38 -07001160 DEQP_PARALLEL: 1
1161 CI_NODE_INDEX: 1
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001162 CI_NODE_TOTAL: 25
1163 NIR_VALIDATE: 0
Eric Anholtaea8c9c2020-03-03 11:44:45 -08001164
Eric Anholtae442c32020-05-15 16:15:07 -07001165# Fractional runs with debug options. Note that since we're not
1166# hitting the iommu faults, we can run in parallel (derive from gles2, not gles3).
1167arm64_a306_gles3_options:
1168 extends: arm64_a306_gles2
1169 variables:
1170 DEQP_VER: gles3
1171 script:
1172 # Check that the non-constbuf UBO case works.
Eric Anholt72fe7b92020-06-08 15:36:16 -07001173 - 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 -07001174
Eric Anholt4bc15e72020-03-03 14:38:09 -08001175arm64_a530_gles2:
1176 extends:
1177 - arm64_a306_gles2
Eric Anholt4bc15e72020-03-03 14:38:09 -08001178 variables:
1179 BM_KERNEL: /lava-files/db820c-kernel
1180 BM_DTB: /lava-files/db820c.dtb
Eric Anholt6033c102020-05-19 16:33:10 -07001181 # Disable SMP because only CPU 0 is at a freq higher than 19mhz on
1182 # current upstream kernel.
1183 BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 nosmp"
Eric Anholt4bc15e72020-03-03 14:38:09 -08001184 DEQP_EXPECTED_FAILS: deqp-freedreno-a530-fails.txt
1185 DEQP_SKIPS: deqp-freedreno-a530-skips.txt
Eric Anholt8b221e02020-04-17 12:39:32 -07001186 DEQP_EXPECTED_RENDERER: FD530
Eric Anholtb4bccbd2020-05-15 11:20:44 -07001187 NIR_VALIDATE: 0
Eric Anholt4bc15e72020-03-03 14:38:09 -08001188 tags:
1189 - google-freedreno-db820c
1190
1191arm64_a530_gles3:
1192 extends:
1193 - arm64_a530_gles2
Eric Anholt4bc15e72020-03-03 14:38:09 -08001194 variables:
1195 DEQP_VER: gles3
Eric Anholtfa49a502020-04-22 11:30:38 -07001196 DEQP_PARALLEL: 1
1197 CI_NODE_INDEX: 1
Eric Anholt6bf40c22020-05-19 16:44:14 -07001198 CI_NODE_TOTAL: 40
Eric Anholt4bc15e72020-03-03 14:38:09 -08001199
Eric Anholt6c011522020-04-22 12:08:06 -07001200arm64_a530_gles31:
1201 extends:
1202 - arm64_a530_gles3
1203 variables:
1204 DEQP_VER: gles31
Eric Anholt6bf40c22020-05-19 16:44:14 -07001205 CI_NODE_INDEX: 1
1206 CI_NODE_TOTAL: 10
Eric Anholt6c011522020-04-22 12:08:06 -07001207
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001208# RADV CI
1209.test-radv:
Samuel Pitoiset8f554392020-03-09 17:53:51 +01001210 extends: .radv-rules
Samuel Pitoiset48e92032020-03-06 08:39:25 +01001211 stage: radv
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001212 variables:
1213 VK_DRIVER: radeon
Samuel Pitoiseta44cfac2020-05-04 11:44:45 +02001214 ACO_DEBUG: validateir,validatera
Samuel Pitoiset42a3d822020-02-05 17:04:20 +01001215
Eric Anholt8edaa842020-03-19 11:45:01 -07001216# Can only be triggered manually on personal branches because RADV is the only
1217# driver that does Vulkan testing at the moment.
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001218radv_polaris10_vkcts:
1219 extends:
1220 - .deqp-test-vk
Eric Anholt8edaa842020-03-19 11:45:01 -07001221 - .test-radv
1222 - .test-manual
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001223 variables:
Samuel Pitoisetc1a36272019-11-13 11:03:52 +01001224 DEQP_SKIPS: deqp-radv-polaris10-skips.txt
1225 tags:
1226 - polaris10
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001227
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001228radv-fossils:
1229 extends:
1230 - .fossilize-test
1231 - .test-radv
1232 script:
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001233 # Pitcairn (GFX6)
1234 - export RADV_FORCE_FAMILY="pitcairn"
1235 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001236 # Bonaire (GFX7)
1237 - export RADV_FORCE_FAMILY="bonaire"
1238 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001239 # Polaris10 (GFX8)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001240 - export RADV_FORCE_FAMILY="polaris10"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001241 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001242 # Vega10 (GFX9)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001243 - export RADV_FORCE_FAMILY="gfx900"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001244 - ./install/fossilize-runner.sh
Samuel Pitoisetf9dbca82020-05-04 11:48:46 +02001245 # Navi10 (GFX10)
Samuel Pitoisete22d5622020-03-06 08:36:14 +01001246 - export RADV_FORCE_FAMILY="gfx1010"
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001247 - ./install/fossilize-runner.sh
Samuel Pitoiset42a3d822020-02-05 17:04:20 +01001248
Andres Gomez0ac731b12020-02-20 18:26:30 +02001249# Traces CI
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001250.traces-test:
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001251 cache:
1252 key: ${CI_JOB_NAME}
1253 paths:
Rohan Garg90a39af2020-02-28 13:48:53 +01001254 - traces-db/
Tomeu Vizosodfe394b2020-07-21 10:48:43 +02001255 variables:
1256 TRACIE_UPLOAD_TO_MINIO: 1
Andres Gomez0ac731b12020-02-20 18:26:30 +02001257
1258.traces-test-gl:
1259 extends:
1260 - .test-gl
1261 - .traces-test
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001262 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001263 - ./install/tracie-runner-gl.sh
Andres Gomez0ac731b12020-02-20 18:26:30 +02001264
1265.traces-test-vk:
1266 extends:
1267 - .test-vk
1268 - .traces-test
1269 script:
Tomeu Vizoso92f3c512020-03-24 12:58:30 +01001270 - ./install/tracie-runner-vk.sh
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001271
1272llvmpipe-traces:
Pierre-Eric Pelloux-Prayer2a9d6fd2019-10-30 20:39:08 +01001273 extends:
1274 - .traces-test-gl
1275 - .llvmpipe-rules
Alexandros Frantzis803ab5d2020-01-08 17:46:46 +02001276 variables:
1277 LIBGL_ALWAYS_SOFTWARE: "true"
1278 GALLIUM_DRIVER: "llvmpipe"
Andres Gomez1d755952020-02-20 17:32:08 +02001279 DEVICE_NAME: "gl-vmware-llvmpipe"
Andres Gomez0ac731b12020-02-20 18:26:30 +02001280
1281radv-polaris10-traces:
1282 extends:
1283 - .traces-test-vk
Eric Anholt8edaa842020-03-19 11:45:01 -07001284 - .test-radv
1285 - .test-manual
Andres Gomez0ac731b12020-02-20 18:26:30 +02001286 variables:
1287 DEVICE_NAME: "vk-amd-polaris10"
1288 tags:
1289 - polaris10
Tomeu Vizoso8cba1a12020-04-21 15:44:03 +02001290
Andres Gomezb6b100c2020-04-24 19:32:42 +03001291radv-raven-traces:
1292 extends:
1293 - .traces-test-vk
1294 - .test-radv
1295 - .test-manual
1296 variables:
1297 DEVICE_NAME: "vk-amd-raven"
1298 tags:
1299 - raven
1300
Tomeu Vizoso8cba1a12020-04-21 15:44:03 +02001301virgl-traces:
1302 extends:
1303 - .traces-test-gl
1304 - .virgl-rules
1305 variables:
1306 LIBGL_ALWAYS_SOFTWARE: "true"
1307 GALLIUM_DRIVER: "virpipe"
1308 DEVICE_NAME: "gl-virgl"
1309 MESA_GLES_VERSION_OVERRIDE: "3.1"
1310 MESA_GLSL_VERSION_OVERRIDE: "310"