Skip to content

Commit

Permalink
feat: cloud function schedule memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilva committed Jun 21, 2024
1 parent a9d0ec2 commit f489a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deployment/test_gcp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_upsert_cloud_function(self):
"service_account_email": "[email protected]",
"labels": {},
"environment_variables": {},
"available_memory_mb": 512
"available_memory_mb": 512,
}

# Set Mocks
Expand Down
1 change: 1 addition & 0 deletions tests/pipeline/test_pipeline_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def test_run_pipeline(self, docker_mock):
"ENCRYPTION_SPEC_KEY_NAME": "projects/project_id/locations/region/keyRings/key_ring/cryptoKeys/key",
"PIPELINE_EXPERIMENT": "wanna-sample-experiment",
},
"available_memory_mb": 512,
}

# Set Mocks
Expand Down

0 comments on commit f489a7b

Please sign in to comment.