Unverified Commit 20fc43fd authored by norvell's avatar norvell
Browse files

Set ericsson-runner

parent c32d6a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ workflow:
check-merged-ci-config-is-valid:
  stage: test
  tags:
    - ivas-linux
    - ericsson-runner

  variables:
    REPO_URL_FLOAT: "https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec"
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
    - .test-job-linux
  tags:
    # TODO: align runner tags between projects
    - ivas-linux-fast
    - ericsson-runner
  timeout: 3 hours 30 minutes
  stage: test
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
# If a child job overwrites before_script, then use !reference to also add the part from this jobs
.job-linux:
  tags:
    - ivas-linux
    - ericsson-runner
  before_script:
    - |
      if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; else echo "IVAS_CODEC_CI_REF set to: $IVAS_CODEC_CI_REF"; fi
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@ uninterruptible:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: always
  tags:
    - ivas-linux
    - ericsson-runner
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  extends:
    - .test-job-linux-needs-testv-dir
  tags:
    - ivas-linux-fast
    - ericsson-runner
  before_script:
    - !reference [.test-job-linux-needs-testv-dir, before_script]
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
Loading