File tree Expand file tree Collapse file tree 3 files changed +1
-64
lines changed
Expand file tree Collapse file tree 3 files changed +1
-64
lines changed Original file line number Diff line number Diff line change @@ -379,14 +379,6 @@ jobs:
379379 project-key : " firesim-multiclock"
380380 run-script : " run-firesim-scala-tests.sh"
381381 timeout : " 20m"
382- midasexamples-run-tests :
383- executor : main-env
384- steps :
385- - setup-tools
386- - run :
387- name : Run midasexamples tests
388- command : .circleci/run-midasexamples-tests.sh
389- no_output_timeout : 20m
390382 chipyard-ariane-run-tests :
391383 executor : main-env
392384 steps :
@@ -541,11 +533,6 @@ workflows:
541533
542534 # Run the respective tests
543535
544- # Run midasexamples test
545- - midasexamples-run-tests :
546- requires :
547- - install-riscv-toolchain
548-
549536 # Run the example tests
550537 - chipyard-rocket-run-tests :
551538 requires :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ A more detailed account of everything included is included in the dev to master
5858* N/A
5959
6060### Removed
61- * N/A
61+ * Removed MIDAS examples CI (until a better solution that is faster is found) ( # 589 )
6262
6363
6464## [ 1.2.0] - 2020-03-14
You can’t perform that action at this time.
0 commit comments