Skip to content

Commit 76ee68a

Browse files
authored
Update .catalog-onboard-pipeline.yaml so validation is now done with Projects (#712)
1 parent 3330136 commit 76ee68a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ offerings:
1010
- name: quickstart
1111
mark_ready: false
1212
install_type: fullstack
13+
validation_type: projects
1314
pre_validation: "tests/scripts/pre-validation-generate-ssh-key.sh ssh_key patterns/vsi-quickstart"
1415
- name: standard
1516
mark_ready: false
1617
install_type: fullstack
18+
validation_type: projects
1719
pre_validation: "tests/scripts/pre-validation-generate-ssh-key.sh ssh_public_key patterns/vsi"
1820
scc:
1921
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2022
region: us-south
2123
- name: existing-vpc
2224
mark_ready: false
2325
install_type: extension
26+
validation_type: projects
2427
pre_validation: "tests/scripts/pre-validation-deploy-slz-vpc.sh"
2528
post_validation: "tests/scripts/post-validation-destroy-slz-vpc.sh"
2629
scc:
@@ -35,6 +38,7 @@ offerings:
3538
- name: standard
3639
mark_ready: false
3740
install_type: fullstack
41+
validation_type: projects
3842
scc:
3943
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
4044
region: us-south
@@ -47,6 +51,7 @@ offerings:
4751
- name: standard
4852
mark_ready: false
4953
install_type: fullstack
54+
validation_type: projects
5055
scc:
5156
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
5257
region: us-south

0 commit comments

Comments
 (0)