mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Remove use of `eval` when writing `dut-job-env-vars.sh`, as it's unnecessary. The script only needs to declare variables, not evaluate them. Using `eval` introduces parsing issues when variables contain both single and double quotes, such as in commit titles. Example: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/77995175#L3188 This job failed to parse `CI_COMMIT_TITLE` and `CI_MERGE_REQUEST_TITLE` correctly due to mixed quoting in: Revert "ci: disable Collabora's farm due to maintenance" Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35421> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| console_format.py | ||
| constants.py | ||
| gitlab_section.py | ||
| lava_farm.py | ||
| lava_job.py | ||
| lava_job_definition.py | ||
| lava_log_hints.py | ||
| lava_proxy.py | ||
| log_follower.py | ||
| log_section.py | ||
| ssh_job_definition.py | ||
| uart_job_definition.py | ||