Skip to content

Commit

Permalink
Split machine os regression in two smaller parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Apr 21, 2019
1 parent 14efe6f commit 633e057
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
name: Machine OS
script:
- make regression_random_machine_os -C scripts/regression
- <<: *test
stage: Test
name: Machine OS
script:
- make regression_random_machine_os -C scripts/regression
- <<: *test
stage: Test
name: Mixed
Expand Down
1 change: 1 addition & 0 deletions scripts/regression/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
verilator*
verilator
!verilator.mk
2 changes: 1 addition & 1 deletion scripts/regression/regression.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regression_random_linux:

regression_random_machine_os:
cd ../..
export VEXRISCV_REGRESSION_CONFIG_COUNT=25
export VEXRISCV_REGRESSION_CONFIG_COUNT=15
export VEXRISCV_REGRESSION_CONFIG_LINUX_RATE=0.0
export VEXRISCV_REGRESSION_CONFIG_MACHINE_OS_RATE=1.0
export VEXRISCV_REGRESSION_FREERTOS_COUNT=1
Expand Down

0 comments on commit 633e057

Please sign in to comment.