Skip to content

Commit

Permalink
Remove PDKs from tools/test_everything.py.
Browse files Browse the repository at this point in the history
Testing the theory that the PDKs are quite large and might be running
the CI out of disk space.

Signed-off-by: Tim Ansell <[email protected]>
  • Loading branch information
mithro committed Dec 21, 2023
1 parent b47d59d commit 35b2cb8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/test_everything.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
'@com_github_yosyshq_prjtrellis//...',
'@com_github_yosyshq_prjtrellis_db//...',
'@com_google_skywater_pdk//...',
'@com_google_skywater_pdk_sky130_fd_sc_ms//...',
'@com_google_skywater_pdk_sky130_fd_sc_ls//...',
'@com_google_skywater_pdk_sky130_fd_sc_lp//...',
'@com_google_skywater_pdk_sky130_fd_sc_hvl//...',
'@com_google_skywater_pdk_sky130_fd_sc_hs//...',
'@com_google_skywater_pdk_sky130_fd_sc_hdll//...',
#'@com_google_skywater_pdk_sky130_fd_sc_ms//...',
#'@com_google_skywater_pdk_sky130_fd_sc_ls//...',
#'@com_google_skywater_pdk_sky130_fd_sc_lp//...',
#'@com_google_skywater_pdk_sky130_fd_sc_hvl//...',
#'@com_google_skywater_pdk_sky130_fd_sc_hs//...',
#'@com_google_skywater_pdk_sky130_fd_sc_hdll//...',
'@com_google_skywater_pdk_sky130_fd_sc_hd//...',
'@com_icarus_iverilog//...',
'@com_opencircuitdesign_magic//...',
Expand All @@ -62,9 +62,9 @@
'@org_sourceware_libffi//...',
'@org_swig//...',
'@org_theopenroadproject_asap7_pdk_r1p7//...',
'@org_theopenroadproject_asap7sc6t_26//...',
'@org_theopenroadproject_asap7sc7p5t_27//...',
'@org_theopenroadproject_asap7sc7p5t_28//...',
#'@org_theopenroadproject_asap7sc6t_26//...',
#'@org_theopenroadproject_asap7sc7p5t_27//...',
#'@org_theopenroadproject_asap7sc7p5t_28//...',
'@pybind11//...',
'@rules_pkg//...',
'@tk_tcl//...',
Expand Down

0 comments on commit 35b2cb8

Please sign in to comment.