summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-21 04:05:47 +0300
committerTom Rini <trini@konsulko.com>2021-04-10 15:00:12 +0300
commitc6c26a05b89f25a06e7562f8c2071b60fd0c9eac (patch)
tree5796d063e28411ef0f4819a1d83acbd3574ebb3f /.gitlab-ci.yml
parent4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (diff)
downloadu-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.tar.xz
arm: Remove vexpress_ca15_tc2 board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28f72ab639..51bd64308a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -206,18 +206,6 @@ sandbox_flattree test.py:
TEST_PY_BD: "sandbox_flattree"
<<: *buildman_and_testpy_dfn
-vexpress_ca15_tc2 test.py:
- variables:
- TEST_PY_BD: "vexpress_ca15_tc2"
- TEST_PY_ID: "--id qemu"
- <<: *buildman_and_testpy_dfn
-
-vexpress_ca9x4 test.py:
- variables:
- TEST_PY_BD: "vexpress_ca9x4"
- TEST_PY_ID: "--id qemu"
- <<: *buildman_and_testpy_dfn
-
integratorcp_cm926ejs test.py:
variables:
TEST_PY_BD: "integratorcp_cm926ejs"