-
Notifications
You must be signed in to change notification settings - Fork 133
feat(jobs): add local_storage_capacity to job_definition resource #3521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(jobs): add local_storage_capacity to job_definition resource #3521
Conversation
|
Thanks a lot for your contribution :) |
Head branch was pushed to by a user without write access
330917c to
f07f3f2
Compare
|
I've fixed the tests. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3521 +/- ##
=========================================
- Coverage 1.71% 1.71% -0.01%
=========================================
Files 434 434
Lines 47517 47527 +10
=========================================
Hits 813 813
- Misses 46616 46626 +10
Partials 88 88 ☔ View full report in Codecov by Sentry. |
|
@pgolm I think your commits are not signed yet |
The Scaleway Jobs API supports configuring local storage capacity for job definitions, but this option was not exposed in the Terraform provider. This change adds the local_storage_capacity attribute to allow users to specify local storage in MiB for their job containers.
Head branch was pushed to by a user without write access
5720805 to
0e4a53d
Compare
|
@remyleone Thanks for the hint! The commit is now signed. |
The Scaleway Jobs API supports configuring local storage capacity for job definitions, but this option was not exposed in the Terraform provider. This change adds the local_storage_capacity attribute to allow users to specify local storage in MiB for their job containers.