From cf7fa16f8ce0a7bccbf68fab087eacce2d681fa8 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 28 Feb 2025 16:57:20 +0100 Subject: [PATCH] ci/b2c: use more readable "long" argument names Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index c8ebb7f99ed..d148eb4bd58 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -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