Skip to content

Commit 0856f07

Browse files
committed
Tracking progress
1 parent 77e014b commit 0856f07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ test:
6464
.PHONY: fvt
6565
## Run FVT tests (Requires ModelMesh Serving deployment and GinkGo CLI)
6666
fvt:
67-
ginkgo -v -procs=2 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m
67+
ginkgo -v -procs=1 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m
6868

6969
fvt-stable:
70-
ginkgo -v -procs=2 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m
70+
ginkgo -v -procs=1 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m
7171

7272
.PHONY: codegen-fvt
7373
## Regenerate grpc code stubs for FVT

fvt/hpa/hpa_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var _ = Describe("Scaling of runtime deployments with HPA Autoscaler", Ordered,
153153
By("Delete all predictors")
154154
FVTClientInstance.DeleteAllPredictors()
155155
// ensure a stable deploy state
156-
WaitForStableActiveDeployState(10 * time.Second)
156+
WaitForStableActiveDeployState(1000 * time.Second)
157157

158158
By("Check ScaleToZero and No HPA")
159159
expectScaledToZero()

opendatahub/scripts/install_odh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [[ ${odhoperator} == "true" ]]; then
117117
done
118118
info ".. Opendatahub operator is ready"
119119
info ".. Creating the DSC in ${ctrlnamespace}"
120-
oc apply -n ${ctrlnamespace} -f "${MANIFESTS_DIR}/dsc.yaml"
120+
oc apply -n ${ctrlnamespace} -f "${MANIFESTS_DIR}/dsc.yaml"
121121
else
122122
info ".. Archiving odh-manifests"
123123
archive_root_folder="/tmp"
@@ -160,7 +160,7 @@ else
160160
info "$(cat ${PARAMS})"
161161

162162
# info "installing namespaced rbac"
163-
kustomize build "${archive_folder}"/config/rbac/namespace-scope | oc apply -n "${ctrlnamespace}" -f -
163+
kustomize build "${archive_folder}"/config/rbac/namespace-scope | oc apply -n modelmesh-serving f -
164164

165165
# we want mm namespaced
166166
kustomize build "${archive_folder}"/config/namespace-runtimes | oc apply -n "${ctrlnamespace}" -f -

0 commit comments

Comments
 (0)