-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support system.model-name
hardware requirement for mrack
#3280
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skycastlelily
requested review from
dav-pascual,
psss,
lukaszachy,
happz,
thrix and
janhavlin
as code owners
October 11, 2024 04:18
skycastlelily
added a commit
that referenced
this pull request
Oct 11, 2024
skycastlelily
force-pushed
the
system-model
branch
from
October 11, 2024 04:20
23a227c
to
59448b4
Compare
skycastlelily
added
the
ci | full test
Pull request is ready for the full test execution
label
Oct 17, 2024
skycastlelily
added a commit
that referenced
this pull request
Oct 17, 2024
skycastlelily
force-pushed
the
system-model
branch
2 times, most recently
from
October 17, 2024 09:49
f50d63e
to
2cd409d
Compare
happz
added
area | hardware
Implementation of hardware requirements
plugin | mrack
The beaker provision plugin
labels
Oct 17, 2024
happz
approved these changes
Oct 18, 2024
skycastlelily
added a commit
that referenced
this pull request
Oct 21, 2024
skycastlelily
force-pushed
the
system-model
branch
from
October 21, 2024 15:05
2cd409d
to
3623cfe
Compare
skycastlelily
added a commit
that referenced
this pull request
Oct 22, 2024
therazix
reviewed
Oct 22, 2024
skycastlelily
added a commit
that referenced
this pull request
Oct 22, 2024
skycastlelily
force-pushed
the
system-model
branch
from
October 22, 2024 13:51
3623cfe
to
0b745d9
Compare
Ah,yeah😅, thanks for your review,and updated:)
…On Tue, Oct 22, 2024 at 8:06 PM Filip Vágner ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In tmt/steps/provision/mrack.py
<#3280 (comment)>:
> @@ -567,6 +567,23 @@ def _transform_system_numa_nodes(
children=[MrackHWBinOp('numanodes', beaker_operator, actual_value)])
+def _transform_system_model_name(
+ constraint: tmt.hardware.NumberConstraint,
Shouldn't it be TextConstraint?
⬇️ Suggested change
- constraint: tmt.hardware.NumberConstraint,
+ constraint: tmt.hardware.TextConstraint,
—
Reply to this email directly, view it on GitHub
<#3280 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFR23B63KNOISDCB73G32LZ4Y5STAVCNFSM6AAAAABPYDKSW6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGOBUHE4TGNRWHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
skycastlelily
added a commit
that referenced
this pull request
Oct 24, 2024
skycastlelily
force-pushed
the
system-model
branch
from
October 24, 2024 09:25
0b745d9
to
3fb98b9
Compare
@skycastlelily I believe you accidentally edited the |
skycastlelily
force-pushed
the
system-model
branch
from
October 24, 2024 13:47
3fb98b9
to
f9320ca
Compare
ah,yes😅,thanks a lot for pointing that out,updated,should be good now:)
…On Thu, Oct 24, 2024 at 7:40 PM Filip Vágner ***@***.***> wrote:
@skycastlelily <https://github.com/skycastlelily> I believe you
accidentally edited the _transform_cpu_model function. I meant changing
the NumberConstraint to TextConstraint in the _transform_system_model_name
function.
—
Reply to this email directly, view it on GitHub
<#3280 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFR23DH5LUD73VEX6SXFSDZ5DMDFAVCNFSM6AAAAABPYDKSW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVGA2DANZYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
therazix
approved these changes
Oct 24, 2024
happz
added
the
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
label
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area | hardware
Implementation of hardware requirements
ci | full test
Pull request is ready for the full test execution
plugin | mrack
The beaker provision plugin
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist