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 49
49
- name : Create and configure cluster
50
50
run : ./hack/create-test-cluster.sh
51
51
52
- - name : Deploy Kueue
53
- run : ./hack/deploy-kueue.sh
54
-
55
52
- name : Install CRDs
56
53
run : |
57
54
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:
5
5
data :
6
6
config.yaml : |
7
7
appwrapper:
8
- enableKueueIntegrations: true
8
+ enableKueueIntegrations: false
9
9
controllerManager:
10
10
health:
11
11
bindAddress: "localhost:0"
Original file line number Diff line number Diff line change 16
16
+ create a [ GitHub release] ( https://github.com/project-codeflare/appwrapper/releases ) that contains the install.yaml
17
17
18
18
4 . 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
21
20
22
21
4 . To workaround back level go versions in ODH, we also maintain a
23
22
codeflare-releases branch. After making a release, merge main
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ run () {
35
35
}
36
36
37
37
NAMESPACE=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
39
39
40
40
RC=$?
41
41
if [ ${RC} -eq 0 ]
You can’t perform that action at this time.
0 commit comments