Merge pull request #7293 from samuelkarp/ci-workflow-goproxy

This commit is contained in:
Samuel Karp 2022-08-15 16:50:18 -07:00 committed by GitHub
commit a04268132e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,6 @@ jobs:
- run: script/setup/install-gotestsum - run: script/setup/install-gotestsum
- name: Tests - name: Tests
env: env:
GOPROXY: direct
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml
run: | run: |
make test make test
@ -447,7 +446,6 @@ jobs:
- name: Integration 1 - name: Integration 1
env: env:
GOPROXY: direct
TEST_RUNTIME: ${{ matrix.runtime }} TEST_RUNTIME: ${{ matrix.runtime }}
RUNC_FLAVOR: ${{ matrix.runc }} RUNC_FLAVOR: ${{ matrix.runc }}
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }} ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
@ -462,7 +460,6 @@ jobs:
# Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759 # Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
- name: Integration 2 - name: Integration 2
env: env:
GOPROXY: direct
TEST_RUNTIME: ${{ matrix.runtime }} TEST_RUNTIME: ${{ matrix.runtime }}
RUNC_FLAVOR: ${{ matrix.runc }} RUNC_FLAVOR: ${{ matrix.runc }}
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }} ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
@ -539,7 +536,6 @@ jobs:
- run: script/setup/install-gotestsum - run: script/setup/install-gotestsum
- name: Tests - name: Tests
env: env:
GOPROXY: direct
GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml" GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml"
run: make test run: make test
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2