Home
last modified time | relevance | path

Searched +full:lava +full:- +full:test (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/ci/
Dtest.yml1 .lava-test:
3 - .container+build-rules
6 - !reference [.scheduled_pipeline-rules, rules]
7 - !reference [.collabora-farm-rules, rules]
8 - when: on_success
11 - rm -rf install
12 - tar -xf artifacts/install.tar
13 - mv -n install/* artifacts/.
14 # Override it with our lava-submit.sh script
15 - ./artifacts/lava-submit.sh
[all …]
Dlava-submit.sh2 # SPDX-License-Identifier: MIT
6 # If we run in the fork (not from mesa or Marge-bot), reuse mainline kernel and rootfs, if exist.
9 if curl -s -o /dev/null -I -L -f --retry 4 --retry-delay 15 "${_url}"; then
10 echo -n "${_url}"
16 if [ -n "${_mainline_artifact}" ]; then
17 echo -n "${_mainline_artifact}"
21 if [ -n "${_fork_artifact}" ]; then
22 echo -n "${_fork_artifact}"
31 echo "If you aren't working on CI, please ping @mesa/ci-helpers to see if we can help." >&2
34 set -x
[all …]
Dbuild.sh2 # SPDX-License-Identifier: MIT
4 set -ex
7 rm -rf .git/rebase-apply
9 . .gitlab-ci/container/container_pre_build.sh
11 # libssl-dev was uninstalled because it was considered an ephemeral package
12 apt-get update
13 apt-get install -y libssl-dev
16 apt-get install -y python3-lxml
19 GCC_ARCH="aarch64-linux-gnu"
21 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
Dgitlab-ci.yml2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 7d3062470f3ccc6cb40540e772e902c7e2248024
6 TARGET_BRANCH: drm-next
10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs
14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
16 CI_PRE_CLONE_SCRIPT: |-
17 set -o xtrace
18-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 …]