From 721114111fd40bab9d33129c982bc4a5edc342ce Mon Sep 17 00:00:00 2001 From: ericzzzzzzz <102683393+ericzzzzzzz@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:05:40 -0500 Subject: [PATCH 1/3] Update integration-linux.yml --- .github/workflows/integration-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-linux.yml b/.github/workflows/integration-linux.yml index b3825e6af66..d33df2bc80c 100644 --- a/.github/workflows/integration-linux.yml +++ b/.github/workflows/integration-linux.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - name: PR integration tests (linux) + name: PR integration tests (linux) runs-on: ubuntu-latest strategy: matrix: From 72d2e6d950721b8113e40753d00378f07caf158e Mon Sep 17 00:00:00 2001 From: ericzzzzzzz <102683393+ericzzzzzzz@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:29:51 -0500 Subject: [PATCH 2/3] chore: re-enable TestBuildKanikoInsecureRegistry --- integration/build_cluster_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/build_cluster_test.go b/integration/build_cluster_test.go index 28fd2f7d1cb..3fee8326623 100644 --- a/integration/build_cluster_test.go +++ b/integration/build_cluster_test.go @@ -33,9 +33,6 @@ import ( // run on GCP as this test requires a load balancer func TestBuildKanikoInsecureRegistry(t *testing.T) { - // TODO: This test shall pass once render v2 is completed. - t.SkipNow() - MarkIntegrationTest(t, NeedsGcp) ns, client := SetupNamespace(t) From aee6590adad5aa63938bf10ea03f223bb5d53769 Mon Sep 17 00:00:00 2001 From: ericzzzzzzz <102683393+ericzzzzzzz@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:15:11 -0500 Subject: [PATCH 3/3] chore: revert accidentally github workflow change --- .github/workflows/integration-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-linux.yml b/.github/workflows/integration-linux.yml index d33df2bc80c..b3825e6af66 100644 --- a/.github/workflows/integration-linux.yml +++ b/.github/workflows/integration-linux.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - name: PR integration tests (linux) + name: PR integration tests (linux) runs-on: ubuntu-latest strategy: matrix: