From cf5ba9d409bcae3496d094def5c3b199a8847b3c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 3 Mar 2020 14:38:09 -0800 Subject: ci: Make a simple little bare-metal fastboot mode for db410c. This supports powering up the device (using an external tool you provide based on your particular lab), talking over serial to wait for the fastboot prompt, and then booting a fastboot image on a target device. I was previously relying on LAVA for this, but that ran afoul of corporate policies related to the AGPL. However, LAVA wasn't doing too much for us, given that gitlab already has a job scheduler and tagging and runners. We were spending a lot of engineering on making the two systems match up, when we can just have gitlab do it directly. Lightly-reviewed-by: Kristian H. Kristensen Tested-by: Marge Bot Part-of: --- .gitlab-ci/lava-gitlab-ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to '.gitlab-ci/lava-gitlab-ci.yml') diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 3df5894d7ce..c3c37940829 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -153,22 +153,3 @@ lima-mali450-test:arm64: ENV_VARS: "DEQP_PARALLEL=6" tags: - lava-meson-gxl-s905x-libretech-cc - -.freedreno-a307-gles2: - extends: - - .lava-test:arm64 - - .freedreno-rules - variables: - DEVICE_TYPE: apq8016-sbc - GPU_VERSION: freedreno-a307 - ENV_VARS: "DEQP_PARALLEL=4" - KERNEL_IMAGE_NAME: db410c.img - BOOT_METHOD: fastboot - tags: - - lava-mesa-db410c - -.freedreno-a307-gles3: - parallel: 6 - extends: .freedreno-a307-gles2 - variables: - DEQP_VERSION: gles3 -- cgit v1.2.3