From 1b4d0db395ccd271341eefe8aa2b2112d422f689 Mon Sep 17 00:00:00 2001 From: Kirtana Ashok Date: Mon, 14 Aug 2023 10:53:35 -0700 Subject: [PATCH] remove linux integration tests Signed-off-by: Kirtana Ashok --- .github/workflows/ci.yml | 55 +--------------------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0ca8ea4b3cd4..13059205f29eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -366,27 +366,6 @@ jobs: ${{github.workspace}}/*-gotest.json ${{github.workspace}}/report/*.log - integration-linux: - name: Linux Integration - runs-on: ubuntu-20.04 - timeout-minutes: 40 - needs: [project, linters, protos, man] - - strategy: - fail-fast: false - matrix: - runtime: - - io.containerd.runtime.v1.linux - - io.containerd.runc.v1 - - io.containerd.runc.v2 - runc: [runc, crun] - enable_cri_sandboxes: ["", "sandboxed"] - exclude: - - runtime: io.containerd.runc.v1 - runc: crun - - runtime: io.containerd.runtime.v1.linux - runc: crun - env: GOTEST: gotestsum -- steps: @@ -503,36 +482,4 @@ jobs: *-junit.xml *-gotest.json ${{github.workspace}}/report/*.xml - ${{github.workspace}}/report/*.log - - tests-mac-os: - name: MacOS unit tests - runs-on: macos-12 - timeout-minutes: 10 - needs: [project, linters, protos, man] - env: - GOTEST: gotestsum -- - - steps: - - uses: actions/setup-go@v3 - with: - go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v3 - - run: script/setup/install-gotestsum - - run: script/setup/install-teststat - - name: Tests - env: - GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml" - GOTESTSUM_JSONFILE: "${{ github.workspace }}/macos-test-gotest.json" - run: make test - - run: if [ -f *-gotest.json ]; then echo '# Unit Tests' >> $GITHUB_STEP_SUMMARY; teststat -markdown *-gotest.json >> $GITHUB_STEP_SUMMARY; fi - if: always() - - run: script/test/test2annotation.sh *-gotest.json - if: always() - - uses: actions/upload-artifact@v3 - if: always() - with: - name: TestResults MacOS - path: | - *-junit.xml - *-gotest.json + ${{github.workspace}}/report/*.log \ No newline at end of file