Skip to content

Commit 1a6cf03

Browse files
committed
removed odin_tech_strong
1 parent 9fc5270 commit 1a6cf03

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/scripts/run-vtr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export VTR_DIR=$(pwd)
99
source $SCRIPT_DIR/hostsetup.sh
1010

1111
if ! { [ $VTR_TEST == "vtr_reg_strong" ] || [ $VTR_TEST == "odin_reg_strong" ] \
12-
|| [ $VTR_TEST == "odin_tech_strong" ] || [ $VTR_TEST == "vtr_reg_yosys" ] \
12+
|| [ $VTR_TEST == "vtr_reg_yosys" ] \
1313
|| [ $VTR_TEST == "vtr_reg_yosys_parmys" ]; }; then
1414
source $SCRIPT_DIR/vtr-full-setup.sh
1515
fi

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- {test: "vtr_reg_strong", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON", extra_pkgs: "libeigen3-dev"}
3636
- {test: "vtr_reg_yosys", cores: "16", options: "", cmake: "-DWITH_YOSYS=ON -DYOSYS_SV_UHDM_PLUGIN=ON", extra_pkgs: ""}
3737
- {test: "vtr_reg_yosys_parmys", cores: "16", options: "", cmake: "-DWITH_YOSYS=ON -DYOSYS_PARMYS_PLUGIN=ON -DYOSYS_SV_UHDM_PLUGIN=ON", extra_pkgs: ""}
38-
- {test: "odin_tech_strong", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3938
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "", extra_pkgs: ""}
4039

4140
env:

README.developers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ will be triggered. The following tests are included in the workflow:
311311
* [vtr_reg_strong](#vtr_reg_strong)
312312
* vtr_reg_yosys
313313
* vtr_reg_yosys_parmys
314-
* odin_tech_strong
315314
* odin_reg_strong
316315

317316
instructions on how to gather QoR results of CI runs can be found [here](#example-extracting-qor-data-from-ci-runs).

0 commit comments

Comments
 (0)