Test Sample YAMLs (nightly operator)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 && 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 && KUBERAY_TEST_TIMEOUT_SHORT=1m KUBERAY_TEST_TIMEOUT_MEDIUM=5m KUBERAY_TEST_TIMEOUT_LONG=10m go test -timeout 30m -v ./test/sampleyaml && kubectl logs --tail -1 -l app.kubernetes.io/name=kuberay
Waited 38s
·
Ran in 24m 48s
Test Sample YAMLs (latest release)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 && pushd ray-operator && IMG=quay.io/kuberay/operator:v1.2.2 make deploy && kubectl wait --timeout=90s --for=condition=Available=true deployment kuberay-operator && KUBERAY_TEST_TIMEOUT_SHORT=1m KUBERAY_TEST_TIMEOUT_MEDIUM=5m KUBERAY_TEST_TIMEOUT_LONG=10m go test -timeout 30m -v ./test/sampleyaml && kubectl logs --tail -1 -l app.kubernetes.io/name=kuberay
Waited 40s
·
Ran in 24m 31s
Total Job Run Time: 2h 11m