Skip to content

Commit ad67f6a

Browse files
Merge pull request opendatahub-io#87 from gmfrasca/fix-iris-images
Fix Unit Tests from updating busybox image in SDK
2 parents 56773e3 + b358dd2 commit ad67f6a

38 files changed

+101
-101
lines changed

sdk/python/tests/compiler/testdata/affinity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description: echo component
2121
implementation:
2222
container:
23-
image: busybox
23+
image: registry.access.redhat.com/ubi8/ubi-minimal
2424
command:
2525
- sh
2626
- -c

sdk/python/tests/compiler/testdata/affinity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ spec:
4343
command:
4444
- sh
4545
- -c
46-
image: busybox
46+
image: registry.access.redhat.com/ubi8/ubi-minimal
4747
securityContext:
4848
runAsUser: 0
4949
metadata:
5050
labels:
5151
pipelines.kubeflow.org/cache_enabled: "true"
5252
annotations:
5353
pipelines.kubeflow.org/component_spec_digest: '{"name": "echo", "outputs":
54-
[], "version": "echo@sha256=7a01fe307dc14789e461b2122f62bb8bc694f3f2eec35fa3239cf971034e2504"}'
54+
[], "version": "echo@sha256=ab609def0c7b2a62d50e762a6227140c53a6846df7bf43eba92bff81d3d3a3b7"}'
5555
taskRunSpecs:
5656
- pipelineTaskName: echo
5757
taskPodTemplate:

sdk/python/tests/compiler/testdata/artifact_outputs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ spec:
6666
valueFrom:
6767
fieldRef:
6868
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
69-
- image: busybox
69+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7070
name: output-taskrun-name
7171
command:
7272
- sh
7373
- -ec
7474
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
75-
- image: busybox
75+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7676
name: copy-results-artifacts
7777
command:
7878
- sh

sdk/python/tests/compiler/testdata/artifact_passing_using_volume.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ spec:
6969
valueFrom:
7070
fieldRef:
7171
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
72-
- image: busybox
72+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7373
name: output-taskrun-name
7474
command:
7575
- sh
7676
- -ec
7777
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
78-
- image: busybox
78+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7979
name: copy-results-artifacts
8080
command:
8181
- sh
@@ -154,13 +154,13 @@ spec:
154154
valueFrom:
155155
fieldRef:
156156
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
157-
- image: busybox
157+
- image: registry.access.redhat.com/ubi8/ubi-minimal
158158
name: output-taskrun-name
159159
command:
160160
- sh
161161
- -ec
162162
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
163-
- image: busybox
163+
- image: registry.access.redhat.com/ubi8/ubi-minimal
164164
name: copy-results-artifacts
165165
command:
166166
- sh

sdk/python/tests/compiler/testdata/big_data_multi_volumes_1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- name: print-big
7272
taskSpec:
7373
steps:
74-
- image: busybox
74+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7575
name: copy-inputs
7676
command:
7777
- sh

sdk/python/tests/compiler/testdata/big_data_multi_volumes_2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
- name: print-big
7474
taskSpec:
7575
steps:
76-
- image: busybox
76+
- image: registry.access.redhat.com/ubi8/ubi-minimal
7777
name: copy-inputs
7878
command:
7979
- sh

sdk/python/tests/compiler/testdata/big_data_passing.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ spec:
9999
valueFrom:
100100
fieldRef:
101101
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
102-
- image: busybox
102+
- image: registry.access.redhat.com/ubi8/ubi-minimal
103103
name: output-taskrun-name
104104
command:
105105
- sh
106106
- -ec
107107
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
108-
- image: busybox
108+
- image: registry.access.redhat.com/ubi8/ubi-minimal
109109
name: copy-results-artifacts
110110
command:
111111
- sh
@@ -157,7 +157,7 @@ spec:
157157
- name: split-text-lines
158158
taskSpec:
159159
steps:
160-
- image: busybox
160+
- image: registry.access.redhat.com/ubi8/ubi-minimal
161161
name: copy-inputs
162162
command:
163163
- sh
@@ -225,13 +225,13 @@ spec:
225225
valueFrom:
226226
fieldRef:
227227
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
228-
- image: busybox
228+
- image: registry.access.redhat.com/ubi8/ubi-minimal
229229
name: output-taskrun-name
230230
command:
231231
- sh
232232
- -ec
233233
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
234-
- image: busybox
234+
- image: registry.access.redhat.com/ubi8/ubi-minimal
235235
name: copy-results-artifacts
236236
command:
237237
- sh
@@ -441,13 +441,13 @@ spec:
441441
valueFrom:
442442
fieldRef:
443443
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
444-
- image: busybox
444+
- image: registry.access.redhat.com/ubi8/ubi-minimal
445445
name: output-taskrun-name
446446
command:
447447
- sh
448448
- -ec
449449
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
450-
- image: busybox
450+
- image: registry.access.redhat.com/ubi8/ubi-minimal
451451
name: copy-results-artifacts
452452
command:
453453
- sh
@@ -614,13 +614,13 @@ spec:
614614
valueFrom:
615615
fieldRef:
616616
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
617-
- image: busybox
617+
- image: registry.access.redhat.com/ubi8/ubi-minimal
618618
name: output-taskrun-name
619619
command:
620620
- sh
621621
- -ec
622622
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
623-
- image: busybox
623+
- image: registry.access.redhat.com/ubi8/ubi-minimal
624624
name: copy-results-artifacts
625625
command:
626626
- sh

sdk/python/tests/compiler/testdata/create_component_from_func.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ spec:
8989
valueFrom:
9090
fieldRef:
9191
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
92-
- image: busybox
92+
- image: registry.access.redhat.com/ubi8/ubi-minimal
9393
name: output-taskrun-name
9494
command:
9595
- sh
9696
- -ec
9797
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
98-
- image: busybox
98+
- image: registry.access.redhat.com/ubi8/ubi-minimal
9999
name: copy-results-artifacts
100100
command:
101101
- sh
@@ -167,13 +167,13 @@ spec:
167167
valueFrom:
168168
fieldRef:
169169
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
170-
- image: busybox
170+
- image: registry.access.redhat.com/ubi8/ubi-minimal
171171
name: output-taskrun-name
172172
command:
173173
- sh
174174
- -ec
175175
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
176-
- image: busybox
176+
- image: registry.access.redhat.com/ubi8/ubi-minimal
177177
name: copy-results-artifacts
178178
command:
179179
- sh

sdk/python/tests/compiler/testdata/data_passing_pipeline_complete.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ spec:
119119
valueFrom:
120120
fieldRef:
121121
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
122-
- image: busybox
122+
- image: registry.access.redhat.com/ubi8/ubi-minimal
123123
name: output-taskrun-name
124124
command:
125125
- sh
126126
- -ec
127127
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
128-
- image: busybox
128+
- image: registry.access.redhat.com/ubi8/ubi-minimal
129129
name: copy-results-artifacts
130130
command:
131131
- sh
@@ -209,13 +209,13 @@ spec:
209209
valueFrom:
210210
fieldRef:
211211
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
212-
- image: busybox
212+
- image: registry.access.redhat.com/ubi8/ubi-minimal
213213
name: output-taskrun-name
214214
command:
215215
- sh
216216
- -ec
217217
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
218-
- image: busybox
218+
- image: registry.access.redhat.com/ubi8/ubi-minimal
219219
name: copy-results-artifacts
220220
command:
221221
- sh
@@ -317,13 +317,13 @@ spec:
317317
valueFrom:
318318
fieldRef:
319319
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
320-
- image: busybox
320+
- image: registry.access.redhat.com/ubi8/ubi-minimal
321321
name: output-taskrun-name
322322
command:
323323
- sh
324324
- -ec
325325
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
326-
- image: busybox
326+
- image: registry.access.redhat.com/ubi8/ubi-minimal
327327
name: copy-results-artifacts
328328
command:
329329
- sh
@@ -468,7 +468,7 @@ spec:
468468
- name: consume-anything-as-file
469469
taskSpec:
470470
steps:
471-
- image: busybox
471+
- image: registry.access.redhat.com/ubi8/ubi-minimal
472472
name: copy-inputs
473473
command:
474474
- sh
@@ -515,7 +515,7 @@ spec:
515515
- name: consume-something-as-file
516516
taskSpec:
517517
steps:
518-
- image: busybox
518+
- image: registry.access.redhat.com/ubi8/ubi-minimal
519519
name: copy-inputs
520520
command:
521521
- sh
@@ -562,7 +562,7 @@ spec:
562562
- name: consume-string-as-file
563563
taskSpec:
564564
steps:
565-
- image: busybox
565+
- image: registry.access.redhat.com/ubi8/ubi-minimal
566566
name: copy-inputs
567567
command:
568568
- sh
@@ -861,7 +861,7 @@ spec:
861861
- name: consume-anything-as-file-2
862862
taskSpec:
863863
steps:
864-
- image: busybox
864+
- image: registry.access.redhat.com/ubi8/ubi-minimal
865865
name: copy-inputs
866866
command:
867867
- sh
@@ -912,7 +912,7 @@ spec:
912912
- name: consume-anything-as-file-3
913913
taskSpec:
914914
steps:
915-
- image: busybox
915+
- image: registry.access.redhat.com/ubi8/ubi-minimal
916916
name: copy-inputs
917917
command:
918918
- sh
@@ -963,7 +963,7 @@ spec:
963963
- name: consume-anything-as-file-4
964964
taskSpec:
965965
steps:
966-
- image: busybox
966+
- image: registry.access.redhat.com/ubi8/ubi-minimal
967967
name: copy-inputs
968968
command:
969969
- sh
@@ -1014,7 +1014,7 @@ spec:
10141014
- name: consume-something-as-file-2
10151015
taskSpec:
10161016
steps:
1017-
- image: busybox
1017+
- image: registry.access.redhat.com/ubi8/ubi-minimal
10181018
name: copy-inputs
10191019
command:
10201020
- sh
@@ -1065,7 +1065,7 @@ spec:
10651065
- name: consume-something-as-file-3
10661066
taskSpec:
10671067
steps:
1068-
- image: busybox
1068+
- image: registry.access.redhat.com/ubi8/ubi-minimal
10691069
name: copy-inputs
10701070
command:
10711071
- sh
@@ -1116,7 +1116,7 @@ spec:
11161116
- name: consume-string-as-file-2
11171117
taskSpec:
11181118
steps:
1119-
- image: busybox
1119+
- image: registry.access.redhat.com/ubi8/ubi-minimal
11201120
name: copy-inputs
11211121
command:
11221122
- sh
@@ -1167,7 +1167,7 @@ spec:
11671167
- name: consume-string-as-file-3
11681168
taskSpec:
11691169
steps:
1170-
- image: busybox
1170+
- image: registry.access.redhat.com/ubi8/ubi-minimal
11711171
name: copy-inputs
11721172
command:
11731173
- sh

sdk/python/tests/compiler/testdata/data_passing_pipeline_param_as_file.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- name: consume-anything-as-file
5757
taskSpec:
5858
steps:
59-
- image: busybox
59+
- image: registry.access.redhat.com/ubi8/ubi-minimal
6060
name: copy-inputs
6161
command:
6262
- sh
@@ -107,7 +107,7 @@ spec:
107107
- name: consume-anything-as-file-2
108108
taskSpec:
109109
steps:
110-
- image: busybox
110+
- image: registry.access.redhat.com/ubi8/ubi-minimal
111111
name: copy-inputs
112112
command:
113113
- sh
@@ -158,7 +158,7 @@ spec:
158158
- name: consume-anything-as-file-3
159159
taskSpec:
160160
steps:
161-
- image: busybox
161+
- image: registry.access.redhat.com/ubi8/ubi-minimal
162162
name: copy-inputs
163163
command:
164164
- sh
@@ -209,7 +209,7 @@ spec:
209209
- name: consume-something-as-file
210210
taskSpec:
211211
steps:
212-
- image: busybox
212+
- image: registry.access.redhat.com/ubi8/ubi-minimal
213213
name: copy-inputs
214214
command:
215215
- sh
@@ -260,7 +260,7 @@ spec:
260260
- name: consume-something-as-file-2
261261
taskSpec:
262262
steps:
263-
- image: busybox
263+
- image: registry.access.redhat.com/ubi8/ubi-minimal
264264
name: copy-inputs
265265
command:
266266
- sh
@@ -311,7 +311,7 @@ spec:
311311
- name: consume-string-as-file
312312
taskSpec:
313313
steps:
314-
- image: busybox
314+
- image: registry.access.redhat.com/ubi8/ubi-minimal
315315
name: copy-inputs
316316
command:
317317
- sh
@@ -362,7 +362,7 @@ spec:
362362
- name: consume-string-as-file-2
363363
taskSpec:
364364
steps:
365-
- image: busybox
365+
- image: registry.access.redhat.com/ubi8/ubi-minimal
366366
name: copy-inputs
367367
command:
368368
- sh

0 commit comments

Comments
 (0)