From d3d97cce31f42da18c381c2c6c7a5ccbc70fa5f8 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Mon, 15 Aug 2022 12:58:11 -0700 Subject: [PATCH] ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887 Signed-off-by: Samuel Karp (cherry picked from commit 396d2a7e4e3d005174e6b4d213d6d3a5721d9a74) Signed-off-by: Samuel Karp --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f8b3f6a476..1b55fd9cd2dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -416,7 +416,6 @@ jobs: working-directory: src/github.com/containerd/containerd - name: Tests env: - GOPROXY: direct GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml run: | make test @@ -425,7 +424,6 @@ jobs: - name: Integration 1 env: - GOPROXY: direct TEST_RUNTIME: ${{ matrix.runtime }} RUNC_FLAVOR: ${{ matrix.runc }} GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-serial-junit.xml @@ -436,7 +434,6 @@ jobs: # Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759 - name: Integration 2 env: - GOPROXY: direct TEST_RUNTIME: ${{ matrix.runtime }} RUNC_FLAVOR: ${{ matrix.runc }} GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-parallel-junit.xml @@ -534,7 +531,6 @@ jobs: working-directory: src/github.com/containerd/containerd - name: Tests env: - GOPROXY: direct GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml" run: | make test