diff --git a/docs/ci/index.rst b/docs/ci/index.rst index db1124efd0f..59125aebf7e 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -15,7 +15,7 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi - Build testing for a number of build systems, configurations and platforms - Sanity checks (``meson test``) -- Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested +- Some drivers (softpipe, llvmpipe, Freedreno and panfrost) are also tested using `VK-GL-CTS `__ - Replay of application traces diff --git a/docs/ci/kernel.rst b/docs/ci/kernel.rst index 8afe3f1435a..a97e116648c 100644 --- a/docs/ci/kernel.rst +++ b/docs/ci/kernel.rst @@ -107,9 +107,9 @@ Bare-metal custom kernels Some CI jobs have support to plug in a custom kernel by simply changing a variable. This is great, since rebuilding the kernel and rootfs may takes dozens of minutes. -For example, freedreno jobs `gitlab.yml` manifest support a variable named +For example, Freedreno jobs `gitlab.yml` manifest support a variable named `BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that -kernel to boot the freedreno bare-metal devices. The same works for `BM_DTB` in +kernel to boot the Freedreno bare-metal devices. The same works for `BM_DTB` in the case of device tree binaries. Careful reading of the job logs