mas-cli 15.1.5__py3-none-any.whl → 15.1.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/aiservice/install/app.py +2 -0
- mas/cli/aiservice/install/argBuilder.py +2 -0
- mas/cli/aiservice/install/argParser.py +6 -0
- mas/cli/aiservice/install/params.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +284 -190
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.6.dist-info}/METADATA +1 -1
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.6.dist-info}/RECORD +12 -12
- {mas_cli-15.1.5.data → mas_cli-15.1.6.data}/scripts/mas-cli +0 -0
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.6.dist-info}/WHEEL +0 -0
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.6.dist-info}/top_level.txt +0 -0
|
@@ -129,7 +129,7 @@ spec:
|
|
|
129
129
|
|
|
130
130
|
steps:
|
|
131
131
|
- name: start-pipelinerun
|
|
132
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
133
133
|
imagePullPolicy: $(params.image_pull_policy)
|
|
134
134
|
command:
|
|
135
135
|
- ansible-playbook
|
|
@@ -201,7 +201,7 @@ spec:
|
|
|
201
201
|
optional: false
|
|
202
202
|
|
|
203
203
|
- name: wait-for-pipelinerun
|
|
204
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
205
205
|
imagePullPolicy: $(params.image_pull_policy)
|
|
206
206
|
# 50 retries at 5 minute intervals = 4 hours
|
|
207
207
|
command:
|
|
@@ -281,7 +281,7 @@ spec:
|
|
|
281
281
|
|
|
282
282
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
283
283
|
- name: app-cfg-post-verify
|
|
284
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -602,7 +602,7 @@ spec:
|
|
|
602
602
|
command:
|
|
603
603
|
- /opt/app-root/src/run-role.sh
|
|
604
604
|
- aiservice_tenant
|
|
605
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
605
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
606
606
|
imagePullPolicy: $(params.image_pull_policy)
|
|
607
607
|
workingDir: /workspace/configs
|
|
608
608
|
|
|
@@ -855,7 +855,7 @@ spec:
|
|
|
855
855
|
command:
|
|
856
856
|
- /opt/app-root/src/run-role.sh
|
|
857
857
|
- aiservice
|
|
858
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
858
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
859
859
|
imagePullPolicy: $(params.image_pull_policy)
|
|
860
860
|
workingDir: /workspace/configs
|
|
861
861
|
|
|
@@ -971,7 +971,7 @@ spec:
|
|
|
971
971
|
command:
|
|
972
972
|
- /opt/app-root/src/run-role.sh
|
|
973
973
|
- appconnect
|
|
974
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
974
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
975
975
|
imagePullPolicy: $(params.image_pull_policy)
|
|
976
976
|
workingDir: /workspace/configs
|
|
977
977
|
|
|
@@ -1089,7 +1089,7 @@ spec:
|
|
|
1089
1089
|
command:
|
|
1090
1090
|
- /opt/app-root/src/run-role.sh
|
|
1091
1091
|
- arcgis
|
|
1092
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1092
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1093
1093
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1094
1094
|
# --------------------------------------------------------------------------------
|
|
1095
1095
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1159,7 +1159,7 @@ spec:
|
|
|
1159
1159
|
command:
|
|
1160
1160
|
- /opt/app-root/src/run-role.sh
|
|
1161
1161
|
- cert_manager
|
|
1162
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1162
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1163
1163
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1164
1164
|
workingDir: /workspace/configs
|
|
1165
1165
|
# --------------------------------------------------------------------------------
|
|
@@ -1225,7 +1225,7 @@ spec:
|
|
|
1225
1225
|
command:
|
|
1226
1226
|
- /opt/app-root/src/run-role.sh
|
|
1227
1227
|
- common_services
|
|
1228
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1228
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1229
1229
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1230
1230
|
workingDir: /workspace/configs
|
|
1231
1231
|
# --------------------------------------------------------------------------------
|
|
@@ -1352,7 +1352,7 @@ spec:
|
|
|
1352
1352
|
command:
|
|
1353
1353
|
- /opt/app-root/src/run-role.sh
|
|
1354
1354
|
- cos
|
|
1355
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1355
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1356
1356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1357
1357
|
workingDir: /workspace/configs
|
|
1358
1358
|
|
|
@@ -1472,7 +1472,7 @@ spec:
|
|
|
1472
1472
|
command:
|
|
1473
1473
|
- /opt/app-root/src/run-role.sh
|
|
1474
1474
|
- cp4d_service
|
|
1475
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1475
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1476
1476
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1477
1477
|
workingDir: /workspace/configs
|
|
1478
1478
|
# --------------------------------------------------------------------------------
|
|
@@ -1589,7 +1589,7 @@ spec:
|
|
|
1589
1589
|
command:
|
|
1590
1590
|
- /opt/app-root/src/run-role.sh
|
|
1591
1591
|
- cp4d_service
|
|
1592
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1592
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1593
1593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1594
1594
|
workingDir: /workspace/configs
|
|
1595
1595
|
|
|
@@ -1695,7 +1695,7 @@ spec:
|
|
|
1695
1695
|
command:
|
|
1696
1696
|
- /opt/app-root/src/run-role.sh
|
|
1697
1697
|
- cp4d
|
|
1698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1698
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
1699
1699
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1700
1700
|
# --------------------------------------------------------------------------------
|
|
1701
1701
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2017,7 +2017,7 @@ spec:
|
|
|
2017
2017
|
command:
|
|
2018
2018
|
- /opt/app-root/src/run-role.sh
|
|
2019
2019
|
- db2
|
|
2020
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2020
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2021
2021
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2022
2022
|
workingDir: /workspace/configs
|
|
2023
2023
|
|
|
@@ -2127,7 +2127,7 @@ spec:
|
|
|
2127
2127
|
command:
|
|
2128
2128
|
- /opt/app-root/src/run-role.sh
|
|
2129
2129
|
- eck
|
|
2130
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2130
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2131
2131
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2132
2132
|
# --------------------------------------------------------------------------------
|
|
2133
2133
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2216,7 +2216,7 @@ spec:
|
|
|
2216
2216
|
command:
|
|
2217
2217
|
- /opt/app-root/src/run-role.sh
|
|
2218
2218
|
- gencfg_workspace
|
|
2219
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2219
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2220
2220
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2221
2221
|
workingDir: /workspace/configs
|
|
2222
2222
|
|
|
@@ -2411,7 +2411,7 @@ spec:
|
|
|
2411
2411
|
- -c
|
|
2412
2412
|
name: gitops-aibroker-tenant
|
|
2413
2413
|
imagePullPolicy: IfNotPresent
|
|
2414
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2414
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2415
2415
|
workspaces:
|
|
2416
2416
|
- name: configs
|
|
2417
2417
|
# --------------------------------------------------------------------------------
|
|
@@ -2604,7 +2604,7 @@ spec:
|
|
|
2604
2604
|
- -c
|
|
2605
2605
|
name: gitops-aibroker
|
|
2606
2606
|
imagePullPolicy: IfNotPresent
|
|
2607
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2607
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2608
2608
|
workspaces:
|
|
2609
2609
|
- name: configs
|
|
2610
2610
|
# --------------------------------------------------------------------------------
|
|
@@ -2705,7 +2705,7 @@ spec:
|
|
|
2705
2705
|
- -c
|
|
2706
2706
|
name: gitops-bootstrap
|
|
2707
2707
|
imagePullPolicy: IfNotPresent
|
|
2708
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2708
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2709
2709
|
workspaces:
|
|
2710
2710
|
- name: configs
|
|
2711
2711
|
# --------------------------------------------------------------------------------
|
|
@@ -2787,7 +2787,7 @@ spec:
|
|
|
2787
2787
|
- -c
|
|
2788
2788
|
name: gitops-cis-compliance
|
|
2789
2789
|
imagePullPolicy: IfNotPresent
|
|
2790
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2790
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
2791
2791
|
workspaces:
|
|
2792
2792
|
- name: configs
|
|
2793
2793
|
# --------------------------------------------------------------------------------
|
|
@@ -3122,7 +3122,7 @@ spec:
|
|
|
3122
3122
|
- -c
|
|
3123
3123
|
name: gitops-cluster
|
|
3124
3124
|
imagePullPolicy: Always
|
|
3125
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3125
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3126
3126
|
workspaces:
|
|
3127
3127
|
- name: configs
|
|
3128
3128
|
# --------------------------------------------------------------------------------
|
|
@@ -3230,7 +3230,7 @@ spec:
|
|
|
3230
3230
|
- -c
|
|
3231
3231
|
name: gitops-cos
|
|
3232
3232
|
imagePullPolicy: IfNotPresent
|
|
3233
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3233
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3234
3234
|
workspaces:
|
|
3235
3235
|
- name: configs
|
|
3236
3236
|
# --------------------------------------------------------------------------------
|
|
@@ -3378,7 +3378,7 @@ spec:
|
|
|
3378
3378
|
- -c
|
|
3379
3379
|
name: gitops-cp4d-service
|
|
3380
3380
|
imagePullPolicy: IfNotPresent
|
|
3381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3381
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3382
3382
|
workspaces:
|
|
3383
3383
|
- name: configs
|
|
3384
3384
|
- name: shared-gitops-configs
|
|
@@ -3507,7 +3507,7 @@ spec:
|
|
|
3507
3507
|
- -c
|
|
3508
3508
|
name: gitops-cp4d
|
|
3509
3509
|
imagePullPolicy: IfNotPresent
|
|
3510
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3510
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3511
3511
|
workspaces:
|
|
3512
3512
|
- name: configs
|
|
3513
3513
|
- name: shared-gitops-configs
|
|
@@ -3798,7 +3798,7 @@ spec:
|
|
|
3798
3798
|
- -c
|
|
3799
3799
|
name: gitops-db2u-database
|
|
3800
3800
|
imagePullPolicy: Always
|
|
3801
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3801
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3802
3802
|
workspaces:
|
|
3803
3803
|
- name: configs
|
|
3804
3804
|
- name: shared-gitops-configs
|
|
@@ -3896,7 +3896,7 @@ spec:
|
|
|
3896
3896
|
- -c
|
|
3897
3897
|
name: gitops-db2u
|
|
3898
3898
|
imagePullPolicy: IfNotPresent
|
|
3899
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3899
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
3900
3900
|
workspaces:
|
|
3901
3901
|
- name: configs
|
|
3902
3902
|
# --------------------------------------------------------------------------------
|
|
@@ -4023,7 +4023,7 @@ spec:
|
|
|
4023
4023
|
- -c
|
|
4024
4024
|
name: gitops-delete-jdbc-config
|
|
4025
4025
|
imagePullPolicy: IfNotPresent
|
|
4026
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4026
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4027
4027
|
workspaces:
|
|
4028
4028
|
- name: configs
|
|
4029
4029
|
# --------------------------------------------------------------------------------
|
|
@@ -4121,7 +4121,7 @@ spec:
|
|
|
4121
4121
|
- -c
|
|
4122
4122
|
name: gitops-delete-kafka-config
|
|
4123
4123
|
imagePullPolicy: Always
|
|
4124
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4124
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4125
4125
|
workspaces:
|
|
4126
4126
|
- name: configs
|
|
4127
4127
|
|
|
@@ -4213,7 +4213,7 @@ spec:
|
|
|
4213
4213
|
- -c
|
|
4214
4214
|
name: gitops-deprovision-app-config
|
|
4215
4215
|
imagePullPolicy: IfNotPresent
|
|
4216
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4216
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4217
4217
|
workspaces:
|
|
4218
4218
|
- name: configs
|
|
4219
4219
|
# --------------------------------------------------------------------------------
|
|
@@ -4298,7 +4298,7 @@ spec:
|
|
|
4298
4298
|
- -c
|
|
4299
4299
|
name: gitops-deprovision-app-install
|
|
4300
4300
|
imagePullPolicy: IfNotPresent
|
|
4301
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4301
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4302
4302
|
workspaces:
|
|
4303
4303
|
- name: configs
|
|
4304
4304
|
# --------------------------------------------------------------------------------
|
|
@@ -4383,7 +4383,7 @@ spec:
|
|
|
4383
4383
|
- -c
|
|
4384
4384
|
name: gitops-deprovision-cluster
|
|
4385
4385
|
imagePullPolicy: IfNotPresent
|
|
4386
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4386
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4387
4387
|
workspaces:
|
|
4388
4388
|
- name: configs
|
|
4389
4389
|
# --------------------------------------------------------------------------------
|
|
@@ -4502,7 +4502,7 @@ spec:
|
|
|
4502
4502
|
- -c
|
|
4503
4503
|
name: gitops-deprovision-cos
|
|
4504
4504
|
imagePullPolicy: IfNotPresent
|
|
4505
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4505
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4506
4506
|
workspaces:
|
|
4507
4507
|
- name: configs
|
|
4508
4508
|
# --------------------------------------------------------------------------------
|
|
@@ -4607,7 +4607,7 @@ spec:
|
|
|
4607
4607
|
- -c
|
|
4608
4608
|
name: gitops-deprovision-cp4d-service
|
|
4609
4609
|
imagePullPolicy: IfNotPresent
|
|
4610
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4610
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4611
4611
|
workspaces:
|
|
4612
4612
|
- name: configs
|
|
4613
4613
|
# --------------------------------------------------------------------------------
|
|
@@ -4695,7 +4695,7 @@ spec:
|
|
|
4695
4695
|
- -c
|
|
4696
4696
|
name: gitops-deprovision-cp4d
|
|
4697
4697
|
imagePullPolicy: IfNotPresent
|
|
4698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4698
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4699
4699
|
workspaces:
|
|
4700
4700
|
- name: configs
|
|
4701
4701
|
# --------------------------------------------------------------------------------
|
|
@@ -4788,7 +4788,7 @@ spec:
|
|
|
4788
4788
|
- -c
|
|
4789
4789
|
name: gitops-deprovision-db2u-database
|
|
4790
4790
|
imagePullPolicy: IfNotPresent
|
|
4791
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4791
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4792
4792
|
workspaces:
|
|
4793
4793
|
- name: configs
|
|
4794
4794
|
|
|
@@ -4871,7 +4871,7 @@ spec:
|
|
|
4871
4871
|
- -c
|
|
4872
4872
|
name: gitops-deprovision-db2u
|
|
4873
4873
|
imagePullPolicy: IfNotPresent
|
|
4874
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4874
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4875
4875
|
workspaces:
|
|
4876
4876
|
- name: configs
|
|
4877
4877
|
|
|
@@ -4988,7 +4988,7 @@ spec:
|
|
|
4988
4988
|
- -c
|
|
4989
4989
|
name: gitops-deprovision-efs
|
|
4990
4990
|
imagePullPolicy: IfNotPresent
|
|
4991
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4991
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
4992
4992
|
workspaces:
|
|
4993
4993
|
- name: configs
|
|
4994
4994
|
|
|
@@ -5098,7 +5098,7 @@ spec:
|
|
|
5098
5098
|
- -c
|
|
5099
5099
|
name: gitops-deprovision-kafka
|
|
5100
5100
|
imagePullPolicy: IfNotPresent
|
|
5101
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5101
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5102
5102
|
workspaces:
|
|
5103
5103
|
- name: configs
|
|
5104
5104
|
# --------------------------------------------------------------------------------
|
|
@@ -5201,7 +5201,7 @@ spec:
|
|
|
5201
5201
|
- -c
|
|
5202
5202
|
name: gitops-deprovision-mongo
|
|
5203
5203
|
imagePullPolicy: IfNotPresent
|
|
5204
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5204
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5205
5205
|
workspaces:
|
|
5206
5206
|
- name: configs
|
|
5207
5207
|
|
|
@@ -5258,7 +5258,7 @@ spec:
|
|
|
5258
5258
|
- -c
|
|
5259
5259
|
name: gitops-deprovision-rosa
|
|
5260
5260
|
imagePullPolicy: IfNotPresent
|
|
5261
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5261
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5262
5262
|
workspaces:
|
|
5263
5263
|
- name: configs
|
|
5264
5264
|
# --------------------------------------------------------------------------------
|
|
@@ -5463,7 +5463,7 @@ spec:
|
|
|
5463
5463
|
- -c
|
|
5464
5464
|
name: gitops-deprovision-suite-config
|
|
5465
5465
|
imagePullPolicy: IfNotPresent
|
|
5466
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5466
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5467
5467
|
workspaces:
|
|
5468
5468
|
- name: configs
|
|
5469
5469
|
|
|
@@ -5561,7 +5561,7 @@ spec:
|
|
|
5561
5561
|
- -c
|
|
5562
5562
|
name: gitops-deprovision-suite-idp-config
|
|
5563
5563
|
imagePullPolicy: IfNotPresent
|
|
5564
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5564
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5565
5565
|
workspaces:
|
|
5566
5566
|
- name: configs
|
|
5567
5567
|
# --------------------------------------------------------------------------------
|
|
@@ -5653,7 +5653,7 @@ spec:
|
|
|
5653
5653
|
- -c
|
|
5654
5654
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5655
5655
|
imagePullPolicy: IfNotPresent
|
|
5656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5656
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5657
5657
|
workspaces:
|
|
5658
5658
|
- name: configs
|
|
5659
5659
|
# --------------------------------------------------------------------------------
|
|
@@ -5865,7 +5865,7 @@ spec:
|
|
|
5865
5865
|
- -c
|
|
5866
5866
|
name: gitops-deprovision-suite-smtp-config
|
|
5867
5867
|
imagePullPolicy: IfNotPresent
|
|
5868
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5868
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5869
5869
|
workspaces:
|
|
5870
5870
|
- name: configs
|
|
5871
5871
|
# --------------------------------------------------------------------------------
|
|
@@ -5958,7 +5958,7 @@ spec:
|
|
|
5958
5958
|
- -c
|
|
5959
5959
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5960
5960
|
imagePullPolicy: IfNotPresent
|
|
5961
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5961
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
5962
5962
|
workspaces:
|
|
5963
5963
|
- name: configs
|
|
5964
5964
|
# --------------------------------------------------------------------------------
|
|
@@ -6049,7 +6049,7 @@ spec:
|
|
|
6049
6049
|
- -c
|
|
6050
6050
|
name: gitops-deprovision-suite-workspace
|
|
6051
6051
|
imagePullPolicy: Always
|
|
6052
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6052
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6053
6053
|
workspaces:
|
|
6054
6054
|
- name: configs
|
|
6055
6055
|
# --------------------------------------------------------------------------------
|
|
@@ -6142,7 +6142,7 @@ spec:
|
|
|
6142
6142
|
- -c
|
|
6143
6143
|
name: gitops-deprovision-suite
|
|
6144
6144
|
imagePullPolicy: IfNotPresent
|
|
6145
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6145
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6146
6146
|
workspaces:
|
|
6147
6147
|
- name: configs
|
|
6148
6148
|
|
|
@@ -6255,7 +6255,7 @@ spec:
|
|
|
6255
6255
|
- -c
|
|
6256
6256
|
name: gitops-dro
|
|
6257
6257
|
imagePullPolicy: IfNotPresent
|
|
6258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6258
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6259
6259
|
workspaces:
|
|
6260
6260
|
- name: configs
|
|
6261
6261
|
# --------------------------------------------------------------------------------
|
|
@@ -6382,7 +6382,7 @@ spec:
|
|
|
6382
6382
|
- -c
|
|
6383
6383
|
name: gitops-efs
|
|
6384
6384
|
imagePullPolicy: IfNotPresent
|
|
6385
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6385
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6386
6386
|
workspaces:
|
|
6387
6387
|
- name: configs
|
|
6388
6388
|
|
|
@@ -6517,7 +6517,7 @@ spec:
|
|
|
6517
6517
|
- -c
|
|
6518
6518
|
name: gitops-jdbc-config
|
|
6519
6519
|
imagePullPolicy: Always
|
|
6520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6520
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6521
6521
|
workspaces:
|
|
6522
6522
|
- name: configs
|
|
6523
6523
|
- name: shared-gitops-configs
|
|
@@ -6613,7 +6613,7 @@ spec:
|
|
|
6613
6613
|
- -c
|
|
6614
6614
|
name: gitops-kafka-config
|
|
6615
6615
|
imagePullPolicy: Always
|
|
6616
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6616
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6617
6617
|
workspaces:
|
|
6618
6618
|
- name: configs
|
|
6619
6619
|
|
|
@@ -6735,7 +6735,7 @@ spec:
|
|
|
6735
6735
|
- -c
|
|
6736
6736
|
name: gitops-kafka
|
|
6737
6737
|
imagePullPolicy: IfNotPresent
|
|
6738
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6738
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6739
6739
|
workspaces:
|
|
6740
6740
|
- name: configs
|
|
6741
6741
|
# --------------------------------------------------------------------------------
|
|
@@ -6929,7 +6929,7 @@ spec:
|
|
|
6929
6929
|
- -c
|
|
6930
6930
|
name: gitops-kmodel
|
|
6931
6931
|
imagePullPolicy: IfNotPresent
|
|
6932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6932
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
6933
6933
|
workspaces:
|
|
6934
6934
|
- name: configs
|
|
6935
6935
|
# --------------------------------------------------------------------------------
|
|
@@ -7055,7 +7055,7 @@ spec:
|
|
|
7055
7055
|
- -c
|
|
7056
7056
|
name: gitops-license
|
|
7057
7057
|
imagePullPolicy: Always
|
|
7058
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7058
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
7059
7059
|
workspaces:
|
|
7060
7060
|
- name: shared-entitlement
|
|
7061
7061
|
|
|
@@ -7774,7 +7774,7 @@ spec:
|
|
|
7774
7774
|
- -c
|
|
7775
7775
|
name: gitops-mas-fvt-preparer
|
|
7776
7776
|
imagePullPolicy: Always
|
|
7777
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7777
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
7778
7778
|
workspaces:
|
|
7779
7779
|
- name: configs
|
|
7780
7780
|
- name: shared-additional-configs
|
|
@@ -8274,7 +8274,7 @@ spec:
|
|
|
8274
8274
|
- -c
|
|
8275
8275
|
name: gitops-mas-initiator
|
|
8276
8276
|
imagePullPolicy: IfNotPresent
|
|
8277
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8277
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8278
8278
|
workspaces:
|
|
8279
8279
|
- name: configs
|
|
8280
8280
|
# --------------------------------------------------------------------------------
|
|
@@ -8407,7 +8407,7 @@ spec:
|
|
|
8407
8407
|
- -c
|
|
8408
8408
|
name: gitops-mas-provisioner
|
|
8409
8409
|
imagePullPolicy: IfNotPresent
|
|
8410
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8410
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8411
8411
|
workspaces:
|
|
8412
8412
|
- name: configs
|
|
8413
8413
|
# --------------------------------------------------------------------------------
|
|
@@ -8515,7 +8515,7 @@ spec:
|
|
|
8515
8515
|
- -c
|
|
8516
8516
|
name: gitops-mongo
|
|
8517
8517
|
imagePullPolicy: IfNotPresent
|
|
8518
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8518
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8519
8519
|
workspaces:
|
|
8520
8520
|
- name: configs
|
|
8521
8521
|
|
|
@@ -8641,7 +8641,7 @@ spec:
|
|
|
8641
8641
|
- -c
|
|
8642
8642
|
name: gitops-nvidia-gpu
|
|
8643
8643
|
imagePullPolicy: IfNotPresent
|
|
8644
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8644
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8645
8645
|
workspaces:
|
|
8646
8646
|
- name: configs
|
|
8647
8647
|
# --------------------------------------------------------------------------------
|
|
@@ -8758,7 +8758,7 @@ spec:
|
|
|
8758
8758
|
- -c
|
|
8759
8759
|
name: gitops-odh
|
|
8760
8760
|
imagePullPolicy: IfNotPresent
|
|
8761
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8761
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8762
8762
|
workspaces:
|
|
8763
8763
|
- name: configs
|
|
8764
8764
|
# --------------------------------------------------------------------------------
|
|
@@ -8876,7 +8876,7 @@ spec:
|
|
|
8876
8876
|
- -c
|
|
8877
8877
|
name: gitops-process-mongo-user
|
|
8878
8878
|
imagePullPolicy: IfNotPresent
|
|
8879
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8879
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8880
8880
|
workspaces:
|
|
8881
8881
|
- name: configs
|
|
8882
8882
|
# --------------------------------------------------------------------------------
|
|
@@ -8932,7 +8932,7 @@ spec:
|
|
|
8932
8932
|
- -c
|
|
8933
8933
|
name: gitops-rosa
|
|
8934
8934
|
imagePullPolicy: IfNotPresent
|
|
8935
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8935
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
8936
8936
|
workspaces:
|
|
8937
8937
|
- name: configs
|
|
8938
8938
|
# --------------------------------------------------------------------------------
|
|
@@ -9114,7 +9114,7 @@ spec:
|
|
|
9114
9114
|
- -c
|
|
9115
9115
|
name: gitops-suite-app-config
|
|
9116
9116
|
imagePullPolicy: IfNotPresent
|
|
9117
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9117
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9118
9118
|
workspaces:
|
|
9119
9119
|
- name: configs
|
|
9120
9120
|
- name: shared-gitops-configs
|
|
@@ -9272,7 +9272,7 @@ spec:
|
|
|
9272
9272
|
- -c
|
|
9273
9273
|
name: gitops-suite-app-install
|
|
9274
9274
|
imagePullPolicy: Always
|
|
9275
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9275
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9276
9276
|
workspaces:
|
|
9277
9277
|
- name: configs
|
|
9278
9278
|
- name: shared-gitops-configs
|
|
@@ -9378,7 +9378,7 @@ spec:
|
|
|
9378
9378
|
- -c
|
|
9379
9379
|
name: gitops-suite-certs
|
|
9380
9380
|
imagePullPolicy: IfNotPresent
|
|
9381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9381
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9382
9382
|
workspaces:
|
|
9383
9383
|
- name: configs
|
|
9384
9384
|
- name: certificates
|
|
@@ -9553,7 +9553,7 @@ spec:
|
|
|
9553
9553
|
- -c
|
|
9554
9554
|
name: gitops-suite-config
|
|
9555
9555
|
imagePullPolicy: IfNotPresent
|
|
9556
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9556
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9557
9557
|
workspaces:
|
|
9558
9558
|
- name: configs
|
|
9559
9559
|
- name: shared-additional-configs
|
|
@@ -9653,7 +9653,7 @@ spec:
|
|
|
9653
9653
|
- -c
|
|
9654
9654
|
name: gitops-suite-dns
|
|
9655
9655
|
imagePullPolicy: IfNotPresent
|
|
9656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9656
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9657
9657
|
workspaces:
|
|
9658
9658
|
- name: configs
|
|
9659
9659
|
|
|
@@ -9777,7 +9777,7 @@ spec:
|
|
|
9777
9777
|
- -c
|
|
9778
9778
|
name: gitops-suite-idp-config
|
|
9779
9779
|
imagePullPolicy: IfNotPresent
|
|
9780
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9780
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9781
9781
|
workspaces:
|
|
9782
9782
|
- name: configs
|
|
9783
9783
|
- name: shared-additional-configs
|
|
@@ -9878,7 +9878,7 @@ spec:
|
|
|
9878
9878
|
- -c
|
|
9879
9879
|
name: gitops-suite-objectstorage-config
|
|
9880
9880
|
imagePullPolicy: IfNotPresent
|
|
9881
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9881
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
9882
9882
|
workspaces:
|
|
9883
9883
|
- name: configs
|
|
9884
9884
|
- name: shared-gitops-configs
|
|
@@ -10300,7 +10300,7 @@ spec:
|
|
|
10300
10300
|
- -c
|
|
10301
10301
|
name: gitops-suite-smtp-config
|
|
10302
10302
|
imagePullPolicy: IfNotPresent
|
|
10303
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10303
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
10304
10304
|
workspaces:
|
|
10305
10305
|
- name: configs
|
|
10306
10306
|
- name: shared-gitops-configs
|
|
@@ -10420,7 +10420,7 @@ spec:
|
|
|
10420
10420
|
- -c
|
|
10421
10421
|
name: gitops-suite-watson-studio-config
|
|
10422
10422
|
imagePullPolicy: IfNotPresent
|
|
10423
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10423
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
10424
10424
|
workspaces:
|
|
10425
10425
|
- name: configs
|
|
10426
10426
|
- name: shared-gitops-configs
|
|
@@ -10522,7 +10522,7 @@ spec:
|
|
|
10522
10522
|
- -c
|
|
10523
10523
|
name: gitops-suite-workspace
|
|
10524
10524
|
imagePullPolicy: IfNotPresent
|
|
10525
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10525
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
10526
10526
|
workspaces:
|
|
10527
10527
|
- name: configs
|
|
10528
10528
|
# --------------------------------------------------------------------------------
|
|
@@ -10860,7 +10860,7 @@ spec:
|
|
|
10860
10860
|
- -c
|
|
10861
10861
|
name: gitops-suite
|
|
10862
10862
|
imagePullPolicy: IfNotPresent
|
|
10863
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10863
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
10864
10864
|
workspaces:
|
|
10865
10865
|
- name: configs
|
|
10866
10866
|
- name: shared-gitops-configs
|
|
@@ -10910,7 +10910,7 @@ spec:
|
|
|
10910
10910
|
|
|
10911
10911
|
steps:
|
|
10912
10912
|
- name: grafana
|
|
10913
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10913
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
10914
10914
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10915
10915
|
command:
|
|
10916
10916
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11044,7 +11044,7 @@ spec:
|
|
|
11044
11044
|
command:
|
|
11045
11045
|
- /opt/app-root/src/run-role.sh
|
|
11046
11046
|
- ibm_catalogs
|
|
11047
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11047
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
11048
11048
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11049
11049
|
workingDir: /workspace/configs
|
|
11050
11050
|
# --------------------------------------------------------------------------------
|
|
@@ -11286,7 +11286,7 @@ spec:
|
|
|
11286
11286
|
command:
|
|
11287
11287
|
- /opt/app-root/src/run-role.sh
|
|
11288
11288
|
- kafka
|
|
11289
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11289
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
11290
11290
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11291
11291
|
workingDir: /workspace/configs
|
|
11292
11292
|
|
|
@@ -11461,7 +11461,7 @@ spec:
|
|
|
11461
11461
|
command:
|
|
11462
11462
|
- /opt/app-root/src/run-role.sh
|
|
11463
11463
|
- aiservice_kmodels
|
|
11464
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11464
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
11465
11465
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11466
11466
|
# --------------------------------------------------------------------------------
|
|
11467
11467
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
|
|
@@ -11924,7 +11924,7 @@ spec:
|
|
|
11924
11924
|
description: Extracted component names as a JSON array
|
|
11925
11925
|
steps:
|
|
11926
11926
|
- name: extract
|
|
11927
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11927
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
11928
11928
|
script: |
|
|
11929
11929
|
#!/bin/sh
|
|
11930
11930
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12277,7 +12277,7 @@ spec:
|
|
|
12277
12277
|
echo "No IBM COS instance to delete"
|
|
12278
12278
|
fi
|
|
12279
12279
|
exit 0
|
|
12280
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12280
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
12281
12281
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12282
12282
|
workingDir: /workspace/configs
|
|
12283
12283
|
env:
|
|
@@ -12377,7 +12377,7 @@ spec:
|
|
|
12377
12377
|
echo "No EventStreams instance to delete"
|
|
12378
12378
|
fi
|
|
12379
12379
|
exit 0
|
|
12380
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12380
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
12381
12381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12382
12382
|
workingDir: /workspace/configs
|
|
12383
12383
|
env:
|
|
@@ -12478,7 +12478,7 @@ spec:
|
|
|
12478
12478
|
command:
|
|
12479
12479
|
- /opt/app-root/src/run-role.sh
|
|
12480
12480
|
- ocp_deprovision
|
|
12481
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12481
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
12482
12482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12483
12483
|
env:
|
|
12484
12484
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12578,7 +12578,7 @@ spec:
|
|
|
12578
12578
|
command:
|
|
12579
12579
|
- python3
|
|
12580
12580
|
- /opt/app-root/src/finalizer.py
|
|
12581
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12581
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
12582
12582
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12583
12583
|
env:
|
|
12584
12584
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14288,7 +14288,7 @@ spec:
|
|
|
14288
14288
|
command:
|
|
14289
14289
|
- python3
|
|
14290
14290
|
- /opt/app-root/src/mobilever.py
|
|
14291
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14291
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
14292
14292
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14293
14293
|
onError: continue
|
|
14294
14294
|
|
|
@@ -14651,7 +14651,7 @@ spec:
|
|
|
14651
14651
|
|
|
14652
14652
|
steps:
|
|
14653
14653
|
- name: post-update-verify
|
|
14654
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14654
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
14655
14655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14656
14656
|
command:
|
|
14657
14657
|
- ansible-playbook
|
|
@@ -14707,7 +14707,7 @@ spec:
|
|
|
14707
14707
|
|
|
14708
14708
|
steps:
|
|
14709
14709
|
- name: create-offline-upgrade-cron
|
|
14710
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14710
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
14711
14711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14712
14712
|
command:
|
|
14713
14713
|
- ansible-playbook
|
|
@@ -14763,7 +14763,7 @@ spec:
|
|
|
14763
14763
|
|
|
14764
14764
|
steps:
|
|
14765
14765
|
- name: create-offline-upgrade-cron
|
|
14766
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14766
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
14767
14767
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14768
14768
|
command:
|
|
14769
14769
|
- ansible-playbook
|
|
@@ -15197,7 +15197,7 @@ spec:
|
|
|
15197
15197
|
echo '--------------------------------------------------------------------------------'
|
|
15198
15198
|
exit $RESULT
|
|
15199
15199
|
timeout: "0"
|
|
15200
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15200
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15201
15201
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15202
15202
|
env:
|
|
15203
15203
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15257,7 +15257,7 @@ spec:
|
|
|
15257
15257
|
echo '--------------------------------------------------------------------------------'
|
|
15258
15258
|
exit $RESULT
|
|
15259
15259
|
timeout: "0"
|
|
15260
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15260
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15261
15261
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15262
15262
|
env:
|
|
15263
15263
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15330,7 +15330,7 @@ spec:
|
|
|
15330
15330
|
echo '--------------------------------------------------------------------------------'
|
|
15331
15331
|
exit $RESULT
|
|
15332
15332
|
timeout: "0"
|
|
15333
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15333
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15334
15334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15335
15335
|
env:
|
|
15336
15336
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15376,7 +15376,7 @@ spec:
|
|
|
15376
15376
|
|
|
15377
15377
|
steps:
|
|
15378
15378
|
- name: start-pipelinerun
|
|
15379
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15379
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15380
15380
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15381
15381
|
command:
|
|
15382
15382
|
- ansible-playbook
|
|
@@ -15473,7 +15473,7 @@ spec:
|
|
|
15473
15473
|
optional: false
|
|
15474
15474
|
|
|
15475
15475
|
- name: wait-for-pipelinerun
|
|
15476
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15476
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15477
15477
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15478
15478
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15479
15479
|
command:
|
|
@@ -15517,7 +15517,7 @@ spec:
|
|
|
15517
15517
|
|
|
15518
15518
|
steps:
|
|
15519
15519
|
- name: start-pipelinerun
|
|
15520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15520
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15521
15521
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15522
15522
|
command:
|
|
15523
15523
|
- ansible-playbook
|
|
@@ -15670,7 +15670,7 @@ spec:
|
|
|
15670
15670
|
optional: false
|
|
15671
15671
|
|
|
15672
15672
|
- name: wait-for-pipelinerun
|
|
15673
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15673
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15674
15674
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15675
15675
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15676
15676
|
command:
|
|
@@ -15719,7 +15719,7 @@ spec:
|
|
|
15719
15719
|
|
|
15720
15720
|
steps:
|
|
15721
15721
|
- name: start-pipelinerun
|
|
15722
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15722
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15723
15723
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15724
15724
|
command:
|
|
15725
15725
|
- ansible-playbook
|
|
@@ -15769,7 +15769,7 @@ spec:
|
|
|
15769
15769
|
|
|
15770
15770
|
steps:
|
|
15771
15771
|
- name: start-pipelinerun
|
|
15772
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15772
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15773
15773
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15774
15774
|
command:
|
|
15775
15775
|
- ansible-playbook
|
|
@@ -15848,7 +15848,7 @@ spec:
|
|
|
15848
15848
|
optional: false
|
|
15849
15849
|
|
|
15850
15850
|
- name: wait-for-pipelinerun
|
|
15851
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15851
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15852
15852
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15853
15853
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15854
15854
|
command:
|
|
@@ -15893,7 +15893,7 @@ spec:
|
|
|
15893
15893
|
|
|
15894
15894
|
steps:
|
|
15895
15895
|
- name: start-pipelinerun
|
|
15896
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15896
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
15897
15897
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15898
15898
|
command:
|
|
15899
15899
|
- ansible-playbook
|
|
@@ -16021,7 +16021,7 @@ spec:
|
|
|
16021
16021
|
optional: false
|
|
16022
16022
|
|
|
16023
16023
|
- name: wait-for-pipelinerun
|
|
16024
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16024
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16025
16025
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16026
16026
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16027
16027
|
command:
|
|
@@ -16065,7 +16065,7 @@ spec:
|
|
|
16065
16065
|
|
|
16066
16066
|
steps:
|
|
16067
16067
|
- name: start-pipelinerun
|
|
16068
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16068
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16069
16069
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16070
16070
|
command:
|
|
16071
16071
|
- ansible-playbook
|
|
@@ -16218,7 +16218,7 @@ spec:
|
|
|
16218
16218
|
optional: false
|
|
16219
16219
|
|
|
16220
16220
|
- name: wait-for-pipelinerun
|
|
16221
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16221
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16222
16222
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16223
16223
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16224
16224
|
command:
|
|
@@ -16265,7 +16265,7 @@ spec:
|
|
|
16265
16265
|
|
|
16266
16266
|
steps:
|
|
16267
16267
|
- name: start-testng-pipelinerun
|
|
16268
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16268
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16269
16269
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16270
16270
|
command:
|
|
16271
16271
|
- ansible-playbook
|
|
@@ -16357,7 +16357,7 @@ spec:
|
|
|
16357
16357
|
optional: false
|
|
16358
16358
|
|
|
16359
16359
|
- name: wait-for-testng-pipelinerun
|
|
16360
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16360
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16361
16361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16362
16362
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16363
16363
|
command:
|
|
@@ -16404,7 +16404,7 @@ spec:
|
|
|
16404
16404
|
|
|
16405
16405
|
steps:
|
|
16406
16406
|
- name: start-pytest-pipelinerun
|
|
16407
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16407
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16408
16408
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16409
16409
|
command:
|
|
16410
16410
|
- ansible-playbook
|
|
@@ -16487,7 +16487,7 @@ spec:
|
|
|
16487
16487
|
optional: false
|
|
16488
16488
|
|
|
16489
16489
|
- name: wait-for-pytest-pipelinerun
|
|
16490
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16490
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16491
16491
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16492
16492
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16493
16493
|
command:
|
|
@@ -16535,7 +16535,7 @@ spec:
|
|
|
16535
16535
|
|
|
16536
16536
|
steps:
|
|
16537
16537
|
- name: start-pytest-pipelinerun
|
|
16538
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16538
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16539
16539
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16540
16540
|
command:
|
|
16541
16541
|
- ansible-playbook
|
|
@@ -16606,7 +16606,6 @@ spec:
|
|
|
16606
16606
|
name: mas-fvt-mobile
|
|
16607
16607
|
key: MAS_WORKSPACE_ID
|
|
16608
16608
|
optional: false
|
|
16609
|
-
|
|
16610
16609
|
# Digests
|
|
16611
16610
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16612
16611
|
valueFrom:
|
|
@@ -16616,7 +16615,7 @@ spec:
|
|
|
16616
16615
|
optional: false
|
|
16617
16616
|
|
|
16618
16617
|
- name: wait-for-pytest-pipelinerun
|
|
16619
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16618
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16620
16619
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16621
16620
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16622
16621
|
command:
|
|
@@ -16642,7 +16641,7 @@ spec:
|
|
|
16642
16641
|
value: "True"
|
|
16643
16642
|
|
|
16644
16643
|
- name: start-testng-pipelinerun
|
|
16645
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16644
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16646
16645
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16647
16646
|
command:
|
|
16648
16647
|
- ansible-playbook
|
|
@@ -16712,6 +16711,13 @@ spec:
|
|
|
16712
16711
|
name: mas-fvt-mobile
|
|
16713
16712
|
key: MAS_WORKSPACE_ID
|
|
16714
16713
|
optional: false
|
|
16714
|
+
|
|
16715
|
+
- name: MANAGE_COMPONENTS
|
|
16716
|
+
valueFrom:
|
|
16717
|
+
secretKeyRef:
|
|
16718
|
+
name: mas-fvt-mobile
|
|
16719
|
+
key: MANAGE_COMPONENTS
|
|
16720
|
+
optional: false
|
|
16715
16721
|
|
|
16716
16722
|
# Digests
|
|
16717
16723
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
@@ -16734,7 +16740,7 @@ spec:
|
|
|
16734
16740
|
optional: false
|
|
16735
16741
|
|
|
16736
16742
|
- name: wait-for-testng-pipelinerun
|
|
16737
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16743
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16738
16744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16739
16745
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16740
16746
|
command:
|
|
@@ -16777,7 +16783,7 @@ spec:
|
|
|
16777
16783
|
|
|
16778
16784
|
steps:
|
|
16779
16785
|
- name: start-pipelinerun
|
|
16780
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16786
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16781
16787
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16782
16788
|
command:
|
|
16783
16789
|
- ansible-playbook
|
|
@@ -16868,7 +16874,7 @@ spec:
|
|
|
16868
16874
|
optional: false
|
|
16869
16875
|
|
|
16870
16876
|
- name: wait-for-pipelinerun
|
|
16871
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16877
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16872
16878
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16873
16879
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16874
16880
|
command:
|
|
@@ -16912,7 +16918,7 @@ spec:
|
|
|
16912
16918
|
|
|
16913
16919
|
steps:
|
|
16914
16920
|
- name: start-pipelinerun
|
|
16915
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16921
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
16916
16922
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16917
16923
|
command:
|
|
16918
16924
|
- ansible-playbook
|
|
@@ -17003,7 +17009,7 @@ spec:
|
|
|
17003
17009
|
optional: false
|
|
17004
17010
|
|
|
17005
17011
|
- name: wait-for-pipelinerun
|
|
17006
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17012
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17007
17013
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17008
17014
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17009
17015
|
command:
|
|
@@ -17047,7 +17053,7 @@ spec:
|
|
|
17047
17053
|
|
|
17048
17054
|
steps:
|
|
17049
17055
|
- name: start-pipelinerun
|
|
17050
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17056
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17051
17057
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17052
17058
|
command:
|
|
17053
17059
|
- ansible-playbook
|
|
@@ -17126,7 +17132,7 @@ spec:
|
|
|
17126
17132
|
optional: false
|
|
17127
17133
|
|
|
17128
17134
|
- name: wait-for-pipelinerun
|
|
17129
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17135
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17130
17136
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17131
17137
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17132
17138
|
command:
|
|
@@ -17170,7 +17176,7 @@ spec:
|
|
|
17170
17176
|
|
|
17171
17177
|
steps:
|
|
17172
17178
|
- name: start-pipelinerun
|
|
17173
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17179
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17174
17180
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17175
17181
|
command:
|
|
17176
17182
|
- ansible-playbook
|
|
@@ -17255,7 +17261,7 @@ spec:
|
|
|
17255
17261
|
optional: false
|
|
17256
17262
|
|
|
17257
17263
|
- name: wait-for-pipelinerun
|
|
17258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17264
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17259
17265
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17260
17266
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17261
17267
|
command:
|
|
@@ -17299,7 +17305,7 @@ spec:
|
|
|
17299
17305
|
|
|
17300
17306
|
steps:
|
|
17301
17307
|
- name: start-pipelinerun
|
|
17302
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17308
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17303
17309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17304
17310
|
command:
|
|
17305
17311
|
- ansible-playbook
|
|
@@ -17395,7 +17401,7 @@ spec:
|
|
|
17395
17401
|
optional: false
|
|
17396
17402
|
|
|
17397
17403
|
- name: wait-for-pipelinerun
|
|
17398
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17404
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17399
17405
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17400
17406
|
# 10 retries at 5 minute intervals = 50 min
|
|
17401
17407
|
command:
|
|
@@ -17443,7 +17449,7 @@ spec:
|
|
|
17443
17449
|
|
|
17444
17450
|
steps:
|
|
17445
17451
|
- name: start-pipelinerun
|
|
17446
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17452
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17447
17453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17448
17454
|
command:
|
|
17449
17455
|
- ansible-playbook
|
|
@@ -17547,7 +17553,7 @@ spec:
|
|
|
17547
17553
|
optional: false
|
|
17548
17554
|
|
|
17549
17555
|
- name: wait-for-pipelinerun
|
|
17550
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17556
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17551
17557
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17552
17558
|
# 10 retries at 5 minute intervals = 50 min
|
|
17553
17559
|
command:
|
|
@@ -17591,7 +17597,7 @@ spec:
|
|
|
17591
17597
|
|
|
17592
17598
|
steps:
|
|
17593
17599
|
- name: start-pipelinerun
|
|
17594
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17600
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17595
17601
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17596
17602
|
command:
|
|
17597
17603
|
- ansible-playbook
|
|
@@ -17670,7 +17676,7 @@ spec:
|
|
|
17670
17676
|
optional: false
|
|
17671
17677
|
|
|
17672
17678
|
- name: wait-for-pipelinerun
|
|
17673
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17679
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17674
17680
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17675
17681
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17676
17682
|
command:
|
|
@@ -17714,7 +17720,7 @@ spec:
|
|
|
17714
17720
|
|
|
17715
17721
|
steps:
|
|
17716
17722
|
- name: start-pipelinerun
|
|
17717
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17723
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17718
17724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17719
17725
|
command:
|
|
17720
17726
|
- ansible-playbook
|
|
@@ -17819,7 +17825,7 @@ spec:
|
|
|
17819
17825
|
optional: false
|
|
17820
17826
|
|
|
17821
17827
|
- name: wait-for-pipelinerun
|
|
17822
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17828
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17823
17829
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17824
17830
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17825
17831
|
command:
|
|
@@ -17947,7 +17953,7 @@ spec:
|
|
|
17947
17953
|
command:
|
|
17948
17954
|
- /opt/app-root/src/run-role.sh
|
|
17949
17955
|
- minio
|
|
17950
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17956
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
17951
17957
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17952
17958
|
# --------------------------------------------------------------------------------
|
|
17953
17959
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -18125,7 +18131,7 @@ spec:
|
|
|
18125
18131
|
command:
|
|
18126
18132
|
- /opt/app-root/src/run-role.sh
|
|
18127
18133
|
- mongodb
|
|
18128
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18134
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18129
18135
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18130
18136
|
workingDir: /workspace/configs
|
|
18131
18137
|
|
|
@@ -18168,7 +18174,7 @@ spec:
|
|
|
18168
18174
|
- $(params.base_output_dir)
|
|
18169
18175
|
- --extra-namespaces
|
|
18170
18176
|
- selenium
|
|
18171
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18177
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18172
18178
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18173
18179
|
env:
|
|
18174
18180
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18285,7 +18291,7 @@ spec:
|
|
|
18285
18291
|
command:
|
|
18286
18292
|
- /opt/app-root/src/run-role.sh
|
|
18287
18293
|
- nvidia_gpu
|
|
18288
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18294
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18289
18295
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18290
18296
|
workingDir: /workspace/configs
|
|
18291
18297
|
|
|
@@ -18321,7 +18327,7 @@ spec:
|
|
|
18321
18327
|
# Verify Cluster
|
|
18322
18328
|
# -------------------------------------------------------------------------
|
|
18323
18329
|
- name: ocp-verify-cluster
|
|
18324
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18330
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18325
18331
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18326
18332
|
command:
|
|
18327
18333
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18363,7 +18369,7 @@ spec:
|
|
|
18363
18369
|
# Verify Catalogs
|
|
18364
18370
|
# -------------------------------------------------------------------------
|
|
18365
18371
|
- name: ocp-verify-catalogs
|
|
18366
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18372
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18367
18373
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18368
18374
|
command:
|
|
18369
18375
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18405,7 +18411,7 @@ spec:
|
|
|
18405
18411
|
# Verify Subscriptions
|
|
18406
18412
|
# -------------------------------------------------------------------------
|
|
18407
18413
|
- name: ocp-verify-subscriptions
|
|
18408
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18414
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18409
18415
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18410
18416
|
command:
|
|
18411
18417
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18447,7 +18453,7 @@ spec:
|
|
|
18447
18453
|
# Verify Workloads
|
|
18448
18454
|
# -------------------------------------------------------------------------
|
|
18449
18455
|
- name: ocp-verify-workloads
|
|
18450
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18456
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18451
18457
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18452
18458
|
command:
|
|
18453
18459
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18489,7 +18495,7 @@ spec:
|
|
|
18489
18495
|
# Verify Catalogs - Ingress TLS
|
|
18490
18496
|
# -------------------------------------------------------------------------
|
|
18491
18497
|
- name: ocp-verify-ingress
|
|
18492
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18498
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18493
18499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18494
18500
|
command:
|
|
18495
18501
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18615,7 +18621,7 @@ spec:
|
|
|
18615
18621
|
command:
|
|
18616
18622
|
- /opt/app-root/src/run-role.sh
|
|
18617
18623
|
- ocp_verify
|
|
18618
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18624
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18619
18625
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18620
18626
|
workingDir: /workspace/configs
|
|
18621
18627
|
# --------------------------------------------------------------------------------
|
|
@@ -18683,7 +18689,7 @@ spec:
|
|
|
18683
18689
|
command:
|
|
18684
18690
|
- /opt/app-root/src/run-role.sh
|
|
18685
18691
|
- ocs
|
|
18686
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18692
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18687
18693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18688
18694
|
workingDir: /workspace/configs
|
|
18689
18695
|
|
|
@@ -18866,7 +18872,7 @@ spec:
|
|
|
18866
18872
|
command:
|
|
18867
18873
|
- /opt/app-root/src/run-role.sh
|
|
18868
18874
|
- aiservice_odh
|
|
18869
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18875
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
18870
18876
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18871
18877
|
# --------------------------------------------------------------------------------
|
|
18872
18878
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -19042,7 +19048,7 @@ spec:
|
|
|
19042
19048
|
command:
|
|
19043
19049
|
- /opt/app-root/src/run-role.sh
|
|
19044
19050
|
- sls
|
|
19045
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19051
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19046
19052
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19047
19053
|
workingDir: /workspace/configs
|
|
19048
19054
|
|
|
@@ -19502,12 +19508,12 @@ spec:
|
|
|
19502
19508
|
command:
|
|
19503
19509
|
- /opt/app-root/src/run-role.sh
|
|
19504
19510
|
- suite_app_config
|
|
19505
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19511
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19506
19512
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19507
19513
|
|
|
19508
19514
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19509
19515
|
- name: app-cfg-post-verify
|
|
19510
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19516
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19511
19517
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19512
19518
|
command:
|
|
19513
19519
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19702,7 +19708,7 @@ spec:
|
|
|
19702
19708
|
command:
|
|
19703
19709
|
- /opt/app-root/src/run-role.sh
|
|
19704
19710
|
- suite_app_install
|
|
19705
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19711
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19706
19712
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19707
19713
|
|
|
19708
19714
|
workspaces:
|
|
@@ -19791,7 +19797,7 @@ spec:
|
|
|
19791
19797
|
command:
|
|
19792
19798
|
- /opt/app-root/src/run-role.sh
|
|
19793
19799
|
- suite_app_rollback
|
|
19794
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19800
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19795
19801
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19796
19802
|
# --------------------------------------------------------------------------------
|
|
19797
19803
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19854,7 +19860,7 @@ spec:
|
|
|
19854
19860
|
command:
|
|
19855
19861
|
- /opt/app-root/src/run-role.sh
|
|
19856
19862
|
- suite_app_uninstall
|
|
19857
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19863
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19858
19864
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19859
19865
|
# --------------------------------------------------------------------------------
|
|
19860
19866
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19929,7 +19935,7 @@ spec:
|
|
|
19929
19935
|
command:
|
|
19930
19936
|
- /opt/app-root/src/run-role.sh
|
|
19931
19937
|
- suite_app_upgrade
|
|
19932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19938
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
19933
19939
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19934
19940
|
# --------------------------------------------------------------------------------
|
|
19935
19941
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -20030,7 +20036,7 @@ spec:
|
|
|
20030
20036
|
command:
|
|
20031
20037
|
- /opt/app-root/src/run-role.sh
|
|
20032
20038
|
- suite_app_verify
|
|
20033
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20039
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20034
20040
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20035
20041
|
# --------------------------------------------------------------------------------
|
|
20036
20042
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20173,7 +20179,7 @@ spec:
|
|
|
20173
20179
|
command:
|
|
20174
20180
|
- /opt/app-root/src/run-role.sh
|
|
20175
20181
|
- suite_certs
|
|
20176
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20182
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20177
20183
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20178
20184
|
|
|
20179
20185
|
workspaces:
|
|
@@ -20240,7 +20246,7 @@ spec:
|
|
|
20240
20246
|
command:
|
|
20241
20247
|
- /opt/app-root/src/run-role.sh
|
|
20242
20248
|
- suite_config
|
|
20243
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20249
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20244
20250
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20245
20251
|
workingDir: /workspace/configs
|
|
20246
20252
|
|
|
@@ -20572,7 +20578,7 @@ spec:
|
|
|
20572
20578
|
command:
|
|
20573
20579
|
- /opt/app-root/src/run-role.sh
|
|
20574
20580
|
- suite_db2_setup_for_facilities
|
|
20575
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20581
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20576
20582
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20577
20583
|
workingDir: /workspace/configs
|
|
20578
20584
|
|
|
@@ -20644,7 +20650,7 @@ spec:
|
|
|
20644
20650
|
command:
|
|
20645
20651
|
- /opt/app-root/src/run-role.sh
|
|
20646
20652
|
- suite_db2_setup_for_manage
|
|
20647
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20653
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20648
20654
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20649
20655
|
# --------------------------------------------------------------------------------
|
|
20650
20656
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20834,7 +20840,7 @@ spec:
|
|
|
20834
20840
|
command:
|
|
20835
20841
|
- /opt/app-root/src/run-role.sh
|
|
20836
20842
|
- suite_dns
|
|
20837
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20843
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
20838
20844
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20839
20845
|
# --------------------------------------------------------------------------------
|
|
20840
20846
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21083,7 +21089,7 @@ spec:
|
|
|
21083
21089
|
command:
|
|
21084
21090
|
- /opt/app-root/src/run-role.sh
|
|
21085
21091
|
- suite_install
|
|
21086
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21092
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21087
21093
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21088
21094
|
workingDir: /workspace/configs
|
|
21089
21095
|
|
|
@@ -21171,7 +21177,7 @@ spec:
|
|
|
21171
21177
|
command:
|
|
21172
21178
|
- /opt/app-root/src/run-role.sh
|
|
21173
21179
|
- suite_rollback
|
|
21174
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21180
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21175
21181
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21176
21182
|
# --------------------------------------------------------------------------------
|
|
21177
21183
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21236,7 +21242,7 @@ spec:
|
|
|
21236
21242
|
command:
|
|
21237
21243
|
- /opt/app-root/src/run-role.sh
|
|
21238
21244
|
- suite_uninstall
|
|
21239
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21245
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21240
21246
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21241
21247
|
# --------------------------------------------------------------------------------
|
|
21242
21248
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21306,7 +21312,7 @@ spec:
|
|
|
21306
21312
|
command:
|
|
21307
21313
|
- /opt/app-root/src/run-role.sh
|
|
21308
21314
|
- suite_upgrade
|
|
21309
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21315
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21310
21316
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21311
21317
|
# --------------------------------------------------------------------------------
|
|
21312
21318
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21368,12 +21374,12 @@ spec:
|
|
|
21368
21374
|
command:
|
|
21369
21375
|
- /opt/app-root/src/run-role.sh
|
|
21370
21376
|
- suite_verify
|
|
21371
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21377
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21372
21378
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21373
21379
|
|
|
21374
21380
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21375
21381
|
- name: suite-post-verify
|
|
21376
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21382
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21377
21383
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21378
21384
|
command:
|
|
21379
21385
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21496,7 +21502,7 @@ spec:
|
|
|
21496
21502
|
command:
|
|
21497
21503
|
- /opt/app-root/src/run-role.sh
|
|
21498
21504
|
- turbonomic
|
|
21499
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21505
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21500
21506
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21501
21507
|
# --------------------------------------------------------------------------------
|
|
21502
21508
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21577,7 +21583,7 @@ spec:
|
|
|
21577
21583
|
# IBM User Data Services (UDS)
|
|
21578
21584
|
# -------------------------------------------------------------------------
|
|
21579
21585
|
- name: uds
|
|
21580
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21586
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21581
21587
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21582
21588
|
workingDir: /workspace/configs
|
|
21583
21589
|
command:
|
|
@@ -21640,7 +21646,7 @@ spec:
|
|
|
21640
21646
|
# IBM Data Reporter Operator (DRO)
|
|
21641
21647
|
# -------------------------------------------------------------------------
|
|
21642
21648
|
- name: dro
|
|
21643
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21649
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21644
21650
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21645
21651
|
workingDir: /workspace/configs
|
|
21646
21652
|
command:
|
|
@@ -21726,7 +21732,7 @@ spec:
|
|
|
21726
21732
|
description: "The value to set"
|
|
21727
21733
|
steps:
|
|
21728
21734
|
- name: update-configmap
|
|
21729
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21735
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21730
21736
|
command:
|
|
21731
21737
|
- /opt/app-root/src/update-configmap.sh
|
|
21732
21738
|
env:
|
|
@@ -21773,7 +21779,7 @@ spec:
|
|
|
21773
21779
|
|
|
21774
21780
|
steps:
|
|
21775
21781
|
- name: wait-for-configmap
|
|
21776
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21782
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21777
21783
|
command:
|
|
21778
21784
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21779
21785
|
env:
|
|
@@ -21854,7 +21860,7 @@ spec:
|
|
|
21854
21860
|
|
|
21855
21861
|
steps:
|
|
21856
21862
|
- name: wait-for-configmap
|
|
21857
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21863
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21858
21864
|
command:
|
|
21859
21865
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21860
21866
|
env:
|
|
@@ -21914,7 +21920,7 @@ spec:
|
|
|
21914
21920
|
|
|
21915
21921
|
steps:
|
|
21916
21922
|
- name: wait
|
|
21917
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21923
|
+
image: quay.io/ibmmas/cli:15.1.6
|
|
21918
21924
|
command:
|
|
21919
21925
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21920
21926
|
env:
|
|
@@ -40223,10 +40229,78 @@ spec:
|
|
|
40223
40229
|
value: $(params.mas_app_channel_manage)
|
|
40224
40230
|
- name: input_data_file
|
|
40225
40231
|
value: "MobilePytestSetup.data"
|
|
40226
|
-
- name: enable_perf_debug
|
|
40227
|
-
value: "True"
|
|
40228
40232
|
- name: fvt_test_suite
|
|
40229
40233
|
value: mobile-api-requests
|
|
40234
|
+
- name: enable_perf_debug
|
|
40235
|
+
value: "True"
|
|
40236
|
+
runAfter:
|
|
40237
|
+
- mobile-setup-pytest
|
|
40238
|
+
|
|
40239
|
+
- name: mobile-pytest-asset-image
|
|
40240
|
+
taskRef:
|
|
40241
|
+
kind: Task
|
|
40242
|
+
name: mas-fvt-mobile-pytest
|
|
40243
|
+
timeout: "0"
|
|
40244
|
+
workspaces:
|
|
40245
|
+
- name: configs
|
|
40246
|
+
workspace: shared-configs
|
|
40247
|
+
when:
|
|
40248
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40249
|
+
operator: notin
|
|
40250
|
+
values: [""]
|
|
40251
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40252
|
+
operator: notin
|
|
40253
|
+
values: [""]
|
|
40254
|
+
|
|
40255
|
+
params:
|
|
40256
|
+
- name: fvt_image_registry
|
|
40257
|
+
value: $(params.fvt_image_registry)
|
|
40258
|
+
- name: fvt_image_digest
|
|
40259
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40260
|
+
- name: mas_instance_id
|
|
40261
|
+
value: $(params.mas_instance_id)
|
|
40262
|
+
- name: mas_workspace_id
|
|
40263
|
+
value: $(params.mas_workspace_id)
|
|
40264
|
+
- name: product_channel
|
|
40265
|
+
value: $(params.mas_app_channel_manage)
|
|
40266
|
+
- name: input_data_file
|
|
40267
|
+
value: "MobilePytestSetup.data"
|
|
40268
|
+
- name: fvt_test_suite
|
|
40269
|
+
value: mobile-api-asset-image
|
|
40270
|
+
runAfter:
|
|
40271
|
+
- mobile-setup-pytest
|
|
40272
|
+
|
|
40273
|
+
- name: mobile-pytest-download
|
|
40274
|
+
taskRef:
|
|
40275
|
+
kind: Task
|
|
40276
|
+
name: mas-fvt-mobile-pytest
|
|
40277
|
+
timeout: "0"
|
|
40278
|
+
workspaces:
|
|
40279
|
+
- name: configs
|
|
40280
|
+
workspace: shared-configs
|
|
40281
|
+
when:
|
|
40282
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40283
|
+
operator: notin
|
|
40284
|
+
values: [""]
|
|
40285
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40286
|
+
operator: notin
|
|
40287
|
+
values: [""]
|
|
40288
|
+
|
|
40289
|
+
params:
|
|
40290
|
+
- name: fvt_image_registry
|
|
40291
|
+
value: $(params.fvt_image_registry)
|
|
40292
|
+
- name: fvt_image_digest
|
|
40293
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40294
|
+
- name: mas_instance_id
|
|
40295
|
+
value: $(params.mas_instance_id)
|
|
40296
|
+
- name: mas_workspace_id
|
|
40297
|
+
value: $(params.mas_workspace_id)
|
|
40298
|
+
- name: product_channel
|
|
40299
|
+
value: $(params.mas_app_channel_manage)
|
|
40300
|
+
- name: input_data_file
|
|
40301
|
+
value: "MobilePytestSetup.data"
|
|
40302
|
+
- name: fvt_test_suite
|
|
40303
|
+
value: mobile-api-download
|
|
40230
40304
|
runAfter:
|
|
40231
40305
|
- mobile-setup-pytest
|
|
40232
40306
|
|
|
@@ -40260,12 +40334,14 @@ spec:
|
|
|
40260
40334
|
value: $(params.mas_app_channel_manage)
|
|
40261
40335
|
- name: input_data_file
|
|
40262
40336
|
value: "MobilePytestSetup.data"
|
|
40263
|
-
- name: enable_perf_debug
|
|
40264
|
-
value: "True"
|
|
40265
40337
|
- name: fvt_test_suite
|
|
40266
40338
|
value: mobile-api-assetm
|
|
40339
|
+
- name: enable_perf_debug
|
|
40340
|
+
value: "True"
|
|
40267
40341
|
runAfter:
|
|
40268
40342
|
- mobile-pytest-requests
|
|
40343
|
+
- mobile-pytest-asset-image
|
|
40344
|
+
- mobile-pytest-download
|
|
40269
40345
|
|
|
40270
40346
|
- name: mobile-pytest-tech
|
|
40271
40347
|
taskRef:
|
|
@@ -40296,12 +40372,14 @@ spec:
|
|
|
40296
40372
|
value: $(params.mas_app_channel_manage)
|
|
40297
40373
|
- name: input_data_file
|
|
40298
40374
|
value: "MobilePytestSetup.data"
|
|
40299
|
-
- name: enable_perf_debug
|
|
40300
|
-
value: "True"
|
|
40301
40375
|
- name: fvt_test_suite
|
|
40302
40376
|
value: mobile-api-tech
|
|
40377
|
+
- name: enable_perf_debug
|
|
40378
|
+
value: "True"
|
|
40303
40379
|
runAfter:
|
|
40304
40380
|
- mobile-pytest-requests
|
|
40381
|
+
- mobile-pytest-asset-image
|
|
40382
|
+
- mobile-pytest-download
|
|
40305
40383
|
|
|
40306
40384
|
- name: mobile-pytest-supervisor
|
|
40307
40385
|
taskRef:
|
|
@@ -40332,12 +40410,14 @@ spec:
|
|
|
40332
40410
|
value: $(params.mas_app_channel_manage)
|
|
40333
40411
|
- name: input_data_file
|
|
40334
40412
|
value: "MobilePytestSetup.data"
|
|
40335
|
-
- name: enable_perf_debug
|
|
40336
|
-
value: "True"
|
|
40337
40413
|
- name: fvt_test_suite
|
|
40338
40414
|
value: mobile-api-supervisor
|
|
40415
|
+
- name: enable_perf_debug
|
|
40416
|
+
value: "True"
|
|
40339
40417
|
runAfter:
|
|
40340
40418
|
- mobile-pytest-requests
|
|
40419
|
+
- mobile-pytest-asset-image
|
|
40420
|
+
- mobile-pytest-download
|
|
40341
40421
|
|
|
40342
40422
|
- name: mobile-pytest-calibration
|
|
40343
40423
|
taskRef:
|
|
@@ -40368,10 +40448,10 @@ spec:
|
|
|
40368
40448
|
value: $(params.mas_app_channel_manage)
|
|
40369
40449
|
- name: input_data_file
|
|
40370
40450
|
value: "MobilePytestSetup.data"
|
|
40371
|
-
- name: enable_perf_debug
|
|
40372
|
-
value: "True"
|
|
40373
40451
|
- name: fvt_test_suite
|
|
40374
40452
|
value: mobile-api-calibration
|
|
40453
|
+
- name: enable_perf_debug
|
|
40454
|
+
value: "True"
|
|
40375
40455
|
runAfter:
|
|
40376
40456
|
- mobile-pytest-assetmanager
|
|
40377
40457
|
- mobile-pytest-tech
|
|
@@ -40406,10 +40486,10 @@ spec:
|
|
|
40406
40486
|
value: $(params.mas_app_channel_manage)
|
|
40407
40487
|
- name: input_data_file
|
|
40408
40488
|
value: "MobilePytestSetup.data"
|
|
40409
|
-
- name: enable_perf_debug
|
|
40410
|
-
value: "True"
|
|
40411
40489
|
- name: fvt_test_suite
|
|
40412
40490
|
value: mobile-api-civil-defects
|
|
40491
|
+
- name: enable_perf_debug
|
|
40492
|
+
value: "True"
|
|
40413
40493
|
runAfter:
|
|
40414
40494
|
- mobile-pytest-assetmanager
|
|
40415
40495
|
- mobile-pytest-tech
|
|
@@ -40444,10 +40524,10 @@ spec:
|
|
|
40444
40524
|
value: $(params.mas_app_channel_manage)
|
|
40445
40525
|
- name: input_data_file
|
|
40446
40526
|
value: "MobilePytestSetup.data"
|
|
40447
|
-
- name: enable_perf_debug
|
|
40448
|
-
value: "True"
|
|
40449
40527
|
- name: fvt_test_suite
|
|
40450
40528
|
value: mobile-api-ic
|
|
40529
|
+
- name: enable_perf_debug
|
|
40530
|
+
value: "True"
|
|
40451
40531
|
runAfter:
|
|
40452
40532
|
- mobile-pytest-calibration
|
|
40453
40533
|
- mobile-pytest-civil-defects
|
|
@@ -40481,10 +40561,10 @@ spec:
|
|
|
40481
40561
|
value: $(params.mas_app_channel_manage)
|
|
40482
40562
|
- name: input_data_file
|
|
40483
40563
|
value: "MobilePytestSetup.data"
|
|
40484
|
-
- name: enable_perf_debug
|
|
40485
|
-
value: "True"
|
|
40486
40564
|
- name: fvt_test_suite
|
|
40487
40565
|
value: mobile-api-ir
|
|
40566
|
+
- name: enable_perf_debug
|
|
40567
|
+
value: "True"
|
|
40488
40568
|
runAfter:
|
|
40489
40569
|
- mobile-pytest-calibration
|
|
40490
40570
|
- mobile-pytest-civil-defects
|
|
@@ -40518,10 +40598,10 @@ spec:
|
|
|
40518
40598
|
value: $(params.mas_app_channel_manage)
|
|
40519
40599
|
- name: input_data_file
|
|
40520
40600
|
value: "MobilePytestSetup.data"
|
|
40521
|
-
- name: enable_perf_debug
|
|
40522
|
-
value: "True"
|
|
40523
40601
|
- name: fvt_test_suite
|
|
40524
40602
|
value: mobile-api-it
|
|
40603
|
+
- name: enable_perf_debug
|
|
40604
|
+
value: "True"
|
|
40525
40605
|
runAfter:
|
|
40526
40606
|
- mobile-pytest-calibration
|
|
40527
40607
|
- mobile-pytest-civil-defects
|
|
@@ -40555,10 +40635,10 @@ spec:
|
|
|
40555
40635
|
value: $(params.mas_app_channel_manage)
|
|
40556
40636
|
- name: input_data_file
|
|
40557
40637
|
value: "MobilePytestSetup.data"
|
|
40558
|
-
- name: enable_perf_debug
|
|
40559
|
-
value: "True"
|
|
40560
40638
|
- name: fvt_test_suite
|
|
40561
40639
|
value: mobile-api-sr
|
|
40640
|
+
- name: enable_perf_debug
|
|
40641
|
+
value: "True"
|
|
40562
40642
|
runAfter:
|
|
40563
40643
|
- mobile-pytest-ic
|
|
40564
40644
|
- mobile-pytest-ir
|
|
@@ -40593,10 +40673,10 @@ spec:
|
|
|
40593
40673
|
value: $(params.mas_app_channel_manage)
|
|
40594
40674
|
- name: input_data_file
|
|
40595
40675
|
value: "MobilePytestSetup.data"
|
|
40596
|
-
- name: enable_perf_debug
|
|
40597
|
-
value: "True"
|
|
40598
40676
|
- name: fvt_test_suite
|
|
40599
40677
|
value: mobile-api-insp
|
|
40678
|
+
- name: enable_perf_debug
|
|
40679
|
+
value: "True"
|
|
40600
40680
|
runAfter:
|
|
40601
40681
|
- mobile-pytest-ic
|
|
40602
40682
|
- mobile-pytest-ir
|
|
@@ -40634,6 +40714,9 @@ spec:
|
|
|
40634
40714
|
- name: mas_workspace_id
|
|
40635
40715
|
type: string
|
|
40636
40716
|
default: ""
|
|
40717
|
+
- name: mas_appws_components
|
|
40718
|
+
type: string
|
|
40719
|
+
default: ""
|
|
40637
40720
|
|
|
40638
40721
|
# FVT Configuration
|
|
40639
40722
|
- name: fvt_image_registry
|
|
@@ -40651,12 +40734,22 @@ spec:
|
|
|
40651
40734
|
type: string
|
|
40652
40735
|
default: ""
|
|
40653
40736
|
|
|
40654
|
-
|
|
40737
|
+
# Image Digests
|
|
40655
40738
|
- name: fvt_digest_manage
|
|
40656
40739
|
type: string
|
|
40657
40740
|
default: ""
|
|
40658
40741
|
|
|
40659
40742
|
tasks:
|
|
40743
|
+
|
|
40744
|
+
# Manage Components Information
|
|
40745
|
+
- name: fvt-component
|
|
40746
|
+
taskRef:
|
|
40747
|
+
kind: Task
|
|
40748
|
+
name: mas-fvt-components
|
|
40749
|
+
params:
|
|
40750
|
+
- name: mas_appws_components
|
|
40751
|
+
value: "$(params.mas_appws_components)"
|
|
40752
|
+
|
|
40660
40753
|
# 2. Manage FVT - Manage Mobile
|
|
40661
40754
|
# -------------------------------------------------------------------------
|
|
40662
40755
|
|
|
@@ -40694,6 +40787,8 @@ spec:
|
|
|
40694
40787
|
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40695
40788
|
operator: notin
|
|
40696
40789
|
values: [""]
|
|
40790
|
+
runAfter:
|
|
40791
|
+
- fvt-component
|
|
40697
40792
|
|
|
40698
40793
|
## Verification for Mobile JSON Schema
|
|
40699
40794
|
- name: fvt-mob-schema-pre
|
|
@@ -40720,8 +40815,6 @@ spec:
|
|
|
40720
40815
|
value: "MobileSetup4MAS.data"
|
|
40721
40816
|
- name: output_data_file
|
|
40722
40817
|
value: "MobileSetup4MAS.data"
|
|
40723
|
-
- name: enable_perf_debug
|
|
40724
|
-
value: "True"
|
|
40725
40818
|
workspaces:
|
|
40726
40819
|
- name: configs
|
|
40727
40820
|
workspace: shared-configs
|
|
@@ -40748,6 +40841,9 @@ spec:
|
|
|
40748
40841
|
- input: "$(params.mas_app_channel_manage)"
|
|
40749
40842
|
operator: notin
|
|
40750
40843
|
values: [""]
|
|
40844
|
+
- input: "civil"
|
|
40845
|
+
operator: in
|
|
40846
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
40751
40847
|
workspaces:
|
|
40752
40848
|
- name: configs
|
|
40753
40849
|
workspace: shared-configs
|
|
@@ -40882,8 +40978,6 @@ spec:
|
|
|
40882
40978
|
value: mobile-api-mobile-schema
|
|
40883
40979
|
- name: input_data_file
|
|
40884
40980
|
value: "MobileSetup4MAS.data"
|
|
40885
|
-
- name: enable_perf_debug
|
|
40886
|
-
value: "True"
|
|
40887
40981
|
workspaces:
|
|
40888
40982
|
- name: configs
|
|
40889
40983
|
workspace: shared-configs
|