Commit a686ad90 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix gitlab pages setup for BASOP

parent 9f64689d
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@

  <h2>Test Coverage</h2>

  <ul>
    <li><a href="coverage_enc_dec_rend/index.html">Coverage report</a></li>
  </ul>
  {}

</body>
+5 −1
Original line number Diff line number Diff line
@@ -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",
}

@@ -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"
@@ -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
    )