[refactor][kubectl-plugin] programatically port forward
Failed in 26m 57s
Test E2E (kubectl-plugin)source .buildkite/setup-env.sh && kind create cluster --wait 900s --config ./tests/framework/config/kind-config-buildkite.yml && kubectl config set clusters.kind-kind.server https://docker:6443 && echo Deploying Kuberay operator && pushd ray-operator && IMG=kuberay/operator:nightly make docker-image && kind load docker-image kuberay/operator:nightly && IMG=kuberay/operator:nightly make deploy && kubectl wait --timeout=90s --for=condition=Available=true deployment kuberay-operator && popd && pushd kubectl-plugin && curl -Lo gotestfmt.tar.gz https://github.com/GoTestTools/gotestfmt/releases/download/v2.5.0/gotestfmt_2.5.0_linux_amd64.tar.gz && tar -zxvf gotestfmt.tar.gz && cp ./gotestfmt /usr/local/bin && set -euo pipefail && go mod download && go build -o kubectl-ray -a ./cmd/kubectl-ray.go && cp ./kubectl-ray /usr/local/bin && KUBERAY_TEST_TIMEOUT_SHORT=1m KUBERAY_TEST_TIMEOUT_MEDIUM=5m KUBERAY_TEST_TIMEOUT_LONG=10m go test -timeout 60m -v ./test/e2e -json 2>&1 | gotestfmt
Waited 43s
Ran in 11m 47s
Total Job Run Time: 1h 58m