-
Notifications
You must be signed in to change notification settings - Fork 39
testingfarm: move environment constraints into fmf plan #9265
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: main
Are you sure you want to change the base?
Changes from 1 commit
19bd344
b15fa8f
11d8447
ba18d73
a646fd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,16 @@ | ||
| summary: Run job-runner task remotely | ||
| provision: | ||
| how: virtual | ||
| arch: x86_64 | ||
| image: Fedora-44 | ||
| hardware: | ||
| memory: ">= 4 GB" | ||
| disk: | ||
| - size: ">= 60 GiB" | ||
| virtualization: | ||
| #is-virtualized: true | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this definitely needs to be true. it's the most important part...
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it should be fine. as you are asking to support virtualization, not that machine itself is virtual and support nested virt |
||
| is-supported: true | ||
|
|
||
| prepare: | ||
| how: install | ||
| package: | ||
|
|
@@ -16,4 +28,4 @@ execute: | |
| /job-runner: | ||
| summary: Run job-runner task | ||
| test: ../job-runner json "$JOB_JSON" | ||
| duration: 2h | ||
| duration: 4h | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd definitely want @jelly to weigh in on this. We've had some issues in the past...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these constraints could be dangerous, to not be able to select any machine, but I think it should be fine, in fact I've never used disc size requirements inside TF. But We'll see.