diff options
author | Tom Rini <trini@konsulko.com> | 2025-04-09 18:31:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-09 18:34:08 -0600 |
commit | 8a2cf6307a2ccc09c39dde486b6d9375b78c82c2 (patch) | |
tree | 0d762382d5947227cb150491e3aed7114a240ca1 | |
parent | 1f0281294d8bb1857076d27fd491c70c9808e474 (diff) |
CI: Disable evb-ast2600
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@konsulko.com>
-rw-r--r-- | .azure-pipelines.yml | 4 | ||||
-rw-r--r-- | .gitlab-ci.yml | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index d5cfa59a8a6..7a33d403a77 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 0f27e67abb9..42ec28a9ad8 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} |