Loading ci/basop-pages/basop_index.html +1 −3 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ <h2>Test Coverage</h2> <ul> <li><a href="coverage_enc_dec_rend/index.html">Coverage report</a></li> </ul> {} </body> ci/setup_pages.py +5 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ JOBS_BASOP_REPO = { "complexity-osba-in-binaural_room_ir-out": "OSBA in, BINAURAL_ROOM_IR out", "complexity-stereo-in-stereo-out": "Stereo in, Stereo out", # "timeless" jobs (not complexity) "coverage-test-on-main-scheduled": "Coverage", "coverage-test-on-main-scheduled": "Coverage report", "ivas-long-term-job-logs-overview": "Long term logs", } Loading @@ -81,10 +81,13 @@ JOBS_FOR_PROJECT_ID = { } ARTIFACT_FOLDER_4_COVERAGE_JOBS = { # for float "coverage-test-on-main-scheduled-stv": "coverage_stv", "coverage-test-on-main-scheduled-ltv": "coverage_ltv", "ivas-conformance-linux": "coverage_conformance", "coverage-merge": "coverage-merged", # for BASOP "coverage-test-on-main-scheduled": "coverage_enc_dec_rend", } ARTIFACTS = "artifacts.zip" Loading Loading @@ -143,6 +146,7 @@ def create_landing_page(jobs, index_html, project_id): link_html_complexity_text = "\n".join(link_html_complexity) link_html_coverage_text = "\n".join(link_html_coverage) index_pages_tmpl = index_pages_tmpl.format( link_html_complexity_text, link_html_coverage_text ) Loading Loading
ci/basop-pages/basop_index.html +1 −3 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ <h2>Test Coverage</h2> <ul> <li><a href="coverage_enc_dec_rend/index.html">Coverage report</a></li> </ul> {} </body>
ci/setup_pages.py +5 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ JOBS_BASOP_REPO = { "complexity-osba-in-binaural_room_ir-out": "OSBA in, BINAURAL_ROOM_IR out", "complexity-stereo-in-stereo-out": "Stereo in, Stereo out", # "timeless" jobs (not complexity) "coverage-test-on-main-scheduled": "Coverage", "coverage-test-on-main-scheduled": "Coverage report", "ivas-long-term-job-logs-overview": "Long term logs", } Loading @@ -81,10 +81,13 @@ JOBS_FOR_PROJECT_ID = { } ARTIFACT_FOLDER_4_COVERAGE_JOBS = { # for float "coverage-test-on-main-scheduled-stv": "coverage_stv", "coverage-test-on-main-scheduled-ltv": "coverage_ltv", "ivas-conformance-linux": "coverage_conformance", "coverage-merge": "coverage-merged", # for BASOP "coverage-test-on-main-scheduled": "coverage_enc_dec_rend", } ARTIFACTS = "artifacts.zip" Loading Loading @@ -143,6 +146,7 @@ def create_landing_page(jobs, index_html, project_id): link_html_complexity_text = "\n".join(link_html_complexity) link_html_coverage_text = "\n".join(link_html_coverage) index_pages_tmpl = index_pages_tmpl.format( link_html_complexity_text, link_html_coverage_text ) Loading