diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2756be7ce..e445284cd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,4 +1,5 @@ name: Testrun test suite +permissions: {} on: pull_request: @@ -25,37 +26,37 @@ jobs: shell: bash {0} run: testing/baseline/test_baseline - testrun_tests: - permissions: {} - name: Tests - runs-on: ubuntu-20.04 - needs: testrun_baseline - timeout-minutes: 45 - steps: - - name: Checkout source - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Install dependencies - shell: bash {0} - run: cmd/prepare - - name: Package Testrun - shell: bash {0} - run: cmd/package - - name: Install Testrun - shell: bash {0} - run: sudo dpkg -i testrun*.deb - - name: Run tests - shell: bash {0} - run: testing/tests/test_tests - - name: Archive runtime results - if: ${{ always() }} - run: sudo tar --exclude-vcs -czf runtime.tgz /usr/local/testrun/runtime/ - - name: Upload runtime results - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 - if: ${{ always() }} - with: - if-no-files-found: error - name: runtime_tests_${{ github.run_id }} - path: runtime.tgz + # testrun_tests: + # permissions: {} + # name: Tests + # runs-on: ubuntu-20.04 + # needs: testrun_baseline + # timeout-minutes: 45 + # steps: + # - name: Checkout source + # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + # - name: Install dependencies + # shell: bash {0} + # run: cmd/prepare + # - name: Package Testrun + # shell: bash {0} + # run: cmd/package + # - name: Install Testrun + # shell: bash {0} + # run: sudo dpkg -i testrun*.deb + # - name: Run tests + # shell: bash {0} + # run: testing/tests/test_tests + # - name: Archive runtime results + # if: ${{ always() }} + # run: sudo tar --exclude-vcs -czf runtime.tgz /usr/local/testrun/runtime/ + # - name: Upload runtime results + # uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + # if: ${{ always() }} + # with: + # if-no-files-found: error + # name: runtime_tests_${{ github.run_id }} + # path: runtime.tgz testrun_api: permissions: {}