mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
ci/b2c: use more readable "long" argument names
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33825>
This commit is contained in:
parent
a3ad54adf0
commit
cf7fa16f8c
1 changed files with 7 additions and 2 deletions
|
|
@ -439,8 +439,13 @@ yaml-toml-shell-py-test:
|
|||
|
||||
# Submit the job to Valve's CI gateway service with the CI
|
||||
# provisioned job_folder.
|
||||
env PYTHONUNBUFFERED=1 executorctl \
|
||||
run -w b2c.yml.jinja2 -j $(slugify "$CI_JOB_NAME") -s ${JOB_FOLDER} -i "$CI_RUNNER_DESCRIPTION"
|
||||
PYTHONUNBUFFERED=1 \
|
||||
executorctl run \
|
||||
--machine-id "$CI_RUNNER_DESCRIPTION" \
|
||||
--job-id $(slugify "$CI_JOB_NAME") \
|
||||
--share-directory "$JOB_FOLDER" \
|
||||
--wait \
|
||||
b2c.yml.jinja2
|
||||
|
||||
after_script:
|
||||
# Keep the results path the same as baremetal and LAVA
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue