Home
last modified time | relevance | path

Searched +full:scheduled_pipelines +full:- +full:rules (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 # ----------------------------------------------------------
6 .scheduled_pipelines-rules:
7 rules: &ignore_scheduled_pipelines
12 # ----------------------------------
13 .mesa-rules:
14 rules:
15 - *ignore_scheduled_pipelines
16 - changes: &mesa_core_file_list
17 - .gitlab-ci.yml
18 - .gitlab-ci/**/*
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | b…
8 MINIO_HOST: minio-packet.freedesktop.org
9 # per-pipeline artifact storage on MinIO
11 # per-job artifact storage on MinIO
14 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
20 - project: 'freedesktop/ci-templates'
23 - '/templates/ci-fairy.yml'
[all …]