Commit Graph

176 Commits

Author SHA1 Message Date
Hansung Kim
157a17da0b Use existing ssh-agent instead of spinning up new
Since we're working with multiple private repos, and each of them need new
private deploy keys, just use the existing ssh-agent running on the server (that
should have the keys readily added manually) instead of dealing with keys using
secrets ourselves.
2024-03-22 20:29:34 -07:00
Hansung Kim
4821fb397c [ci] Disable weekly chipyard-full-flow 2024-02-27 19:07:41 -08:00
Richard Yan
fd5fa7b6e1 Merge branch 'main' of https://github.com/ucb-bar/chipyard into graphics 2024-02-02 16:28:55 -08:00
Hansung Kim
b9fb359aab Fix wrong project key for fuzzer config 2024-01-31 09:52:29 -08:00
Hansung Kim
98a6daa93e Add RadianceFuzzerConfig to CI 2024-01-30 14:44:34 -08:00
Hansung Kim
25851bc2fe Left out something 2024-01-30 14:42:06 -08:00
Hansung Kim
5235ae83bf Re-enable checkout reset on jobs
That was a bad idea (especially when you have multiple runners on the
same machine)
2024-01-30 14:04:49 -08:00
Hansung Kim
88d75df2c0 Comment out delete old checkout in run-test jobs
Assume we're not running multiple commits on the same machine at any
given time.
2024-01-30 13:45:03 -08:00
Hansung Kim
458240795e Re-enable chipyard-coalescer 2024-01-26 00:11:41 -08:00
Hansung Kim
1c251bcba0 Rename vortex->radiance; disable MemtraceCoreConfig 2024-01-25 23:07:56 -08:00
Hansung Kim
75b428423e Remove setup-repo, don't set custom REMOTE_WORK_DIR 2024-01-25 22:01:51 -08:00
Hansung Kim
43d9ebb43a Run ci on graphics-ci 2024-01-25 17:54:07 -08:00
joonho.whangbo
be35a3fb14 Remove flags from CI 2024-01-21 17:38:19 -08:00
Hansung Kim
bf84580010 Merge remote-tracking branch 'upstream/main' into graphics 2024-01-16 22:39:37 -08:00
Jerry Zhao
fdeede7b0b Add tests for symmetric rocket chiplet config 2023-12-26 12:55:32 -08:00
abejgonzalez
551c096bc9 Fix CIRCT installer path | Run CRON every 15m 2023-12-07 11:00:59 -08:00
abejgonzalez
d2b3181e48 Update CI to install circt | Update every day 2023-11-30 16:09:42 -08:00
abejgonzalez
b9e504411a Install CIRCT outside of conda (add CI to auto-update) 2023-11-30 15:47:14 -08:00
Nayiri
842c9f01a7 bumping sky130 pdk to fix VLSI tutorial 2023-11-14 09:56:24 -08:00
abejgonzalez
ddaf0000b4 Update to use the new CI machines 2023-11-05 16:59:50 -08:00
Hansung Kim
d65720c135 [ci] Test with vcs 2023-10-23 11:05:25 -07:00
Hansung Kim
3290f06c95 [ci] Revert back to local-only; disable gpu-flow 2023-10-23 11:03:42 -07:00
Hansung Kim
2ef343e75d [ci] Attempt cd'ing in a step 2023-10-23 00:04:58 -07:00
Hansung Kim
a0e0a45a89 [ci] Experiment with working-directory 2023-10-23 00:02:01 -07:00
Hansung Kim
8226e4f6f7 [ci] Add remote repo copy step; put REMOTE_WORK_DIR in env 2023-10-22 20:59:11 -07:00
Hansung Kim
757b5d7d32 [ci] Add ssh key in chipyard-gpu-flow 2023-10-22 19:43:36 -07:00
Hansung Kim
0fb28faaa5 [ci] Add chipyard-gpu-flow based off of chipyard-full-flow
This is supposed to be a much more minimal workflow.
2023-10-22 15:45:48 -07:00
Hansung Kim
34bfdd547e [ci] Set up ssh-agent only once during create-conda-env 2023-10-17 15:18:33 -07:00
Hansung Kim
6864f40534 [ci] Set SSH_AUTH_SOCK for ssh-agent 2023-10-17 14:41:25 -07:00
Hansung Kim
d66e903d97 [ci] Run ssh-agent manually 2023-10-17 14:19:31 -07:00
Hansung Kim
306fdd971c [ci] Use ssh-agent for all tests 2023-10-17 13:16:16 -07:00
Hansung Kim
f71b0144ec Move args/op bin directory to sims/
This is to help ci find the binaries correctly for both vcs and verilator.
2023-10-17 12:33:37 -07:00
Hansung Kim
9d0d3d665e [ci] Use webfactory/ssh-agent 2023-10-17 12:12:53 -07:00
Hansung Kim
3bd68911c3 [ci] Trim down gpu ci to the minimum 2023-10-17 11:03:36 -07:00
Hansung Kim
847b753358 [ci] Add action to copy gpu args/op binaries 2023-10-17 11:01:29 -07:00
Hansung Kim
fd14987ccd [ci] Add chipyard-coalescer-run-tests; fix needs field 2023-10-17 01:13:48 -07:00
Hansung Kim
0860400b63 [ci] Add back prepare-chipyard-other 2023-10-17 00:21:46 -07:00
Hansung Kim
7cdf7ba4fc [ci] Comment out chipyard-spike-gemmini-run-tests 2023-10-17 00:19:47 -07:00
Hansung Kim
c5a3e6472b [ci] Add missing prepare step for gpu; trim other prepares 2023-10-17 00:18:38 -07:00
Hansung Kim
7870af3b8e [ci] Add group/key/tests for vortex and coalescer; slim down gpu ci 2023-10-17 00:07:59 -07:00
Hansung Kim
b15765184e [ci] Trim down chipyard-ci-gpu 2023-10-05 14:24:34 -07:00
Hansung Kim
debdd35b13 [ci] Fix commit-on-master-check to find rocket-chip on graphics
... and remove prepare-chipyard-fpga.
2023-10-04 20:31:39 -07:00
Hansung Kim
24433584ae [ci] Disable FPGA tests 2023-10-04 20:02:14 -07:00
Hansung Kim
e67537d689 [ci] Resurrect create-conda-env, change all to self-hosted 2023-10-04 17:23:50 -07:00
Hansung Kim
7a65813259 [ci] Create ci-gpu for every push on graphics 2023-10-04 16:52:27 -07:00
Hansung Kim
d6be26ed42 [ci] Revert running ci-process on every push 2023-10-04 16:52:02 -07:00
Hansung Kim
2598a96187 [ci] Run ci-process on every push to graphics 2023-10-04 16:41:17 -07:00
abejgonzalez
6fab524b20 Bump 2023-09-08 15:13:52 -07:00
abejgonzalez
df598c6b80 Run all CI locally 2023-09-08 15:07:32 -07:00
Nayiri K
70acacff28 removed VLSI PnR part of CI flow 2023-08-30 10:54:25 -07:00