File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616 + create a [ GitHub release] ( https://github.com/project-codeflare/appwrapper/releases ) that contains the install.yaml
1717
18184 . Update the kustomization.yaml files in MLBatch to refer to the new release:
19- + setup.k8s-v1.27/appwrapper/kustomization.yaml
20- + setup.k8s-v1.30/appwrapper/kustomization.yaml
19+ + setup.k8s/appwrapper/kustomization.yaml
2120
22214 . To workaround back level go versions in ODH, we also maintain a
2322 codeflare-releases branch. After making a release, merge main
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ run () {
3535}
3636
3737NAMESPACE=dev go run ./cmd/main.go &
38- run $! go run github.com/onsi/ginkgo/v2/ginkgo -v -fail-fast --procs 1 -timeout 130m --label-filter=Kueue ./test/e2e
38+ run $! go run github.com/onsi/ginkgo/v2/ginkgo -v -fail-fast --procs 1 -timeout 130m --label-filter=Standalone ./test/e2e
3939
4040RC=$?
4141if [ ${RC} -eq 0 ]
You can’t perform that action at this time.
0 commit comments