Skip to content

Commit

Permalink
Removed unnecessary allow_failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Feb 21, 2022
1 parent 6e3c346 commit 587734b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ MC-vivado-hls-build:
PROJ_NAME: "MC"
MP-vivado-hls-build:
<<: *template_hls-build
allow_failure: true
needs: ["download", "MP-quality-check"]
variables:
EXECUTABLE: 'vivado_hls'
Expand Down Expand Up @@ -357,7 +356,6 @@ topPRMEMC-check-results:
- topPRMEMC-sim
topTETC-check-results:
<<: *template_check-results
allow_failure: true # FIXME: remove after all errors are fixed
variables:
VIVADO_VERSION: "2019.2" # Vivado not needed but it is part of the path that is called
PROJ_NAME: "TETC"
Expand Down

0 comments on commit 587734b

Please sign in to comment.