fix: Revert "group" changes in Beaker transformer and introduce new "beaker_job_group" key#325
Merged
dav-pascual merged 2 commits intoneoave:mainfrom Oct 21, 2025
Merged
Conversation
f17117d to
74749bb
Compare
This reverts commit 0cabc75. Fixes neoave#304 Signed-off-by: David Pascual <davherna@redhat.com>
74749bb to
dd43a5a
Compare
Add support for Beaker group key https://beaker-project.org/docs/user-guide/interface/groups.html Signed-off-by: David Pascual <davherna@redhat.com>
f4c32ff to
6c06d3f
Compare
dav-pascual
added a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 16, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This doesn't imply in API changes Signed-off-by: David Pascual <davherna@redhat.com>
dav-pascual
added a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 16, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
Member
Author
|
Fix and new key tested on integration tests with success |
dav-pascual
added a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 22, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
dav-pascual
added a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 22, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
LecrisUT
pushed a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 27, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
bajertom
pushed a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 29, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
happz
pushed a commit
to dav-pascual/tmt
that referenced
this pull request
Oct 30, 2025
Fix teemtee#4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in teemtee#3397 This doesn't imply any API changes Signed-off-by: David Pascual <davherna@redhat.com>
bajertom
pushed a commit
to teemtee/tmt
that referenced
this pull request
Oct 30, 2025
Fix #4198 Remap beaker key from group to beaker_job_group in mrack module to incorporate new changes in neoave/mrack#325 This amends feature introduced in #3397 This doesn't imply any API changes --------- Signed-off-by: David Pascual <davherna@redhat.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This reverts commit 0cabc75 and changes the Beaker group key to "beaker_job_group"
Fixes #304