Skip to content

Commit

Permalink
ci: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 18, 2024
1 parent 7a44afa commit 1c6e1a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@ run-traffic:
- collect-bender-sources
- install-floogen
script:
- ls -al .venv
- ls -al .venv/bin
- source .venv/bin/activate
# - which floogen
- which python
- echo $PATH
- .venv/bin/floogen --help
- python floogen --help
- floogen -c floogen/examples/${DUT}_${ROUTE_ALGO}.yml -o generated --no-format
- make compile-sim EXTRA_BENDER_FLAGS="-t ${DUT}"
- make jobs
Expand Down

0 comments on commit 1c6e1a4

Please sign in to comment.