Commit 6547357c authored by kinuthia's avatar kinuthia
Browse files

use tag `ericsson-linux-scripts` for testing

parent a5b512c4
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ stages:
check_for_binaries:
  stage: check
  tags:
    - linux
    - ericsson-linux-scripts
  script:
    - *print-common-info
    - python3 -m pytest tests/test_binaries_present.py
@@ -68,7 +68,7 @@ check_for_binaries:
test_audiotools_convert:
  stage: test
  tags:
    - linux
    - ericsson-linux-scripts
  script:
    - *print-common-info
    - python3 -m pytest -n auto tests/test_audiotools_convert.py
@@ -77,7 +77,7 @@ test_audiotools_convert:
experiments:
  stage: test
  tags:
    - linux
    - ericsson-linux-scripts
  script:
    - *print-common-info
    - *get-codec-binaries
@@ -91,7 +91,7 @@ test_processing:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
  tags:
    - linux
    - ericsson-linux-scripts
  script:
    - *print-common-info
    - *get-codec-binaries
@@ -105,7 +105,7 @@ lint:
  stage: analyze
  needs: []
  tags:
    - linux
    - ericsson-linux-scripts
  allow_failure: true
  script:
    - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741
@@ -117,7 +117,7 @@ format:
    ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix"
    ARTIFACT_FOLDER: "formatting-patch"
  tags:
    - linux
    - ericsson-linux-scripts
  allow_failure: true
  script:
    - mkdir $ARTIFACT_FOLDER