Skip to content

Commit 415456f

Browse files
authored
Update .catalog-onboard-pipeline.yaml to use projects again for validation (#824)
1 parent 933b4d8 commit 415456f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ offerings:
1010
- name: quickstart
1111
mark_ready: false
1212
install_type: fullstack
13-
validation_type: schematics
13+
validation_type: projects
1414
- name: standard
1515
mark_ready: false
1616
install_type: fullstack
17-
validation_type: schematics
17+
validation_type: projects
1818
scc:
1919
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2020
region: us-south
2121
- name: existing-vpc
2222
mark_ready: false
2323
install_type: extension
24-
validation_type: schematics
24+
validation_type: projects
2525
pre_validation: "tests/scripts/pre-validation-deploy-slz-vpc.sh"
2626
post_validation: "tests/scripts/post-validation-destroy-slz-vpc.sh"
2727
scc:
@@ -36,7 +36,7 @@ offerings:
3636
- name: standard
3737
mark_ready: false
3838
install_type: fullstack
39-
validation_type: schematics
39+
validation_type: projects
4040
scc:
4141
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
4242
region: us-south
@@ -49,11 +49,11 @@ offerings:
4949
- name: standard
5050
mark_ready: false
5151
install_type: fullstack
52-
validation_type: schematics
52+
validation_type: projects
5353
scc:
5454
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
5555
region: us-south
5656
- name: quickstart
5757
mark_ready: false
5858
install_type: fullstack
59-
validation_type: schematics
59+
validation_type: projects

0 commit comments

Comments
 (0)