Searched +full:ci +full:- +full:deqp +full:- +full:artifacts (Results 1 – 2 of 2) sorted by relevance
2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha c6a9a9c3bce90923f7700219354e0b6e5a3c9ba66 TARGET_BRANCH: drm-next10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb16 CI_PRE_CLONE_SCRIPT: |-17 set -o xtrace18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT…19 bash download-git-cache.sh[all …]
2 # SPDX-License-Identifier: MIT4 set -ex8 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu:/igt/…12 ls -l /dev/dri/20 set -e26 modprobe --first-time $DRIVER_NAME30 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then31 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"34 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" ]; then35 IGT_FLAKES="--flakes /install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt"[all …]