From c760d5e197152fc1a71d8dfb1cf1dc8b87c15d86 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 29 Jul 2021 16:32:20 -0700 Subject: [PATCH] release: SSH_AUTH_SOCK in CI so we can run E2E (#4604) --- .github/workflows/create-release-branch.yaml | 2 ++ .github/workflows/release.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/create-release-branch.yaml b/.github/workflows/create-release-branch.yaml index 3e7a2b84e3..92ad70c292 100644 --- a/.github/workflows/create-release-branch.yaml +++ b/.github/workflows/create-release-branch.yaml @@ -94,6 +94,7 @@ jobs: run: make test-kubernetes - name: Validate gpu + docker scenario env: + SSH_AUTH_SOCK: /tmp/ssh_agent.sock ORCHESTRATOR_RELEASE: "1.20" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job" @@ -110,6 +111,7 @@ jobs: run: make test-kubernetes - name: Validate gpu + containerd scenario env: + SSH_AUTH_SOCK: /tmp/ssh_agent.sock ORCHESTRATOR_RELEASE: "1.20" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd2860c487..34904dcf9b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,6 +99,7 @@ jobs: run: make test-kubernetes - name: Validate gpu + docker scenario env: + SSH_AUTH_SOCK: /tmp/ssh_agent.sock ORCHESTRATOR_RELEASE: "1.20" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job" @@ -115,6 +116,7 @@ jobs: run: make test-kubernetes - name: Validate gpu + containerd scenario env: + SSH_AUTH_SOCK: /tmp/ssh_agent.sock ORCHESTRATOR_RELEASE: "1.20" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job"