Loading includes/format-switching.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ format-switching-smoke-test: - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading Loading @@ -48,6 +49,7 @@ format-switching-compare-test: - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml --create_cut timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading Loading @@ -89,6 +91,7 @@ format-switching-sanitizers: - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading Loading
includes/format-switching.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ format-switching-smoke-test: - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading Loading @@ -48,6 +49,7 @@ format-switching-compare-test: - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml --create_cut timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading Loading @@ -89,6 +91,7 @@ format-switching-sanitizers: - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec timeout: "20 minutes" artifacts: when: always paths: - report.html - report.xml Loading