Lines Matching +full:x86_test +full:- +full:base
7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
18 as the base for newer kernels.
20 So, one should base the kernel uprev from the last tag used in the Mesa CI,
21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
31 the script located at `.gitlab-ci/container/build-kernel.sh`.
36 When a Kernel uprev happens, it is worth compiling and cross-compiling the
44 +------------+--------------------------------------------+-------------------------------------+
47 | arm | .gitlab-ci/container/arm.config | arch/arm/configs/multi_v7_defconfig |
48 +------------+--------------------------------------------+-------------------------------------+
49 | arm64 | .gitlab-ci/container/arm64.config | arch/arm64/configs/defconfig |
50 +------------+--------------------------------------------+-------------------------------------+
51 | x86-64 | .gitlab-ci/container/x86_64.config | arch/x86/configs/x86_64_defconfig |
52 +------------+--------------------------------------------+-------------------------------------+
55 -------------------
59 :code:`.gitlab-ci/container/gitlab-ci.yml` tag
61 - **KERNEL_URL** for the location of the new kernel
63 :code:`.gitlab-ci/image-tags.yml` tags
65 - **KERNEL_ROOTFS_TAG** to rebuild rootfs with the new kernel
66 - **DEBIAN_X86_TEST_GL_TAG** to ensure that the new rootfs is being used by the Gitlab x86 jobs
69 -------------------
75 5. Hack `build-kernel.sh` script to clone kernel from your development branch
83 2. Update KERNEL_URL `debian/x86_test-gl` job definition
87 ---------------
95 Step-by-step
104 Bare-metal custom kernels
111 `BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that
112 kernel to boot the freedreno bare-metal devices. The same works for `BM_DTB` in