File tree Expand file tree Collapse file tree 5 files changed +77
-368
lines changed Expand file tree Collapse file tree 5 files changed +77
-368
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 export CODEFLARE_TEST_OUTPUT_DIR=${{ env.TEMP_DIR }}
128128 echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
129129 set -euo pipefail
130- go test -timeout 30m -v ./test/upgrade -run TestMNISTRayClusterUp -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
130+ go test -timeout 30m -v ./test/upgrade -run TestMNISTCreateAppWrapper -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
131131
132132 - name : Update Operator to the built version
133133 run : |
@@ -163,7 +163,7 @@ jobs:
163163 export CODEFLARE_TEST_OUTPUT_DIR=${{ env.TEMP_DIR }}
164164 echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
165165 set -euo pipefail
166- go test -timeout 30m -v ./test/upgrade -run TestMnistJobSubmit -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
166+ go test -timeout 30m -v ./test/upgrade -run TestMNISTCheckAppWrapperStatus -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
167167
168168 - name : Run e2e tests against built operator
169169 run : |
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/onsi/gomega v1.27.10
77 github.com/openshift/api v0.0.0-20230213134911-7ba313770556
88 github.com/project-codeflare/codeflare-common v0.0.0-20231129165224-988ba1da9069
9+ github.com/project-codeflare/instascale v0.3.1
910 github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1
1011 github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1
1112 go.uber.org/zap v1.26.0
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments