1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Revert "test: Disable pci_ep test for now"

We now have a proper fix for this test, stop disabling it in CI.

This reverts commit ae8d23a668.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2019-07-17 09:58:24 -04:00
parent eb18742575
commit bf88d2b023

View File

@@ -365,13 +365,11 @@ matrix:
- name: "test/py sandbox" - name: "test/py sandbox"
env: env:
- TEST_PY_BD="sandbox" - TEST_PY_BD="sandbox"
TEST_PY_TEST_SPEC="not pci"
BUILDMAN="^sandbox$" BUILDMAN="^sandbox$"
TOOLCHAIN="i386" TOOLCHAIN="i386"
- name: "test/py sandbox with clang" - name: "test/py sandbox with clang"
env: env:
- TEST_PY_BD="sandbox" - TEST_PY_BD="sandbox"
TEST_PY_TEST_SPEC="not pci"
BUILDMAN="^sandbox$" BUILDMAN="^sandbox$"
OVERRIDE="clang-7" OVERRIDE="clang-7"
- name: "test/py sandbox_spl" - name: "test/py sandbox_spl"
@@ -384,7 +382,6 @@ matrix:
- name: "test/py sandbox_flattree" - name: "test/py sandbox_flattree"
env: env:
- TEST_PY_BD="sandbox_flattree" - TEST_PY_BD="sandbox_flattree"
TEST_PY_TEST_SPEC="not pci"
BUILDMAN="^sandbox_flattree$" BUILDMAN="^sandbox_flattree$"
TOOLCHAIN="i386" TOOLCHAIN="i386"
- name: "test/py vexpress_ca15_tc2" - name: "test/py vexpress_ca15_tc2"