mesa/.gitlab-ci/common
Martin Roukala (né Peres) 37ace710fa ci/ci-tron: switch to the upstream ci-tron template
Up until now, every project using CI-Tron had to write their own job
submission flow because CI-Tron itself was not providing any official
way of interacting with it via GitLab.

This however changed, and the solution is vastly superior to what we
have been using in Mesa:

 * Ability to pass all the environment variables of the job to the DUT,
   so no need to remember to add variables in
   `export-gitlab-job-env-for-dut.sh` anymore

 * No dependency on Mesa code, which means no need to wait on
   python-artifacts and the ability to replicate a run by just copying
   the job description outputted by the job \o/

 * Ability to have as many initrd, HTTP, and TFTP artifacts as wanted

 * Ability to expose a variable through a TFTP/HTTP endpoint or as an
   initrd

 * Ability to overwrite the platform environment (machine-specific FW)

 * Ability to have as many kernel cmdline variables, all merged when
   generating the final cmdline. This makes it easy to share some
   snippets of cmdline between jobs

Transitioning from the custom to the generic template is however pretty
involved. This commit does the minimum changes needed to switch to the
new model, often simply replacing the B2C_ prefix with CI_TRON_.

Further renaming of "b2c" prefixes into "ci-tron" is left for future
commits.

Co-authored-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34795>
2025-05-07 21:02:15 +00:00
..
capture-devcoredump.sh ci/devcoredump: Use common $RESULTS_DIR 2024-09-13 10:12:09 +01:00
export-gitlab-job-env-for-dut.sh ci/ci-tron: switch to the upstream ci-tron template 2025-05-07 21:02:15 +00:00
init-stage1.sh ci: do not mount already mounted directories 2023-12-07 00:05:25 +00:00
init-stage2.sh ci: Replace HWCI_KVM with HWCI_ENABLE_X86_KVM 2025-05-07 12:13:24 +00:00
intel-gpu-freq.sh ci/intel-gpu-freq: Add Xe support 2025-02-05 14:01:03 +00:00
kdl.sh ci: Use new arguments to ci-kdl to avoid child management 2024-09-13 10:13:06 +01:00