We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. I checked with web page, I'm able to select systems with contains Operation:https://beaker.engineering.redhat.com/?systemsearch-0.table=System%2FLabController&systemsearch-0.keyvalue=&systemsearch-0.operation=contains&systemsearch-0.value=pek&systemsearch_column_System%2FArch=System%2FArch&systemsearch_column_System%2FLoanedTo=System%2FLoanedTo&systemsearch_column_System%2FModel=System%2FModel&systemsearch_column_System%2FName=System%2FName&systemsearch_column_System%2FStatus=System%2FStatus&systemsearch_column_System%2FType=System%2FType&systemsearch_column_System%2FUser=System%2FUser&systemsearch_column_System%2FVendor=System%2FVendor
Here is one job xml:
<job retention_tag="audit" product="[internal]"><whiteboard>tmt-156-PIlFuuOz</whiteboard><recipeSet priority="Normal"><recipe whiteboard="" ks_meta=""><distroRequires><and><distro_name op="like" value="Fedora-37%"/><distro_variant op="=" value="Server"/><distro_arch op="=" value="x86_64"/></and></distroRequires><hostRequires><and><cpu><cores op=">" value="2"/></cpu><labcontroller op="like" value="%bos%"/></and></hostRequires><repos/><partitions/><reservesys duration="86400"/><task name="/distribution/dummy" role="STANDALONE"><params/></task></recipe></recipeSet></job>
Describe the solution you'd like labcontroller should handle "like" op just as,for instance, model-name.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I checked with web page, I'm able to select systems with contains Operation:https://beaker.engineering.redhat.com/?systemsearch-0.table=System%2FLabController&systemsearch-0.keyvalue=&systemsearch-0.operation=contains&systemsearch-0.value=pek&systemsearch_column_System%2FArch=System%2FArch&systemsearch_column_System%2FLoanedTo=System%2FLoanedTo&systemsearch_column_System%2FModel=System%2FModel&systemsearch_column_System%2FName=System%2FName&systemsearch_column_System%2FStatus=System%2FStatus&systemsearch_column_System%2FType=System%2FType&systemsearch_column_System%2FUser=System%2FUser&systemsearch_column_System%2FVendor=System%2FVendor
Here is one job xml:
<job retention_tag="audit" product="[internal]"><whiteboard>tmt-156-PIlFuuOz</whiteboard><recipeSet priority="Normal"><recipe whiteboard="" ks_meta=""><distroRequires><and><distro_name op="like" value="Fedora-37%"/><distro_variant op="=" value="Server"/><distro_arch op="=" value="x86_64"/></and></distroRequires><hostRequires><and><cpu><cores op=">" value="2"/></cpu><labcontroller op="like" value="%bos%"/></and></hostRequires><repos/><partitions/><reservesys duration="86400"/><task name="/distribution/dummy" role="STANDALONE"><params/></task></recipe></recipeSet></job>
Describe the solution you'd like
labcontroller should handle "like" op just as,for instance, model-name.
The text was updated successfully, but these errors were encountered: