Skip to content

Commit c5811a0

Browse files
committed
reduce devmode tests for CI
we're not faking the webhook in the controller, so the devmode tests can't assume that Suspend is automatically being set.
1 parent f3793e2 commit c5811a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/release_instructions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ will:
1616
+ create a [GitHub release](https://github.com/project-codeflare/appwrapper/releases) that contains the install.yaml
1717

1818
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
2120

2221
4. To workaround back level go versions in ODH, we also maintain a
2322
codeflare-releases branch. After making a release, merge main

hack/run-dev-mode-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run () {
3535
}
3636

3737
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
3939

4040
RC=$?
4141
if [ ${RC} -eq 0 ]

0 commit comments

Comments
 (0)