Skip to content

Commit

Permalink
Skip test_apis_enabled validator
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa-sm committed Nov 25, 2024
1 parent 2c45671 commit 0e76cce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions community/examples/fsi-montecarlo-on-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
---
blueprint_name: fsi-montecarlo-on-batch

validators:
- validator: test_apis_enabled
skip: true # skipping this validator, since "service-enablement" will take care of it.

vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: fsimontecarlo
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/sc23-tutorial/hcls-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

blueprint_name: hcls-cluster

validators:
- validator: test_apis_enabled
skip: true # skipping this validator, since "service-enablement" will take care of it.

vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: hcls-01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

blueprint_name: hcls-cluster-v5

validators:
- validator: test_apis_enabled
skip: true # skipping this validator, since "service-enablement" will take care of it.

vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: hcls-01
Expand Down
4 changes: 4 additions & 0 deletions examples/hcls-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

blueprint_name: hcls-cluster-v6

validators:
- validator: test_apis_enabled
skip: true # skipping this validator, since "service-enablement" will take care of it.

vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: hcls-cluster-v6
Expand Down

0 comments on commit 0e76cce

Please sign in to comment.