Skip to content

Commit e8f99e8

Browse files
authored
Merge pull request opendatahub-io#54 from DharmitD/rename-changes
Fix: Adding default-configs overlay to the CI kfdef
2 parents b2afe04 + f95f641 commit e8f99e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/basictests/ds-pipelines.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function create_pipeline() {
2929
if [[ -z $route ]]; then
3030
oc expose service ds-pipeline
3131
fi
32+
sleep 60 #TODO: quick fix for race condition, implement a better check to begin test execution once service is ready
3233
ROUTE=$(oc get route ds-pipeline --template={{.spec.host}})
3334
PIPELINE_ID=$(curl -s -F "uploadfile=@${RESOURCEDIR}/ds-pipelines/test-pipeline-run.yaml" ${ROUTE}/apis/v1beta1/pipelines/upload | jq -r .id)
3435
os::cmd::try_until_not_text "curl -s ${ROUTE}/apis/v1beta1/pipelines/${PIPELINE_ID} | jq" "null" $odhdefaulttimeout $odhdefaultinterval

tests/setup/kfctl_openshift.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
- metadata-store-mariadb
2424
- ds-pipeline-ui
2525
- object-store-minio
26+
- default-configs
2627
repoRef:
2728
name: app
2829
path: manifests/opendatahub

0 commit comments

Comments
 (0)