From fc7c697c6183154f17b6732a5736fed496f0fcd7 Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Fri, 28 Feb 2025 17:04:29 -0800 Subject: [PATCH] specify branch name in chart testing (#2451) Signed-off-by: Manabu McCloskey --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 12306578..3fa9e50d 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -208,7 +208,7 @@ jobs: run: | docker build -t docker.io/kubeflow/spark-operator:local . minikube image load docker.io/kubeflow/spark-operator:local - ct install + ct install --target-branch ${{ steps.get_branch.outputs.BRANCH }} e2e-test: runs-on: ubuntu-latest