From fa7fc95fb85eb00bd60c36ad191ed7e2438869bc Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Tue, 12 Sep 2023 23:43:52 +0000 Subject: [PATCH] =?UTF-8?q?Add=20cilium=201.14.2@6c9cd94002bbb9bd2e1851e9b?= =?UTF-8?q?569c37d52f8bf05=20=E2=8E=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michi Mutsuzaki --- .github/workflows/conformance-gke.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 85be68b..3a1368c 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -2,6 +2,7 @@ name: ConformanceGKE (ci-gke) # Any change in triggers needs to be reflected in the concurrency group. on: + pull_request: push: branches: - master @@ -9,7 +10,6 @@ on: env: clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} zone: us-west2-a - k8s_version: 1.23 # https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke USE_GKE_GCLOUD_AUTH_PLUGIN: True @@ -79,7 +79,6 @@ jobs: gcloud container clusters create ${{ env.clusterName }} \ --labels "usage=${{ github.repository_owner }}-${{ github.event.repository.name }},owner=${{ steps.vars.outputs.owner }}" \ --zone ${{ env.zone }} \ - --cluster-version ${{ env.k8s_version }} \ --image-type COS_CONTAINERD \ --num-nodes 2 \ --machine-type e2-custom-2-4096 \