mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
ci/ci-tron: print all the variables
This makes it easier to debug inheritance issues like the one fixed earlier in this series, and makes it easier to reproduce a job without needing more than looking at the job log. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34795>
This commit is contained in:
parent
f4d2b2a060
commit
a8e282b0c0
1 changed files with 5 additions and 0 deletions
|
|
@ -435,6 +435,11 @@ yaml-toml-shell-py-test:
|
|||
# Open a section that will be closed by b2c
|
||||
echo -e "\n\e[0Ksection_start:`date +%s`:b2c_kernel_boot[collapsed=true]\r\e[0K\e[0;36m[$(cut -d ' ' -f1 /proc/uptime)]: Submitting the CI-tron job and booting the DUT\e[0m\n"
|
||||
|
||||
# Print all the variables, for debugging and for easier reproducibility.
|
||||
# Note: a better solution will be implemented soon, but this is enough
|
||||
# for now.
|
||||
printenv
|
||||
|
||||
# Anything our job places in results/ will be collected by the
|
||||
# Gitlab coordinator for status presentation. results/junit.xml
|
||||
# will be parsed by the UI for more detailed explanations of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue