Home
last modified time | relevance | path

Searched full:target_job (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py123 project, pipeline, target_job: Optional[str], dependencies, force_manual: bool
133 if target_job:
134 target_jobs_regex = re.compile(target_job.strip())
140 if target_job and target_jobs_regex.match(job.name):
164 elif target_job and job.status not in [
172 if target_job:
/third_party/littlefs/.github/workflows/
Dstatus.yml33 export TARGET_JOB="$(jq -er '.target_job' $s)"
39 | select(.name == env.TARGET_JOB)
Dtest.yml240 target_job: "${{github.job}} (${{matrix.arch}})",
438 target_job: "${{github.job}}",