Skip to content

Commit

Permalink
add some params to pipeline run and change message for l4 pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: David Massey <[email protected]>
  • Loading branch information
David-M-IBM committed Jun 21, 2024
1 parent c4ac084 commit 41099f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions cp4d/5.0.x-tse-l4-base/cp4d-cloud-pak-deployer-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,17 @@ spec:
# value: "true"
# - name: watsonx-gov-enableOpenscale
# value: "true"
# - name: watsonx-data-state
# value: "installed"
# - name: watsonx-ai-state
# value: "installed"
# - name: watsonx-ai-tuning-disabled #Set this to true if you wat to not install the tuning studio
# value: "true"
# - name: configure-gpu #Set this to False if you already installed/configured NVIDIA and NFD operators or don't have GPUs
# value: "False"
# - name: install-openshift-ai
# value: "installed"
# - name: ws-state
# value: "installed"
# - name: wml-state
# value: "installed"
# - name: cpd-confirm-destroy
# value: "False"
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ spec:
do
is_complete=$(oc get -n $(params.namespace) job/cloud-pak-deployer -o yaml | yq '.status.conditions.[] | select(.type == "Complete") | contains({"status": "'True'"})')
if [[ $is_complete != "true" ]]; then
echo "Waiting for job to be Complete."
echo "Waiting for job to be Complete. See cloud-pak-deployer pod's logs in project cloud-pak-deployer for more details."
else
echo "Cloud Pak Deployer job is Complete."
break
Expand Down
12 changes: 10 additions & 2 deletions cp4d/5.0.x/cp4d-cloud-pak-deployer-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,17 @@ spec:
# value: "true"
# - name: watsonx-gov-enableOpenscale
# value: "true"
# - name: watsonx-data-state
# value: "installed"
# - name: watsonx-ai-state
# value: "installed"
# - name: watsonx-ai-tuning-disabled #Set this to true if you wat to not install the tuning studio
# value: "true"
# - name: configure-gpu #Set this to False if you already installed/configured NVIDIA and NFD operators or don't have GPUs
# value: "False"
# - name: install-openshift-ai
# value: "installed"
# - name: ws-state
# value: "installed"
# - name: wml-state
# value: "installed"
# - name: cpd-confirm-destroy
# value: "False"

0 comments on commit 41099f7

Please sign in to comment.