mesa/bin/ci
Eric Engestrom 8e2ff175c6 ci/update_traces_checksum: fix regex detecting PIGLIT_REPLAY_DEVICE_NAME in job logs
`declare -x` is one way to export a variable, but there is also `export`.
LAVA uses the former, while CI-tron uses the latter.

LAVA always adds quotes, while CI-tron uses python's `shlex.quote()` [1]
which only adds the quotes when necessary, so let's make those optional
in the regex as well.

[1] https://docs.python.org/3/library/shlex.html#shlex.quote

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37215>
2025-09-08 13:39:39 +00:00
..
test
.gitignore
ci_gantt_chart.py
ci_gantt_chart.sh
ci_post_gantt.py
ci_post_gantt.sh
ci_run_n_monitor.py
ci_run_n_monitor.sh
custom_logger.py
download_gl_schema.sh
gitlab_common.py
gitlab_gql.py
gitlab_gql.sh
job_details.gql
marge_queue.py
marge_queue.sh
nightly_compare.py
nightly_compare.sh
pipeline_details.gql
pipeline_message.py
pipeline_message.sh
pipeline_utils.gql
requirements-lava.txt
requirements.txt
structured_logger.py
update_tag.py
update_traces_checksum.py
update_traces_checksum.sh