|
1 | 1 | apiVersion: tekton.dev/v1beta1
|
2 | 2 | kind: PipelineRun
|
3 | 3 | metadata:
|
4 |
| - name: sanity-check |
| 4 | + name: confidence-check |
5 | 5 | annotations:
|
6 | 6 | tekton.dev/output_artifacts: '{"run-a-file": [{"key": "artifacts/$PIPELINERUN/run-a-file/mlpipeline-metrics.tgz",
|
7 | 7 | "name": "mlpipeline-metrics", "path": "/tmp/mlpipeline-metrics.json"}, {"key":
|
|
71 | 71 | valueFrom:
|
72 | 72 | fieldRef:
|
73 | 73 | 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 |
75 | 75 | stepTemplate:
|
76 | 76 | volumeMounts:
|
77 | 77 | - name: mlpipeline-metrics
|
@@ -127,7 +127,7 @@ spec:
|
127 | 127 | valueFrom:
|
128 | 128 | fieldRef:
|
129 | 129 | 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 |
131 | 131 | stepTemplate:
|
132 | 132 | volumeMounts:
|
133 | 133 | - name: mlpipeline-metrics
|
@@ -183,7 +183,7 @@ spec:
|
183 | 183 | valueFrom:
|
184 | 184 | fieldRef:
|
185 | 185 | 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 |
187 | 187 | stepTemplate:
|
188 | 188 | volumeMounts:
|
189 | 189 | - name: mlpipeline-metrics
|
@@ -239,7 +239,7 @@ spec:
|
239 | 239 | valueFrom:
|
240 | 240 | fieldRef:
|
241 | 241 | 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 |
243 | 243 | stepTemplate:
|
244 | 244 | volumeMounts:
|
245 | 245 | - name: mlpipeline-metrics
|
|
0 commit comments