Skip to content

Commit 5ec7d26

Browse files
authored
Update .catalog-onboard-pipeline.yaml to use schematics validation (#880)
1 parent 2aeebc7 commit 5ec7d26

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: projects
13+
validation_type: schematics
1414
- name: standard
1515
mark_ready: false
1616
install_type: fullstack
17-
validation_type: projects
17+
validation_type: schematics
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: projects
24+
validation_type: schematics
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: projects
39+
validation_type: schematics
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: projects
52+
validation_type: schematics
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: projects
59+
validation_type: schematics

0 commit comments

Comments
 (0)