Skip to content

Commit 426a70f

Browse files
authored
Merge pull request #589 from ucb-bar/remove-midasexamples
Remove midasexamples
2 parents 077f25d + 5c3a7c1 commit 426a70f

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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:

.circleci/run-midasexamples-tests.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)