@@ -310,13 +310,13 @@ const components = {
310
310
'conformance-pubsub.aws.snssqs.terraform-destroy.sh' ,
311
311
sourcePkg : 'pubsub/aws/snssqs' ,
312
312
} ,
313
- // 'pubsub.gcp.pubsub': {
314
- // certification: true,
315
- // requireTerraform: true,
316
- // requireGCPCredentials: true,
317
- // certificationSetup: 'certification-pubsub.gcp.pubsub-setup.sh',
318
- // certificationDestroy: 'certification-pubsub.gcp.pubsub-destroy.sh',
319
- // },
313
+ 'pubsub.gcp.pubsub' : {
314
+ certification : true ,
315
+ requireTerraform : true ,
316
+ requireGCPCredentials : true ,
317
+ certificationSetup : 'certification-pubsub.gcp.pubsub-setup.sh' ,
318
+ certificationDestroy : 'certification-pubsub.gcp.pubsub-destroy.sh' ,
319
+ } ,
320
320
// 'pubsub.gcp.pubsub.docker': {
321
321
// conformance: true,
322
322
// conformanceSetup: 'docker-compose.sh gcp-pubsub',
@@ -709,11 +709,11 @@ const components = {
709
709
requireGCPCredentials : true ,
710
710
conformanceSetup : 'conformance-state.gcp.firestore-setup.sh' ,
711
711
} ,
712
- // 'state.gcp.firestore': {
713
- // certification: true,
714
- // requireGCPCredentials: true,
715
- // certificationSetup: 'certification-state.gcp.firestore-setup.sh',
716
- // },
712
+ 'state.gcp.firestore' : {
713
+ certification : true ,
714
+ requireGCPCredentials : true ,
715
+ certificationSetup : 'certification-state.gcp.firestore-setup.sh' ,
716
+ } ,
717
717
'workflows.temporal' : {
718
718
conformance : true ,
719
719
conformanceSetup : 'docker-compose.sh temporal' ,
0 commit comments