From 594022db252a215c655115707eb049681347c46b Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 25 Jan 2025 11:20:33 +0100 Subject: [PATCH] [ci] Do not block CI on verilated english breakfast tests Signed-off-by: Amaury Pouly --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b41edaf0f2790..d63e52a41860d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,6 +292,11 @@ jobs: overwrite: true - name: Test run: ./ci/scripts/run-english-breakfast-verilator-tests.sh + # The patching mechanism for english breakfast is incompatible with multitop + # so this job will fail. At the same time, multitop is not advanced enough + # that we can compile those tests for EB yet. Ignore this job until we can + # fix it. + continue-on-error: true verilator_earlgrey: name: Verilated Earl Grey