X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci%2Flava-gitlab-ci.yml;h=b16125fbb1576638066f0c716cf1e378ebcfda79;hb=1d018bc7fde744b5fc71108887a51e5bfaff8776;hp=99c1bd43553be2727f05859c29e8fe42b8075596;hpb=a133f7d2885d4717b9af41396ed09d9ceba3aaf3;p=mesa.git diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 99c1bd43553..b16125fbb15 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - DISTRIBUTION_TAG: "2020-08-04-ramdisk-fix" + DISTRIBUTION_TAG: "2020-08-18-new-kernel-6" .kernel+rootfs: stage: container-2 @@ -7,7 +7,7 @@ variables: - .ci-run-policy variables: GIT_STRATEGY: fetch - KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-panfrost-fixes/linux-v5.5-panfrost-fixes.tar.gz" + KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.8-for-mesa-ci/linux-v5.8-for-mesa-ci.tar.gz" UPLOAD_FOR_LAVA: 1 script: - .gitlab-ci/container/lava_build.sh @@ -43,7 +43,7 @@ kernel+rootfs_armhf: variables: GIT_STRATEGY: none # testing doesn't build anything from source ENV_VARS: "DEQP_PARALLEL=6" - FIXED_ENV_VARS: "CI_PIPELINE_ID=${CI_PIPELINE_ID} CI_JOB_ID=${CI_JOB_ID} CI_PROJECT_PATH=${CI_PROJECT_PATH} CI_JOB_JWT=${CI_JOB_JWT} TRACIE_NO_UNIT_TESTS=1 TRACIE_UPLOAD_TO_MINIO=1" + FIXED_ENV_VARS: "CI_PIPELINE_ID=${CI_PIPELINE_ID} CI_JOB_ID=${CI_JOB_ID} CI_PROJECT_PATH=${CI_PROJECT_PATH} CI_JOB_JWT=${CI_JOB_JWT} TRACIE_NO_UNIT_TESTS=1 TRACIE_UPLOAD_TO_MINIO=1 DRIVER_NAME=${DRIVER_NAME}" DEQP_VERSION: gles2 ARTIFACTS_PREFIX: "https://minio-packet.freedesktop.org/mesa-lava/" MESA_URL: "https://minio-packet.freedesktop.org/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID}/mesa-${ARCH}.tar.gz" @@ -183,6 +183,7 @@ panfrost-t760-gles2:armhf: DEVICE_TYPE: rk3288-veyron-jaq DTB: ${DEVICE_TYPE} GPU_VERSION: panfrost-t760 + DRIVER_NAME: panfrost BOOT_METHOD: depthcharge KERNEL_IMAGE_TYPE: "" ENV_VARS: "PAN_MESA_DEBUG=deqp MESA_GLES_VERSION_OVERRIDE=3.1 MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330" @@ -196,6 +197,7 @@ panfrost-t760-gles2:armhf: DEVICE_TYPE: rk3399-gru-kevin DTB: ${DEVICE_TYPE} GPU_VERSION: panfrost-t860 + DRIVER_NAME: panfrost BOOT_METHOD: depthcharge KERNEL_IMAGE_TYPE: "" tags: @@ -262,8 +264,7 @@ panfrost-t860-traces:arm64: tags: - mesa-ci-aarch64-lava-baylibre -# Commented out while waiting for more DUTs to come online -.radeonsi-stoney-gles2:amd64: +radeonsi-stoney-gles2:amd64: extends: - .lava-test:amd64 - .radeonsi-rules @@ -280,7 +281,7 @@ panfrost-t860-traces:arm64: # Commented out while waiting for more DUTs to come online .radeonsi-stoney-gles3:amd64: extends: - - .radeonsi-stoney-gles2:amd64 + - radeonsi-stoney-gles2:amd64 variables: DEQP_VERSION: gles3 tags: @@ -294,6 +295,7 @@ radeonsi-stoney-traces:amd64: DEVICE_TYPE: hp-11A-G6-EE-grunt DTB: "" GPU_VERSION: radeonsi-stoney + DRIVER_NAME: radeonsi BOOT_METHOD: depthcharge KERNEL_IMAGE_TYPE: "" tags: