Skip to content

Commit 6393786

Browse files
authored
Revert "build and run against current (#624)" (#626)
This reverts commit 23faf4a.
1 parent 23faf4a commit 6393786

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

dev/ci/periodics/run-evals.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ echo "Writing results to ${OUTPUT_DIR}"
1818
BINDIR="${REPO_ROOT}/.build/bin"
1919
mkdir -p "${BINDIR}"
2020

21-
# Build kubectl-ai from current checkout
22-
cd "${REPO_ROOT}"
23-
go build -o "${BINDIR}/kubectl-ai" ./cmd
21+
curl -sSL https://raw.githubusercontent.com/GoogleCloudPlatform/kubectl-ai/main/install.sh | bash
2422

25-
# Build k8s-ai-bench from current checkout
2623
cd "${REPO_ROOT}/k8s-ai-bench"
2724
go build -o "${BINDIR}/k8s-ai-bench" .
2825

29-
"${BINDIR}/k8s-ai-bench" run --agent-bin "${BINDIR}/kubectl-ai" --kubeconfig "${KUBECONFIG:-~/.kube/config}" --output-dir "${OUTPUT_DIR}" ${TEST_ARGS:-}
26+
"${BINDIR}/k8s-ai-bench" run --agent-bin kubectl-ai --kubeconfig "${KUBECONFIG:-~/.kube/config}" --output-dir "${OUTPUT_DIR}" ${TEST_ARGS:-}

0 commit comments

Comments
 (0)