File tree 5 files changed +79
-370
lines changed
5 files changed +79
-370
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ jobs:
122
122
BUNDLE_PUSH_OPT : " --tls-verify=false"
123
123
CATALOG_PUSH_OPT : " --tls-verify=false"
124
124
125
- - name : Run OLM Upgrade e2e Ray cluster Up test
125
+ - name : Run OLM Upgrade e2e AppWrapper creation test
126
126
run : |
127
127
export CODEFLARE_TEST_OUTPUT_DIR=${{ env.TEMP_DIR }}
128
128
echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
129
129
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
131
131
132
132
- name : Update Operator to the built version
133
133
run : |
@@ -158,12 +158,12 @@ jobs:
158
158
SUBSCRIPTION_NAME : " codeflare-operator"
159
159
SUBSCRIPTION_NAMESPACE : " openshift-operators"
160
160
161
- - name : Run OLM Upgrade e2e Ray cluster Job submit test
161
+ - name : Run OLM Upgrade e2e Appwrapper Job status test to monitor training
162
162
run : |
163
163
export CODEFLARE_TEST_OUTPUT_DIR=${{ env.TEMP_DIR }}
164
164
echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
165
165
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
167
167
168
168
- name : Run e2e tests against built operator
169
169
run : |
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
6
6
github.com/onsi/gomega v1.27.10
7
7
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
8
8
github.com/project-codeflare/codeflare-common v0.0.0-20231129165224-988ba1da9069
9
+ github.com/project-codeflare/instascale v0.3.1
9
10
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1
10
11
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1
11
12
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