Skip to content

Commit c21d7c4

Browse files
committed
Fixed typos - Move the remainig parts of re-run document
1 parent 4c13375 commit c21d7c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.developers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ go to the "Action" tab and find your workflow under Test Workflow.
321321
Select the test which you want to re-run. There is a re-run button on the top-right corner of the newly appeared window.
322322
![Rerun CI Test](https://raw.githubusercontent.com/verilog-to-routing/vtr-verilog-to-routing/master/doc/src/dev/eval_qor/re_run_tests.png)
323323

324+
**Attention** If the previous run is not finished, you will not be able to re-run the CI tests. To circumvent this limitation,
325+
there are two options:
326+
1. Cancel the workflow. After a few minutes, you would be able to re-run the workflow
327+
![Rerun CI Test](https://raw.githubusercontent.com/verilog-to-routing/vtr-verilog-to-routing/master/doc/src/dev/eval_qor/cancel_workflow.png)
328+
2. Wait until the workflow finishes, then re-run the failed jobs
329+
324330

325331

326332
## Odin Functionality Tests
@@ -584,18 +590,12 @@ on "artifact". This would download the results for all CI tests.
584590
Assume that we want to get the QoR results for "vtr_reg_nightly_test3". In the artifact, there is a file named
585591
"qor_results_vtr_reg_nightly_test3.tar.gz." Unzip this file, and a new directory named "vtr_flow" is created. Go to
586592
"vtr_flow/tasks/regression_tests/vtr_reg_nightly_test3." In this directory, you can find a directory for each benchmark
587-
contained in this test suit (vtr_reg_nightly_test3.) In the directory related to each benchmark, there is another directory
593+
contained in this test suite (vtr_reg_nightly_test3.) In the directory for each sub-test, there is another directory
588594
named *run001*. Two files are here: *qor_results.txt*, and *parse_results.txt*. QoR results for all circuits tested in this
589595
benchmark are stored in these files.
590596
Using these parsed results, you can do a detailed QoR comparison using the instructions given [here](#comparing-qor-measurements).
591597
![Parse File Dir](https://raw.githubusercontent.com/verilog-to-routing/vtr-verilog-to-routing/master/doc/src/dev/eval_qor/parse_result_dir.png)
592598

593-
** **Attention** ** If the previous run is not finished, you will not be able to re-run the CI tests. To circumvent this limitation,
594-
there are two options:
595-
1. Cancel the workflow. After a few minutes, you would be able to re-run the workflow
596-
![Rerun CI Test](https://raw.githubusercontent.com/verilog-to-routing/vtr-verilog-to-routing/master/doc/src/dev/eval_qor/cancel_workflow.png)
597-
2. Wait until the workflow finishes, then re-run the failed jobs
598-
599599

600600

601601
## Comparing QoR Measurements
@@ -746,7 +746,7 @@ There may be times when a regression test fails its QoR test because its golden_
746746
```
747747
Once the `-check_golden` command passes, the changes to the golden result can be committed so that the reg test will pass in future runs of vtr_reg_nightly_test3.
748748

749-
** **Attention** **: Even though the parsed files are located in different locations, the names of the parsed files
749+
**Attention** Even though the parsed files are located in different locations, the names of the parsed files
750750
should be different.
751751

752752
# Adding Tests

0 commit comments

Comments
 (0)