Skip to content

Commit 4f07fff

Browse files
authoredOct 31, 2024··
Merge branch 'master' into acvp-auto-testing
2 parents d125b9e + 575bd46 commit 4f07fff

17 files changed

+1780
-2
lines changed
 

‎.github/workflows/artifact_validation.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ jobs:
7676
with:
7777
name: Compatibility_acvts_csv
7878
path: output/
79-
- name: Build compat matrix
79+
- name: Build compat matrix (r3)
8080
run: ./src/rebuild_results_certs_r3.sh
81+
- name: Build compat matrix (r4)
82+
run: ./src/rebuild_results_certs_r4.sh
8183
- name: Copy output files
82-
run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/*.log ./docs/gh-pages
84+
run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_certs_r4.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/oqs_certs.log ./output/certs/bc_certs.log ./docs/gh-pages
8385
- name: Archive Compatibility Matrix For Download
8486
uses: actions/upload-pages-artifact@v3
8587
with:

‎docs/gh-pages/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<br>
1010
<p>Test matrix generated from manually-uploaded test results:</p>
1111
<p><a href="pqc_hackathon_results_certs_r3.html">pqc_hackathon_results_certs_r3.html</a></p>
12+
<p><a href="pqc_hackathon_results_certs_r4.html">pqc_hackathon_results_certs_r4.html</a></p>
1213
<p><a href="pqc_hackathon_results_cms_v1.html">pqc_hackathon_results_cms_v1.html</a></p>
1314
<br>
1415
<p>Logs from the most recent run can be found here:</p>

0 commit comments

Comments
 (0)
Please sign in to comment.