Skip to content

Commit

Permalink
disable to tinker w/ vivado
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jun 23, 2022
1 parent 1da02f6 commit b99667e
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions .ci/gitlab/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,57 +49,57 @@ build:
# Archive all build files (from .cabal and dist-newstyle)
- tar -cf - $(.ci/get_build_dist.sh) | zstd -T${THREADS} -15 > dist.tar.zst

build-clash-dev:
extends: .test-common
script:
- .ci/build_clash_dev.sh

cores:unittests:
extends: .test-common
script:
- cabal v2-run clash-cores:unittests

cosim:unittests:
extends: .test-common
script:
- cabal v2-run clash-cosim:tests

prelude:unittests:
extends: .test-common
script:
- cabal v2-run clash-prelude:unittests

lib:unittests:
extends: .test-common
script:
- cabal v2-run clash-lib:unittests

prelude:doctests:
extends: .test-common
script:
- cabal v2-run -- clash-prelude:doctests -j${THREADS}
# build-clash-dev:
# extends: .test-common
# script:
# - .ci/build_clash_dev.sh

# cores:unittests:
# extends: .test-common
# script:
# - cabal v2-run clash-cores:unittests

# cosim:unittests:
# extends: .test-common
# script:
# - cabal v2-run clash-cosim:tests

# prelude:unittests:
# extends: .test-common
# script:
# - cabal v2-run clash-prelude:unittests

# lib:unittests:
# extends: .test-common
# script:
# - cabal v2-run clash-lib:unittests

# prelude:doctests:
# extends: .test-common
# script:
# - cabal v2-run -- clash-prelude:doctests -j${THREADS}

# Tests run on local fast machines:

suite:vhdl:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .VHDL --hide-successes --no-vivado

suite:verilog:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .Verilog --hide-successes --no-vivado

suite:systemverilog:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim --no-vivado

suite:cores:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim --no-vivado
# suite:vhdl:
# extends: .test-common-local
# script:
# - cabal v2-run -- clash-testsuite -j$THREADS -p .VHDL --hide-successes --no-vivado

# suite:verilog:
# extends: .test-common-local
# script:
# - cabal v2-run -- clash-testsuite -j$THREADS -p .Verilog --hide-successes --no-vivado

# suite:systemverilog:
# extends: .test-common-local
# script:
# - cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim --no-vivado

# suite:cores:
# extends: .test-common-local
# script:
# - cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim --no-vivado

# Vivado is quite slow, so we only run a subset of the tests on development branches
# with it. The full testsuite gets run with Vivado every night on 'master'.
Expand Down

0 comments on commit b99667e

Please sign in to comment.