Loading .gitlab-ci.yml +9 −7 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: test_dependencies: stage: test tags: - nokia-windows-runner # Add targeted runner tag here - test-nokia-linux-runner # Add targeted runner tag here script: - echo 0 > zero # Helper file - echo "Runner successfully running" Loading @@ -21,9 +21,8 @@ test_dependencies: - cmake --version - git --version - git lfs --version - valgrind --version # - valgrind --version - coan -v - wine --version - zip --version - curl --version - tcsh --version Loading @@ -37,18 +36,21 @@ test_dependencies: - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv #- ls -d /usr/local/be_2_evs_test - ls -d /usr/local/be_2_evs_test # Checks for BASOP runners, comment out if not relevant # - ls -d /usr/local/scripts Loading Loading
.gitlab-ci.yml +9 −7 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: test_dependencies: stage: test tags: - nokia-windows-runner # Add targeted runner tag here - test-nokia-linux-runner # Add targeted runner tag here script: - echo 0 > zero # Helper file - echo "Runner successfully running" Loading @@ -21,9 +21,8 @@ test_dependencies: - cmake --version - git --version - git lfs --version - valgrind --version # - valgrind --version - coan -v - wine --version - zip --version - curl --version - tcsh --version Loading @@ -37,18 +36,21 @@ test_dependencies: - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv #- ls -d /usr/local/be_2_evs_test - ls -d /usr/local/be_2_evs_test # Checks for BASOP runners, comment out if not relevant # - ls -d /usr/local/scripts Loading