Commit 804695ba authored by norvell's avatar norvell
Browse files

Remove ivas-linux-fast tag from conf job

parent c843e92a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1195,7 +1195,6 @@ test-be-to-release:

ivas-conformance:
  tags:
    - ivas-linux-fast
    - test-ericsson-linux-runner
  stage: test
  timeout: "60 minutes"
@@ -1278,7 +1277,7 @@ ivas-conformance:
    # Test run generated scripts in testvec
    - cd testvec    
    - exit_code=0    
    - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - python3 -m pytest tests/test_26252.py --junitxml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    - *merge-request-comparison-check