Searched +full:lava +full:- +full:test (Results 1 – 4 of 4) sorted by relevance
1 .lava-test:3 - .container+build-rules6 - !reference [.scheduled_pipeline-rules, rules]7 - !reference [.collabora-farm-rules, rules]8 - when: on_success11 - rm -rf install12 - tar -xf artifacts/install.tar13 - mv -n install/* artifacts/.14 # Override it with our lava-submit.sh script15 - ./artifacts/lava-submit.sh[all …]
2 # SPDX-License-Identifier: MIT6 # 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}"; then10 echo -n "${_url}"16 if [ -n "${_mainline_artifact}" ]; then17 echo -n "${_mainline_artifact}"21 if [ -n "${_fork_artifact}" ]; then22 echo -n "${_fork_artifact}"31 echo "If you aren't working on CI, please ping @mesa/ci-helpers to see if we can help." >&234 set -x[all …]
2 # SPDX-License-Identifier: MIT4 set -ex7 rm -rf .git/rebase-apply9 . .gitlab-ci/container/container_pre_build.sh11 # libssl-dev was uninstalled because it was considered an ephemeral package12 apt-get update13 apt-get install -y libssl-dev16 apt-get install -y python3-lxml19 GCC_ARCH="aarch64-linux-gnu"21 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"[all …]
2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 7d3062470f3ccc6cb40540e772e902c7e22480246 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 …]