mesa/.gitlab-ci
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
..
bare-metal ci/baremetal: Remove legacy support for unused devices 2025-04-28 20:08:32 +00:00
build ci: Drop obsolete -Wno-error= stanzas 2025-05-05 08:02:11 +00:00
common ci/ci-tron: switch to the upstream ci-tron template 2025-05-07 21:02:15 +00:00
container Uprev ANGLE to 3540a326ec8497700523eb2d3eca90ae21806e8e 2025-05-07 12:13:24 +00:00
firmware intel/ci: Update GuC firmware for ADL-S and ADL-N 2025-02-21 14:52:56 +00:00
fossils ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
lava ci/test: Move and rename .lava-fluster to .test-fluster 2025-05-03 15:38:32 +02:00
meson delete clover 2025-04-16 10:01:44 -04:00
piglit ci: replace s3_upload wrapper with ci-fairy s3cp 2025-04-22 11:17:16 +00:00
test ci/ci-tron: switch to the upstream ci-tron template 2025-05-07 21:02:15 +00:00
tests ci/lava: Merge and deduplicate log sections 2025-04-16 21:34:35 +00:00
windows delete clover 2025-04-16 10:01:44 -04:00
.flake8 ci: update_traces_checksum: fix E501 line too long 2024-12-23 20:47:16 +00:00
all-skips.txt ci/piglit: Consolidate identical skip lists for X11 and gbm 2025-04-11 07:05:06 +00:00
android-cts-runner.sh ci/android: Remove redundant android-tools folder 2025-04-28 20:08:32 +00:00
android-deqp-runner.sh ci/android: check for ANGLE_TAG in android-deqp-runner.sh 2025-03-26 17:25:56 +00:00
android-runner.sh ci/android: Remove platform-tools from test-android container 2025-04-05 09:28:21 +00:00
angle-skips.txt ci: Add global ANGLE skips for its waiver 2024-10-18 20:39:33 +00:00
bin ci: move the CI handling scripts into bin/ci 2022-12-19 16:36:19 +01:00
conditional-build-image-tags.yml Uprev ANGLE to 3540a326ec8497700523eb2d3eca90ae21806e8e 2025-05-07 12:13:24 +00:00
create-llvm-meson-wrap-file.sh ci/android: build llvmpipe driver for Android by forcing llvm fallback 2025-01-02 19:31:41 +00:00
cross-xfail-ppc64el ci: update xfails for ppc64le and s390x 2021-03-23 14:01:49 +00:00
cross-xfail-s390x llvmpipe: Use lp_build_round_arch on IBM Z (s390x) 2021-11-23 17:49:02 +00:00
crosvm-init.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
crosvm-runner.sh ci: Don't include the kernel in test-base image 2025-05-07 12:13:24 +00:00
cuttlefish-runner.sh ci/android: only use custom kernel for venus GPU_MODEs 2025-04-17 11:07:17 +00:00
deqp-runner.sh ci/piglit: Use structured tagging for Piglit 2025-04-17 09:22:39 +00:00
docs docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci. 2020-07-08 20:13:11 +00:00
download-git-cache.sh ci: use curl instead of wget in download-git-cache.sh 2025-04-24 10:36:00 +00:00
farm-rules.yml ci: document who are the farm admins 2025-03-26 19:47:09 +00:00
fluster-runner.sh ci/fluster: Use structured tagging for Fluster 2025-05-03 15:38:59 +02:00
fossilize-runner.sh ci: prune dri from LD_LIBRARY_PATH 2024-07-24 15:53:12 +00:00
fossils.yml gitlab-ci: add parallel-rdp fossils 2020-06-25 08:03:09 +02:00
gtest-runner.sh ci/va: Add /va/bin to PATH for test-video container 2025-04-28 20:08:32 +00:00
image-tags.yml Uprev ANGLE to 3540a326ec8497700523eb2d3eca90ae21806e8e 2025-05-07 12:13:24 +00:00
prepare-artifacts-python.sh ci/ci-tron: switch to the upstream ci-tron template 2025-05-07 21:02:15 +00:00
prepare-artifacts.sh ci/fluster: Move the fluster-runner.sh script 2025-05-03 15:38:32 +02:00
report-flakes.py ci: Add known-flake handling for the IRC flake reports 2021-06-01 20:31:00 +00:00
run-pytest.sh ci: set python version 3.11 for run-pytest.sh 2024-12-23 20:47:16 +00:00
run-shader-db.sh ci: Make section emission really quiet 2024-10-20 11:32:43 +01:00
run-shellcheck.sh ci: move shellcheck options to .shellcheckrc 2024-10-24 22:43:03 +00:00
run-yamllint.sh ci: Crank up the yamllint line length limit. 2023-04-20 02:22:41 +00:00
setup-test-env.sh ci: replace s3_upload wrapper with ci-fairy s3cp 2025-04-22 11:17:16 +00:00
test-source-dep.yml ci: drop tracking of removed folder 2025-05-01 22:15:57 +02:00
vkd3d-runner.sh ci/vkd3d: stop supressing vulkaninfo errors 2025-05-07 21:02:15 +00:00