Skip to content
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

Add disk space directive which scales with task attempts #905

Open
rcannood opened this issue Nov 22, 2024 · 0 comments · May be fixed by #906
Open

Add disk space directive which scales with task attempts #905

rcannood opened this issue Nov 22, 2024 · 0 comments · May be fixed by #906
Labels
bug Something isn't working
Milestone

Comments

@rcannood
Copy link
Contributor

rcannood commented Nov 22, 2024

We could create separate disk labels:

  withLabel: lowdisk { disk = { 20.GB * task.attempt } }
  withLabel: middisk { disk = { 50.GB * task.attempt } }
  withLabel: highdisk { disk = { 100.GB * task.attempt } }
  withLabel: veryhighdisk { disk = { 200.GB * task.attempt } }

To src/workflows/utils/labels.config

And add it to components where needed

@rcannood rcannood modified the milestones: v2.0.0-rc.1, v2.0.0 Nov 22, 2024
@rcannood rcannood added the bug Something isn't working label Nov 22, 2024
@rcannood rcannood linked a pull request Nov 22, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant