[BUG]: pipeline requires workspace with name "model-workspace" be provided by pipelinerun
#190
Labels
kind/bug
Something isn't working
Details
Describe the bug
Following the
pipelines/README.md
, the build-container-image-tensorflow-housing-t2mtr PipelineRun fails withTo Reproduce
pipelines/README.md
, as non-admin user,oc new-project model-to-edge
.pipelines/README.md
, edit credentials to the S3:pipelines/README.md
, as non-admin user,oc create -f tekton/build-container-image-pipeline/aws-env-real.yaml
.pipelines/README.md
, updateaws-bucket-name
value in bothpipelines/tekton/build-container-image-pipeline/build-container-image-pipelinerun-bike-rentals.yaml
andpipelines/tekton/build-container-image-pipeline/build-container-image-pipelinerun-tensorflow-housing.yaml
to point to an S3 bucket with copies of the models.pipelines/README.md
, as non-admin user,See the build-container-image-bike-rentals-9vw2d PipelineRun eventually reported as Succeeded.
See the build-container-image-tensorflow-housing-t2mtr reported as Failed, with a log snippet message
Expected behavior
Both PipelineRuns (build-container-image-bike-rentals-9vw2d and build-container-image-tensorflow-housing-t2mtr) end up in the Succeeded state.
Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: