@@ -16,26 +16,26 @@ jobs:
16
16
17
17
Run-tests :
18
18
# 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' }}
20
20
21
21
container : ubuntu:bionic
22
22
23
- runs-on : [self-hosted, Linux, X64]
23
+ runs-on : ubuntu-18.04
24
24
25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
28
28
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: "" }
33
33
- {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: "" }
39
39
40
40
env :
41
41
DEBIAN_FRONTEND : " noninteractive"
0 commit comments