Commit Graph

37 Commits

Author SHA1 Message Date
abejgonzalez
ff0eae287d Update check-commit.sh in CI to properly checkout remote branches 2022-02-15 23:27:34 -08:00
abejgonzalez
2a4877f821 Add main for FireSim 2022-02-15 22:44:18 -08:00
abejgonzalez
8fabc737f8 Merge remote-tracking branch 'origin/dev' into prep-for-main 2022-02-15 22:43:18 -08:00
abejgonzalez
47485966d0 Fix branch name in CI 2022-02-15 22:25:45 -08:00
abejgonzalez
4c1d860d22 Update check commit w/ GH-A env + unshallow fetch 2022-02-15 16:31:52 -08:00
Jerry Zhao
349664d9e3 Switch to shallow clone for all submodules 2022-02-15 16:31:52 -08:00
abejgonzalez
8eb07b193b Prep for main as development branch 2022-02-14 20:19:48 -08:00
abejgonzalez
0b27c9f37e Fix CI for --skip-validate in init-submodules 2022-02-11 19:49:09 +00: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
Animesh Agrawal
f728a393ba Add fft generator to CI 2022-01-24 16:14:00 -08:00
Jerry Zhao
21f3865ec6 Remove firrtl-interpreter and treadle from GH actions check-commit script 2021-12-14 17:29:40 -08:00
abejgonzalez
51480d7412 Add GH-A test 2021-12-02 20:36:54 -08:00
Ella Schwarz
ab520e4c56 Add main to list of checked generator branch names [ci skip] 2021-11-21 19:30:27 -08:00
Ella Schwarz
086cc1f74f Address PR comments for Ibex 2021-11-21 19:27:38 -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
2e86495e80 Force removal of toolchain files after build 2021-10-25 22:30:22 -07:00
abejgonzalez
b7fd1ffae2 Add bypass to ignore simulator dependency 2021-10-18 10:33:49 -07:00
Abraham Gonzalez
2fb3dc7c42 Small cleanup on README.md/comments [ci skip]
Co-authored-by: Jerry Zhao <jerryz123@berkeley.edu>
2021-10-13 23:13:52 -07:00
abejgonzalez
748c973d44 Clean extra disk space after build toolchains 2021-10-11 09:49:27 -07:00
abejgonzalez
78e733b992 Build both toolchains in 1 job + Rename toolchain build job 2021-10-09 19:36:35 -07:00
abejgonzalez
20ebcc9f1b Fix run-tests to use prep-rtl action + Fix Gemmini software build 2021-10-09 10:35:47 -07:00
abejgonzalez
379ad3a73c Forgot to remove clean in one place 2021-10-08 21:08:39 -07:00
abejgonzalez
51bc3ad7bb Fix setting JAVA/SBT make variables + Use run-binary-fast in run-tests 2021-10-08 15:41:26 -07:00
abejgonzalez
ca4e9563b9 Clearer script naming | Renable all CI 2021-10-08 14:15:46 -07: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
c776ebf970 Try to search/add hash files into GH-workspace 2021-10-07 23:33:18 -07:00
abejgonzalez
f4b88ac913 Slightly more robust run_script function 2021-10-07 23:12:05 -07:00
abejgonzalez
26d1731bd9 Move RISCV env. var. setting interal to scripts 2021-10-07 19:42:50 -07:00
chick
4cbdd9bb26 - remove unused GA build-extra-tests/action.yml
- cleanup exports in CA
  - remove exports from build-extra-tests CA
  - put exports in build-extra-tests.sh
    - based it on $GITHUB_WORKSPACE
  - changed exports in run-tests CA to use $GITHUB_WORKSPACE
- in common.mk
  - removed TODO comment lines where `$(sim)` had been removed
  - removed commented out lines that used `$(sim)`
- removed unused debugging script1.sh
2021-10-06 11:57:58 -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