Skip to content

Commit

Permalink
don't allow CI to fail for TM to avoid future bugs...
Browse files Browse the repository at this point in the history
  • Loading branch information
meisonlikesicecream committed Nov 1, 2023
1 parent 364ca1d commit f77a500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ TB-vivado-hls-build:
TM-vivado-hls-build:
<<: *template_hls-build
needs: ["download", "TM-quality-check"]
allow_failure: true # remove after regenerating test vectors
allow_failure: true # FIXME: testbench currently always passes
variables:
EXECUTABLE: 'vivado_hls'
VIVADO_VERSION: "2019.2"
Expand Down

0 comments on commit f77a500

Please sign in to comment.