[PATCH] CI: Disable evb-ast2600
Tom Rini
trini at konsulko.com
Thu Apr 10 02:31:21 CEST 2025
Currently, this platform is failing in CI due to seemingly platform
specific reasons. For now, remove it from CI until the maintainers have
a chance to look in to it.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
While it's poor form to apply changes quickly after posting, this has
been reported by 3 separate custodians having CI fail due to this change
being triggered in their tree. I will be applying this shortly to
unblock others.
Cc: Eugen Hristev <eugen.hristev at linaro.org>
Cc: Kever Yang <kever.yang at rock-chips.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Ryan Chen <ryan_chen at aspeedtech.com>
Cc: Chia-Wei Wang <chiawei_wang at aspeedtech.com>
Cc: Aspeed BMC SW team <BMC-SW at aspeedtech.com>
Cc: Joel Stanley <joel at jms.id.au>
---
.azure-pipelines.yml | 4 ----
.gitlab-ci.yml | 7 -------
2 files changed, 11 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d5cfa59a8a61..7a33d403a77c 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -420,10 +420,6 @@ stages:
TEST_PY_BD: "evb-ast2500"
TEST_PY_ID: "--id qemu"
TEST_PY_TEST_SPEC: "not sleep"
- evb_ast2600:
- TEST_PY_BD: "evb-ast2600"
- TEST_PY_ID: "--id qemu"
- TEST_PY_TEST_SPEC: "not sleep"
vexpress_ca9x4:
TEST_PY_BD: "vexpress_ca9x4"
TEST_PY_ID: "--id qemu"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f27e67abb99..42ec28a9ad8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,13 +328,6 @@ evb-ast2500 test.py:
TEST_PY_ID: "--id qemu"
<<: *buildman_and_testpy_dfn
-evb-ast2600 test.py:
- variables:
- TEST_PY_BD: "evb-ast2600"
- TEST_PY_TEST_SPEC: "not sleep"
- TEST_PY_ID: "--id qemu"
- <<: *buildman_and_testpy_dfn
-
sandbox_flattree test.py:
tags:
- ${DEFAULT_AMD64_TAG}
--
2.43.0
More information about the U-Boot
mailing list