Skip to content

Commit 0ec095a

Browse files
committed
throwaway: enable vtr_reg_strong test run
Signed-off-by: Krzysztof Boronski <[email protected]>
1 parent ed4a8d3 commit 0ec095a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
Run-tests:
1818
# Prevents from running on forks where no custom runners are available
19-
if: ${{ github.repository_owner == 'verilog-to-routing' }}
19+
#if: ${{ github.repository_owner == 'verilog-to-routing' }}
2020

2121
container: ubuntu:bionic
2222

@@ -26,16 +26,16 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- {test: "vtr_reg_nightly_test1", cores: "8", options: "", cmake: "" }
30-
- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "" }
31-
- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "" }
32-
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "" }
29+
#- {test: "vtr_reg_nightly_test1", cores: "8", options: "", cmake: "" }
30+
#- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "" }
31+
#- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "" }
32+
#- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "" }
3333
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3" }
34-
- {test: "vtr_reg_strong", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON"}
35-
- {test: "vtr_reg_yosys", cores: "16", options: "", cmake: "-DWITH_YOSYS=ON" }
36-
- {test: "vtr_reg_yosys_odin", cores: "16", options: "", cmake: "-DODIN_USE_YOSYS=ON" }
37-
- {test: "odin_tech_strong", cores: "16", options: "", cmake: "-DODIN_USE_YOSYS=ON" }
38-
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "" }
34+
#- {test: "vtr_reg_strong", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON"}
35+
#- {test: "vtr_reg_yosys", cores: "16", options: "", cmake: "-DWITH_YOSYS=ON" }
36+
#- {test: "vtr_reg_yosys_odin", cores: "16", options: "", cmake: "-DODIN_USE_YOSYS=ON" }
37+
#- {test: "odin_tech_strong", cores: "16", options: "", cmake: "-DODIN_USE_YOSYS=ON" }
38+
#- {test: "odin_reg_strong", cores: "16", options: "", cmake: "" }
3939

4040
env:
4141
DEBIAN_FRONTEND: "noninteractive"

0 commit comments

Comments
 (0)