Loading .gitlab-ci.yml +4 −10 Original line number Diff line number Diff line Loading @@ -54,24 +54,15 @@ stages: # Test that necessary dependencies are found # Test how the branches look when checked out test_runners: stage: test parallel: matrix: - RUNNER: - test-nokia-basop-linux-runner-2 - test-nokia-basop-linux-runner-3 - test-dolby-linux-runner - test-dolby-linux-runner-2 - test-ericsson-linux-runner - 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-runner-10 - test-ericsson-linux-sprinter-1 - test-fhg-basop-runner-3 - test-fhg-basop-runner-4 Loading @@ -80,3 +71,6 @@ test_runners: script: - echo "Testing runner with tag ${RUNNER}" - git status - git branch | cat - git checkout main - git checkout ivas-float-update Loading
.gitlab-ci.yml +4 −10 Original line number Diff line number Diff line Loading @@ -54,24 +54,15 @@ stages: # Test that necessary dependencies are found # Test how the branches look when checked out test_runners: stage: test parallel: matrix: - RUNNER: - test-nokia-basop-linux-runner-2 - test-nokia-basop-linux-runner-3 - test-dolby-linux-runner - test-dolby-linux-runner-2 - test-ericsson-linux-runner - 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-runner-10 - test-ericsson-linux-sprinter-1 - test-fhg-basop-runner-3 - test-fhg-basop-runner-4 Loading @@ -80,3 +71,6 @@ test_runners: script: - echo "Testing runner with tag ${RUNNER}" - git status - git branch | cat - git checkout main - git checkout ivas-float-update