Commit Graph

31 Commits

Author SHA1 Message Date
Jerry Zhao
88fe297d95 Move EXTRA_SIM_FLAGS to defaults.sh in CI 2023-02-22 09:53:22 -08:00
Jerry Zhao
154c31677c Consolidate mmio-accelerator test configs into a single config 2023-02-22 00:21:44 -08:00
Jerry Zhao
a4827b0749 Consolidate peripheral device testing configs into a single ManyPeripheralsConfig 2023-02-22 00:21:44 -08:00
Jerry Zhao
a83a0d2c68 Fix socket name length issues on CI 2023-02-21 14:10:55 -08:00
Jerry Zhao
089dbc1fb6 Merge pull request #1323 from ucb-bar/spikecosim
Add support for cosimulation with Spike
2023-02-15 15:29:47 -08:00
Jerry Zhao
0cc583e67a Add no-cores config to CI 2023-02-13 18:48:09 -08:00
Jerry Zhao
c505f3011f Improve spiketile performance for CI 2023-02-04 16:17:53 -08:00
Jerry Zhao
48e2ec6cc9 Switch chipyard-boom CI to also test spike-cosim 2023-02-04 11:28:23 -08:00
Jerry Zhao
d0b8586832 Add cloneboom to CI 2023-02-02 12:57:14 -08:00
Jerry Zhao
e732fdf130 Merge pull request #1307 from ucb-bar/spiketile
Spike-as-a-Tile
2023-02-01 23:05:30 -08:00
Jerry Zhao
c8867becee Remove firesim-multiclock-tests
These had not been doing anything useful for a while, the default design is now multiclock
2023-01-31 09:48:19 -08:00
Jerry Zhao
15c9207aec Add tests for spike tile 2023-01-17 10:55:20 -08:00
Lori Li
5c55614115 update CI list 2022-12-14 14:03:44 +09:00
Lori Li
0b58274b22 Added CI checks 2022-12-13 17:41:59 +09:00
joonho hwangbo
33f5040b5d Integrate Mempress memory tester (#1253) 2022-10-17 18:41:39 -07:00
Jerry Zhao
d554c280e1 Add CI tests for constellation 2022-09-26 14:25:43 -07:00
abejgonzalez
1de35a6af4 Use conda + Update initial setup docs 2022-08-23 00:44:21 +00:00
abejgonzalez
47485966d0 Fix branch name in CI 2022-02-15 22:25:45 -08:00
Animesh Agrawal
dba2a584f2 Move fft to group-accel 2022-01-25 04:24:13 -08:00
Animesh Agrawal
6ef6c20a77 Add fftgenerator to group-cores 2022-01-25 02:29:58 -08:00
Animesh Agrawal
2e2362682a Add fftgenerator's config to github actions mapping in default.sh 2022-01-24 22:30:17 -08:00
abejgonzalez
51480d7412 Add GH-A test 2021-12-02 20:36:54 -08:00
Ella Schwarz
94ae7af007 Add Ibex to GHA 2021-11-21 19:27:38 -08:00
Ella Schwarz
b6741b052a Revert everything to most recent dev commit 2021-11-21 19:27:38 -08:00
abejgonzalez
797f85c8af Mockup self-hosted runners + Bugfix run-tests by init-submods 2021-11-21 19:27:38 -08:00
chick
60ba6357a0 Move Chipyard CI to Github Actions
- As similar as possible to the circle ci code.
- The `.github/README.md` file has a fair amount of documentation for this.
- Creates a worfklow file
  - re-uses most of the circleci/scipts unchanged
  - defines a number of *Composite Actions* which are like YML subroutines
- Removes the circle-ci code
- Points the CI badge in the top level README to use the GA test result
2021-11-21 19:27:38 -08:00
abejgonzalez
43430cb8bc Retry 2021-10-08 13:56:07 -07:00
abejgonzalez
b9401dbc4b Mockup self-hosted runners + Bugfix run-tests by init-submods 2021-10-08 13:43:27 -07:00
abejgonzalez
f4b88ac913 Slightly more robust run_script function 2021-10-07 23:12:05 -07:00
chick
f3f4b19fde Per changes requested
- build-extra-tests composite-action comment changed to Builds extra test required for FireSim tests
- removed unneeded inputs tools-version and group-key from run-tests composite action
- Added better comment to toolchain-build composite action
- Change CI_MAKE_NPROC back to 8 in defaults.sh
- Moved all the duplicated enviroment setting stuff in workflow file to the top
  - BUILDSERVER, BUILDUSER, CI_DIR, SERVER, and JVM_OPTS
- Romoved all the not needed passed parameters in the calls to run-script
- A bit of cleanup to .github/README.md
  - added link to SO `if` hack
  - cleaned up comments on CI_DIR
  - removed bad empty final bullet line
2021-10-04 13:18:02 -07:00
chick
1a631e22ff Move Chipyard CI to Github Actions
- As similar as possible to the circle ci code.
- The `.github/README.md` file has a fair amount of documentation for this.
- Creates a worfklow file
  - re-uses most of the circleci/scipts unchanged
  - defines a number of *Composite Actions* which are like YML subroutines
- Removes the circle-ci code
- Points the CI badge in the top level README to use the GA test result
2021-10-01 14:31:02 -07:00