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

switch to full renderer test on scheduled

parent 144e6e21
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1516,6 +1516,7 @@ renderer-smoke-test:
  needs: ["build-codec-linux-clang-make"]
  stage: test
  timeout: "300 minutes"
  resource_group: basop-long-sanitizers
  artifacts:
    name: "$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA--results"
    expire_in: 1 week
@@ -1542,7 +1543,7 @@ renderer-smoke-test:
      fi
    - make -j $make_args 2>&1 >$MAKE_BUILD_LOG_FILE_DEFAULT

    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest -q -n auto --tb=no --log-level=INFO --html=report.html --self-contained-html --junit-xml=report-junit.xml tests/renderer_short/test_renderer.py
    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest -q -n auto --tb=no --log-level=INFO --html=report.html --self-contained-html --junit-xml=report-junit.xml tests/renderer/test_renderer.py

    - python3 scripts/parse_sanitizer_errors_from_xml_report.py report-junit.xml errors.csv