Skip to content

Commit 907340c

Browse files
authored
* removing references to sanity. * adding confidence pipeline image to puller. speeds up pipelines. * also copied the image into a repo with a new name in quay.io
1 parent 0643241 commit 907340c

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

bootstrap/ic-rhoai-configuration/images-puller.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,14 @@ spec:
154154
requests:
155155
cpu: 10m
156156
memory: 10Mi
157+
- name: ds-pipeline-runtime-image-confidence
158+
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1
159+
command: ["tail"]
160+
args: ["-f", "/dev/null"]
161+
resources:
162+
limits:
163+
memory: 20Mi
164+
requests:
165+
cpu: 10m
166+
memory: 10Mi
157167

lab-materials/03/03-04-comparing-model-servers.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"\n",
237237
"The art of working with LLM is to find the right balance between the performance and accuracy you require, and the resources it takes along with the involved costs.\n",
238238
"\n",
239-
"Therefore it's important to have sanity checks in place to make sure that as you data changes, or your model evolves, you always get the behaviour you expected."
239+
"Therefore it's important to have confidence checks in place to make sure that as you data changes, or your model evolves, you always get the behaviour you expected."
240240
]
241241
}
242242
],

lab-materials/03/06/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 04
22

3-
Instructions for how to run the sanity pipeline...
3+
Instructions for how to run the confidence pipeline...

lab-materials/03/06/confidence-check.pipeline

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"mounted_volumes": [],
282282
"kubernetes_secrets": [],
283283
"env_vars": [],
284-
"runtime_image": "quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-sanity-pipeline:1.1"
284+
"runtime_image": "quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1"
285285
}
286286
}
287287
},

lab-materials/03/06/confidence-check.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1beta1
22
kind: PipelineRun
33
metadata:
4-
name: sanity-check
4+
name: confidence-check
55
annotations:
66
tekton.dev/output_artifacts: '{"run-a-file": [{"key": "artifacts/$PIPELINERUN/run-a-file/mlpipeline-metrics.tgz",
77
"name": "mlpipeline-metrics", "path": "/tmp/mlpipeline-metrics.json"}, {"key":
@@ -71,7 +71,7 @@ spec:
7171
valueFrom:
7272
fieldRef:
7373
fieldPath: metadata.annotations['pipelines.kubeflow.org/run_name']
74-
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-sanity-pipeline:1.1
74+
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1
7575
stepTemplate:
7676
volumeMounts:
7777
- name: mlpipeline-metrics
@@ -127,7 +127,7 @@ spec:
127127
valueFrom:
128128
fieldRef:
129129
fieldPath: metadata.annotations['pipelines.kubeflow.org/run_name']
130-
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-sanity-pipeline:1.1
130+
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1
131131
stepTemplate:
132132
volumeMounts:
133133
- name: mlpipeline-metrics
@@ -183,7 +183,7 @@ spec:
183183
valueFrom:
184184
fieldRef:
185185
fieldPath: metadata.annotations['pipelines.kubeflow.org/run_name']
186-
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-sanity-pipeline:1.1
186+
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1
187187
stepTemplate:
188188
volumeMounts:
189189
- name: mlpipeline-metrics
@@ -239,7 +239,7 @@ spec:
239239
valueFrom:
240240
fieldRef:
241241
fieldPath: metadata.annotations['pipelines.kubeflow.org/run_name']
242-
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-sanity-pipeline:1.1
242+
image: quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-confidence-pipeline:1.1
243243
stepTemplate:
244244
volumeMounts:
245245
- name: mlpipeline-metrics

0 commit comments

Comments
 (0)