Module: Mesa Branch: main Commit: cad794594b925aaf35b4c623070649916d65b27e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cad794594b925aaf35b4c623070649916d65b27e
Author: David Heidelberg <[email protected]> Date: Fri Apr 14 01:12:45 2023 +0200 ci/freedreno: do not restrict to 2 cpus on a530 Not needed for modern kernels (6.3+ for sure). Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22255> --- src/freedreno/ci/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 4191ef5bdf6..cfe8d8aae6f 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -88,7 +88,6 @@ a306-traces: - .google-freedreno-test variables: BM_KERNEL: /baremetal-files/Image.gz - BM_KERNEL_EXTRA_ARGS: maxcpus=2 BM_DTB: /baremetal-files/apq8096-db820c.dtb GPU_VERSION: freedreno-a530 tags:
