Unverified Commit 821b9186 authored by norvell's avatar norvell
Browse files

Remove old speed-test

parent 89bab887
Loading
Loading
Loading
Loading
+0 −37
Original line number Diff line number Diff line
@@ -2568,43 +2568,6 @@ backup-long-term-job-logs:
    -   exit 1
    - fi

# Run
runner-speed-test:
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "runner-speed-test"
  stage: test
  parallel:
    matrix:
      - RUNNER:
        - test-dolby-linux-runner
        - test-dolby-linux-runner-2
        - test-ericsson-linux-runner
        - test-ericsson-linux-runner-10
        - test-ericsson-linux-runner-3
        - test-ericsson-linux-runner-5
        - test-ericsson-linux-runner-7
        - test-ericsson-linux-runner-8
        - test-ericsson-linux-runner-9
        - test-ericsson-linux-sprinter-1
        - test-fhg-basop-runner-3
        - test-fhg-basop-runner-4
        - test-nokia-basop-linux-runner-2
        - test-nokia-basop-linux-runner-3
  tags:
    - ${RUNNER}
  before_script:
    - USE_LTV=0
    - DUT_ENCODER_PATH=./$REF_ENCODER_PATH
    - TEST_SUITE="$SHORT_TEST_SUITE"
    - LEVEL_SCALING=1.0
    # Clean up job name, otherwise compare-to-ref-anchor will fail since the job name is used.
    - FILTERED_JOB_NAME=${CI_JOB_NAME// /-}
    - FILTERED_JOB_NAME=${FILTERED_JOB_NAME//\[/}
    - FILTERED_JOB_NAME=${FILTERED_JOB_NAME//\]/}
    - FILTERED_JOB_NAME=${FILTERED_JOB_NAME//:/-}
    - export CI_JOB_NAME=$FILTERED_JOB_NAME
  <<: *compare-to-ref-anchor

ivas-conformance-linux:
  extends:
    - .job-linux