Searched +full:scheduled_pipeline +full:- +full:rules (Results 1 – 2 of 2) sorted by relevance
3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd4 CI_PRE_CLONE_SCRIPT: |-5 set -o xtrace6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-…7 bash download-git-cache.sh8 rm download-git-cache.sh12 # per-pipeline artifact storage on MinIO14 # per-job artifact storage on MinIO17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"28 …- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…[all …]
5 .scheduled_pipeline-rules:6 rules:7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'12 .no_scheduled_pipelines-rules:13 rules:14 - if: *is-scheduled-pipeline18 # ---------------------------------------------------------------19 .core-rules:20 rules:21 - !reference [.no_scheduled_pipelines-rules, rules][all …]