Skip to content

Commit

Permalink
Remove non-combined module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Ryd committed Dec 7, 2023
1 parent bea3294 commit a9cbeb2
Showing 1 changed file with 0 additions and 162 deletions.
162 changes: 0 additions & 162 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,75 +289,6 @@ TM-vivado-hls-build:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "TM"
# FW simulation ---------------
topPRMEMC-sim:
<<: *template_topTF-sim
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "PRMEMC"
needs:
- job: download
- job: PR-vivado-hls-build
artifacts: false
- job: ME-vivado-hls-build
artifacts: false
- job: MC-vivado-hls-build
artifacts: false
topTETC-sim:
<<: *template_topTF-sim
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "TETC"
needs:
- job: download
- job: TE-vivado-hls-build
artifacts: false
- job: TC-vivado-hls-build
artifacts: false
topIRVMR-sim:
<<: *template_topTF-sim
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "IRVMR"
needs:
- job: download
- job: IR-vivado-hls-build
artifacts: false
- job: VMR-vivado-hls-build
artifacts: false
topMCTB-sim:
<<: *template_topTF-sim
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "ReducedConfig/MCTB"
needs:
- job: download
- job: MC-vivado-hls-build
artifacts: false
- job: TB-vivado-hls-build
artifacts: false
topIRtoTB-sim:
<<: *template_topTF-sim
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "ReducedConfig/IRtoTB"
needs:
- job: download
- job: IR-vivado-hls-build
artifacts: false
- job: VMR-vivado-hls-build
artifacts: false
- job: TE-vivado-hls-build
artifacts: false
- job: TC-vivado-hls-build
artifacts: false
- job: PR-vivado-hls-build
artifacts: false
- job: ME-vivado-hls-build
artifacts: false
- job: MC-vivado-hls-build
artifacts: false
- job: TB-vivado-hls-build
artifacts: false
topReducedCombined-sim:
<<: *template_topTF-sim
allow_failure: true
Expand All @@ -377,49 +308,6 @@ topReducedCombined-sim:
- job: TB-vivado-hls-build
artifacts: false
# Check FW results ---------------
topPRMEMC-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: "PRMEMC"
needs:
- download
- topPRMEMC-sim
topTETC-check-results:
<<: *template_check-results
variables:
VIVADO_VERSION: "2019.2" # Vivado not needed but it is part of the path that is called
PROJ_NAME: "TETC"
needs:
- download
- topTETC-sim
topIRVMR-check-results:
<<: *template_check-results
variables:
VIVADO_VERSION: "2019.2" # Vivado not needed but it is part of the path that is called
PROJ_NAME: "IRVMR"
needs:
- download
- topIRVMR-sim
topMCTB-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: "ReducedConfig/MCTB"
needs:
- download
- topMCTB-sim
topIRtoTB-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: "ReducedConfig/IRtoTB"
needs:
- download
- topIRtoTB-sim
topReducedCombined-check-results:
<<: *template_check-results
allow_failure: true # FIXME: remove after all errors are fixed
Expand All @@ -430,56 +318,6 @@ topReducedCombined-check-results:
- download
- topReducedCombined-sim
# FW synthesis ---------------
topPRMEMC-synth:
<<: *template_topTF-synth
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "PRMEMC"
needs:
- job: download
- job: topPRMEMC-sim
- job: topPRMEMC-check-results
artifacts: false
topTETC-synth:
<<: *template_topTF-synth
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "TETC"
needs:
- job: download
- job: topTETC-sim
- job: topTETC-check-results
artifacts: false
topIRVMR-synth:
<<: *template_topTF-synth
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "IRVMR"
needs:
- job: download
- job: topIRVMR-sim
- job: topIRVMR-check-results
artifacts: false
topMCTB-synth:
<<: *template_topTF-synth
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "ReducedConfig/MCTB"
needs:
- job: download
- job: topMCTB-sim
- job: topMCTB-check-results
artifacts: false
topIRtoTB-synth:
<<: *template_topTF-synth
variables:
VIVADO_VERSION: "2019.2"
PROJ_NAME: "ReducedConfig/IRtoTB"
needs:
- job: download
- job: topIRtoTB-sim
- job: topIRtoTB-check-results
artifacts: false
topReducedCombined-synth:
<<: *template_topTF-synth
allow_failure: true
Expand Down

0 comments on commit a9cbeb2

Please sign in to comment.