Commit 4535432e authored by Jan Kiene's avatar Jan Kiene
Browse files

check artifacts for BE in comparison job

parent 3cae2338
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ variables:
  ENCODER_TEST: ""
  COMPARE_DMX: ""
  SKIP_REGRESSION_CHECK: ""
  FAILED_TESTCASES_LIST: "failed-testcases.txt"
  MANUAL_PIPELINE_TYPE:
    description: "Type for the manual pipeline run. Use 'pytest-compare' to run comparison test against reference float codec."
    value: 'default'
@@ -419,7 +420,6 @@ stages:
    REFERENCE_BRANCH: "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
    XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml"
    HTML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.html"
    FAILED_TESTCASES_LIST: "failed-testcases.txt"
  script:
    - set -euxo pipefail
    - *print-common-info
@@ -487,9 +487,16 @@ stages:
  script:
    - set -euxo pipefail
    - *print-common-info
    - *update-scripts-repo

    - ls
    - cat $FAILED_TESTCASES_LIST
    - if [ -f "$FAILED_TESTCASES_LIST" ]; then
    -   $TEST_SUITE=$(cat $FAILED_TESTCASES_LIST)
    - else
    -   echo "All tested cases were bit-exact between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME. No need to check for regressions."
    -   exit 0
    - fi

    - *update-scripts-repo

    - if [ $USE_LTV -eq 1 ]; then
    -    *update-ltv-repo