Mesa (main): ci/lava: Dump and artifact YAML again

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 11 12:47:33 UTC 2021


Module: Mesa
Branch: main
Commit: 1788017e2304a8c2a899b89dcfa7c6025997a9c2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1788017e2304a8c2a899b89dcfa7c6025997a9c2

Author: Daniel Stone <daniels at collabora.com>
Date:   Fri Jun 11 00:09:45 2021 +0100

ci/lava: Dump and artifact YAML again

Now it's safe to do so without leaking JWTs, dump the generated YAML to
make it easier to reproduce things.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11309>

---

 .gitlab-ci/lava/lava-submit.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/lava/lava-submit.sh b/.gitlab-ci/lava/lava-submit.sh
index 0b8b2a02794..f5fb1142284 100755
--- a/.gitlab-ci/lava/lava-submit.sh
+++ b/.gitlab-ci/lava/lava-submit.sh
@@ -20,6 +20,7 @@ ci-fairy minio login "${CI_JOB_JWT}"
 ci-fairy minio cp job-rootfs-overlay.tar.gz "minio://${JOB_ROOTFS_OVERLAY_PATH}"
 
 artifacts/lava/lava_job_submitter.py \
+	--dump-yaml \
 	--template artifacts/lava/lava.yml.jinja2 \
 	--pipeline-info "$CI_JOB_NAME: $CI_PIPELINE_URL on $CI_COMMIT_REF_NAME ${CI_NODE_INDEX}/${CI_NODE_TOTAL}" \
 	--base-system-url-prefix "https://${BASE_SYSTEM_HOST_PATH}" \



More information about the mesa-commit mailing list