File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4949 - name : Create and configure cluster
5050 run : ./hack/create-test-cluster.sh
5151
52- - name : Deploy Kueue
53- run : ./hack/deploy-kueue.sh
54-
5552 - name : Install CRDs
5653 run : |
5754 make install -e GIT_BRANCH=${{ env.GIT_BRANCH }} TAG=${{ env.GIT_BRANCH }}-${{ env.TAG }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55data :
66 config.yaml : |
77 appwrapper:
8- enableKueueIntegrations: true
8+ enableKueueIntegrations: false
99 controllerManager:
1010 health:
1111 bindAddress: "localhost:0"
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