ci: Delete the kernel+rootfs jobs

LAVA and baremetal now use the test-* containers as the base for their
rootfs.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34451>
This commit is contained in:
Valentine Burley
2025-04-10 10:48:15 +02:00
committed by Marge Bot
parent 13db56320b
commit 26bc35c8f9
21 changed files with 7 additions and 490 deletions
+3 -8
View File
@@ -53,16 +53,11 @@ Kconfigs location
Updating image tags
-------------------
Every kernel uprev should update 3 image tags, located at two files.
Every kernel uprev should update the following tag:
:code:`.gitlab-ci/container/gitlab-ci.yml` tag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- **KERNEL_URL** for the location of the new kernel
:code:`.gitlab-ci/image-tags.yml` tags
:code:`.gitlab-ci/image-tags.yml` tag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- **KERNEL_ROOTFS_TAG** to rebuild rootfs with the new kernel
- **DEBIAN_X86_TEST_GL_TAG** to ensure that the new rootfs is being used by the GitLab x86 jobs
- **KERNEL_TAG** to use the new kernel
Development routine
-------------------
+2 -2
View File
@@ -249,11 +249,11 @@ To integrate structured tagging for a new component (for example, ``my_component
variables:
MY_COMPONENT_TAG: "${CONDITIONAL_BUILD_MY_COMPONENT_TAG}"
- It is time to modify the job that builds the component image to include the new component tag. Let's suppose that only the ``kernel+rootfs_x86_64`` job builds the component image. We need to add the new component tag to the job as an extension:
- It is time to modify the job that builds the component image to include the new component tag. Let's suppose that only the ``debian/arm64_test-gl`` job builds the component image. We need to add the new component tag to the job as an extension:
.. code-block:: yaml
kernel+rootfs_x86_64:
debian/arm64_test-gl:
extends:
- .container-builds-my-component
- .container-builds-my-component2