File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1313 id-token : write
1414 contents : read
1515 with :
16- gcp_project_name : octue-openfast
17- gcp_project_number : 86611255144
18- gcp_region : europe-west3
16+ gcp_project_name : octue-twined-services
17+ gcp_project_number : 13074362726
18+ gcp_region : europe-west9
1919 gcp_resource_affix : octue
2020 gcp_service_name : openfast-service
2121 local_dockerfile : ./Dockerfile
Original file line number Diff line number Diff line change 3636 id : auth
3737 uses : google-github-actions/auth@v2
3838 with :
39- workload_identity_provider : " projects/86611255144 /locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider"
40- service_account : " github-actions@octue-openfast .iam.gserviceaccount.com"
39+ workload_identity_provider : " projects/13074362726 /locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider"
40+ service_account : " github-actions@octue-twined-services .iam.gserviceaccount.com"
4141
4242 - name : Run tests
4343 run : poetry run python -m unittest
Original file line number Diff line number Diff line change 2828 id : auth
2929 uses : google-github-actions/auth@v2
3030 with :
31- workload_identity_provider : " projects/86611255144 /locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider"
32- service_account : " github-actions@octue-openfast .iam.gserviceaccount.com"
31+ workload_identity_provider : " projects/13074362726 /locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider"
32+ service_account : " github-actions@octue-twined-services .iam.gserviceaccount.com"
3333
3434 - name : Run tests
3535 run : poetry run python -m unittest
7070 id-token : write
7171 contents : read
7272 with :
73- gcp_project_name : octue-openfast
74- gcp_project_number : 86611255144
75- gcp_region : europe-west3
73+ gcp_project_name : octue-twined-services
74+ gcp_project_number : 13074362726
75+ gcp_region : europe-west9
7676 gcp_resource_affix : octue
7777 gcp_service_name : openfast-service
7878 local_dockerfile : ./Dockerfile
Original file line number Diff line number Diff line change 11{
2- "output_location" : " gs://main- octue-octue-openfast -octue-twined/openfast-service/outputs"
2+ "output_location" : " gs://octue-octue-twined-services -octue-twined/openfast-service/outputs"
33}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ services:
33 name : openfast-service
44 app_source_path : openfast_service
55 app_configuration_path : app_configuration.json
6- diagnostics_cloud_path : gs://octue-openfast-service/diagnostics
6+ diagnostics_cloud_path : gs://octue-octue-twined-services-octue-twined/ openfast-service/diagnostics
77 event_store_table_id : main_octue_twined.service-events
88 service_registries :
99 - name : OpenFAST service registry
10- endpoint : https://europe-west3 -octue-openfast .cloudfunctions.net/main-octue-twined-service-registry
10+ endpoint : https://europe-west9 -octue-twined-services .cloudfunctions.net/main-octue-twined-service-registry
Original file line number Diff line number Diff line change 66class BaseTestCase (unittest .TestCase ):
77 # Add a cloud storage emulator.
88 test_result_modifier = GoogleCloudStorageEmulatorTestResultModifier (
9- default_bucket_name = "main- octue-octue-openfast -octue-twined"
9+ default_bucket_name = "octue-octue-twined-services -octue-twined"
1010 )
1111
1212 setattr (unittest .TestResult , "startTestRun" , test_result_modifier .startTestRun )
You can’t perform that action at this time.
0 commit comments