From 6dc7cd6e2f1eba531b71da403e5b2e7764d39b1d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Jun 2026 10:55:09 -0600 Subject: [PATCH] CI: Sage: Pin to labgrid 25.0.1 With the recent release of labgrid 26.0, we need to pin to 25.0.1 for the Sage lab until everything can be upgraded. Signed-off-by: Tom Rini --- .gitlab-ci-sage-lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-sage-lab.yml b/.gitlab-ci-sage-lab.yml index 176d281868b..e2f36848604 100644 --- a/.gitlab-ci-sage-lab.yml +++ b/.gitlab-ci-sage-lab.yml @@ -26,7 +26,7 @@ . /tmp/venv/bin/activate; pip install -r test/py/requirements.txt -r tools/binman/requirements.txt -r tools/buildman/requirements.txt -r tools/u_boot_pylib/requirements.txt - labgrid setuptools + labgrid==25.0.1 setuptools # Acquire and turn on the exporter. - labgrid-client reserve --wait board=${LABGRID_EXPORTER} && labgrid-client -p ${LABGRID_EXPORTER} acquire &&