Skip to content

Commit

Permalink
ci: Clean up + disable double linting in interal ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 24, 2023
1 parent 7828bb4 commit a3aba60
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# Author: Michael Rogenmoser <[email protected]>

variables:
VSIM: 'questa-2023.4 vsim'
BENDER: 'bender'
SPYGLASS: 'spyglass-2022.06 sg_shell'
VSIM: questa-2023.4 vsim
BENDER: bender

stages:
- sources
Expand All @@ -22,10 +21,6 @@ collect-bender-sources:
paths:
- .bender/
- Bender.lock
rules:
- if: '$CI_COMMIT_REF_NAME =~ /noci$/'
when: manual
- when: always

compile-vsim:
stage: build
Expand All @@ -39,10 +34,6 @@ compile-vsim:
- scripts/
- work/
- modelsim.ini
rules:
- if: '$CI_COMMIT_REF_NAME =~ /noci$/'
when: manual
- when: always

run-vsim:
stage: run
Expand Down Expand Up @@ -91,18 +82,3 @@ morty:
- morty -f source_list.txt
needs:
- collect-bender-sources
rules:
- if: '$CI_COMMIT_REF_NAME =~ /noci$/'
when: manual
- when: always

verible-lint:
stage: build
script:
- verible-verilog-lint src/*.sv src/synth/*.sv include/floo_noc/*.svh --lint_fatal --waiver_files util/verible.waiver
needs:
- collect-bender-sources
rules:
- if: '$CI_COMMIT_REF_NAME =~ /noci$/'
when: manual
- when: always

0 comments on commit a3aba60

Please sign in to comment.