X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=258430d4449559677adfb0bf72c02e345b0762fd;hb=e6ca6e587e7f88d6b06c0a5c966438beac6cb18e;hp=f245ee687c11e3b54ad2349274afbfb1c497ee7c;hpb=555c0de8c6f5b8be8c28ee92a816c7bb711afde5;p=mesa.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f245ee687c1..258430d4449 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ # repository's registry will be used there as well. variables: UPSTREAM_REPO: mesa/mesa - DEBIAN_TAG: "2019-09-30" + DEBIAN_TAG: "2019-10-07_1" DEBIAN_ARM64_TAG: "arm64v8-2019-08-09" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim @@ -32,7 +32,7 @@ include: - local: '/.gitlab-ci/lava-gitlab-ci.yml' stages: - - containers + - container - build - test @@ -59,15 +59,26 @@ stages: # Build the normal CI native and cross-build docker images. +.container: + stage: container + extends: + - .ci-run-policy + variables: + # no need to pull the whole repo to build the container image + GIT_STRATEGY: none + debian-10: extends: - .debian@container-ifnot-exists - - .ci-run-policy - stage: containers + - .container variables: - GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image DEBIAN_EXEC: 'bash .gitlab-ci/debian-install.sh' +.use-debian-10: + image: $DEBIAN_IMAGE + needs: + - debian-10 + debian-9: extends: debian-10 variables: @@ -85,20 +96,16 @@ debian-9: test-container:arm64: extends: - .debian@container-ifnot-exists@arm64v8 - - .ci-run-policy - stage: containers + - .container variables: DEBIAN_TAG: "$DEBIAN_ARM64_TAG" - GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image DEBIAN_EXEC: 'bash .gitlab-ci/debian-test-install.sh' + # BUILD .build: extends: .ci-run-policy - image: $DEBIAN_IMAGE - needs: - - debian-10 stage: build cache: key: ${CI_JOB_NAME} @@ -132,12 +139,16 @@ test-container:arm64: - ccache --show-stats .meson-build: - extends: .build + extends: + - .build + - .use-debian-10 script: - .gitlab-ci/meson-build.sh .scons-build: - extends: .build + extends: + - .build + - .use-debian-10 variables: SCONSFLAGS: "-j4" script: @@ -194,8 +205,6 @@ meson-main: -D gallium-xa=false -D gallium-nine=false -D llvm=false - script: - - .gitlab-ci/meson-build.sh meson-armhf: extends: .meson-cross @@ -344,6 +353,17 @@ meson-i386: -D llvm=false -D osmesa=classic +.meson-mingw32-x86_64: + extends: .meson-build + variables: + UNWIND: "false" + DRI_DRIVERS: "" + GALLIUM_DRIVERS: "swrast" + EXTRA_OPTION: > + -Dllvm=false + -Dosmesa=gallium + --cross-file=.gitlab-ci/x86_64-w64-mingw32 + scons: extends: .scons-build variables: @@ -364,12 +384,17 @@ scons-old-llvm: - LLVM_VERSION=4.0 .gitlab-ci/scons-build.sh - LLVM_VERSION=5.0 .gitlab-ci/scons-build.sh -.deqp-test: +.test: extends: .ci-run-policy stage: test - image: $DEBIAN_IMAGE variables: GIT_STRATEGY: none # testing doesn't build anything from source + +.deqp-test: + extends: + - .test + - .use-debian-10 + variables: DEQP_SKIPS: deqp-default-skips.txt script: # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY