Add GCE dataproc tests to E2E

This commit is contained in:
Wiktor Niesiobędzki
2024-03-09 16:36:33 +00:00
committed by Wiktor Niesiobędzki
parent 67382f53b7
commit 7753b1f75a
2 changed files with 8 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ module "processing-dp-cluster" {
module.dataproc-service-account, # ensure all grants are done before creating the cluster
]
}
# tftest modules=3 resources=7
# tftest modules=3 resources=7 e2e
```
### Cluster configuration on GCE with CMEK encryption
@@ -137,7 +137,7 @@ module "processing-dp-cluster" {
module.dataproc-service-account, # ensure all grants are done before creating the cluster
]
}
# tftest modules=3 resources=8
# tftest modules=3 resources=8 e2e
```
### Cluster configuration on GKE