File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ function create_pipeline() {
29
29
if [[ -z $route ]]; then
30
30
oc expose service ds-pipeline
31
31
fi
32
+ sleep 60 # TODO: quick fix for race condition, implement a better check to begin test execution once service is ready
32
33
ROUTE=$( oc get route ds-pipeline --template={{.spec.host}})
33
34
PIPELINE_ID=$( curl -s -F " uploadfile=@${RESOURCEDIR} /ds-pipelines/test-pipeline-run.yaml" ${ROUTE} /apis/v1beta1/pipelines/upload | jq -r .id)
34
35
os::cmd::try_until_not_text " curl -s ${ROUTE} /apis/v1beta1/pipelines/${PIPELINE_ID} | jq" " null" $odhdefaulttimeout $odhdefaultinterval
Original file line number Diff line number Diff line change 23
23
- metadata-store-mariadb
24
24
- ds-pipeline-ui
25
25
- object-store-minio
26
+ - default-configs
26
27
repoRef :
27
28
name : app
28
29
path : manifests/opendatahub
You can’t perform that action at this time.
0 commit comments