]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Gitlab: Drop vexpress_fvp from tests
authorTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 17:34:57 +0000 (11:34 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 17:34:57 +0000 (11:34 -0600)
Now that we have a test for QEMU using transfer list from the previous
stage, there are two platforms testing this particular infrastructure. A
problem with the vexpress_fvp platform emulation in Gitlab is that we
often run it on hosts that are fast enough that we run in to a race
condition when trying to acquire the console and the test fails. Remove
both vexpress_fvp tests from Gitlab (they can remain in Azure) to remove
these spurious failures.

Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml

index a585ece8a0f946cf594d448b17e559ebac66f3c5..56fcc77f7bfd48af06d3316c11240a38c1fcecc5 100644 (file)
@@ -551,22 +551,6 @@ sifive_unleashed_spi-nor test.py:
     TEST_PY_ID: "--id spi-nor_qemu"
   <<: *buildman_and_testpy_dfn
 
-vexpress_fvp test.py:
-  variables:
-    TEST_PY_BD: "vexpress_fvp"
-    TEST_PY_TEST_SPEC: "not sleep and not hostfs"
-  tags:
-    - ${DEFAULT_AMD64_TAG}
-  <<: *buildman_and_testpy_dfn
-
-vexpress_fvp_bloblist test.py:
-  variables:
-    TEST_PY_BD: "vexpress_fvp_bloblist"
-    TEST_PY_TEST_SPEC: "not sleep and not hostfs"
-  tags:
-    - ${DEFAULT_AMD64_TAG}
-  <<: *buildman_and_testpy_dfn
-
 xilinx_mbv32 test.py:
   variables:
     TEST_PY_BD: "xilinx_mbv32"