Home
last modified time | relevance | path

Searched refs:GITLAB_URL (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/bin/ci/
H A Dci_gantt_chart.py15 from gitlab_common import read_token, GITLAB_URL, get_gitlab_pipeline_from_url
152 gl = gitlab.Gitlab(url=GITLAB_URL, private_token=token, retry_transient_errors=True)
H A Dci_post_gantt.py19 GITLAB_URL,
127 gl = gitlab.Gitlab(url=GITLAB_URL, private_token=token, retry_transient_errors=True)
H A Dci_run_n_monitor.py30 GITLAB_URL,
553 gl = gitlab.Gitlab(url=GITLAB_URL,
H A Dgitlab_common.py18 GITLAB_URL = "https://gitlab.freedesktop.org" variable