-
Notifications
You must be signed in to change notification settings - Fork 21
creating a unique name for the clusters created by the evaluation tests #198
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
Merged
openshift-merge-bot
merged 1 commit into
rh-ecosystem-edge:main
from
andrej1991:eval_test_v2
Sep 12, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,21 +62,21 @@ | |
| description: Create SNO and then retrieve Discovery ISO in two steps with all the information provided | ||
| conversation: | ||
| - eval_id: create_eval_test_sno | ||
| eval_query: create a new single node cluster named eval-test-sno, running on version 4.19.7 with the x86_64 CPU architecture, configured under the base domain example.com, using the provided SSH key "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCmeaBFhSJ/MLECmqUaKweRgo10ABpwdvJ7v76qLYfP0pzfzYsF3hGP/fH5OQfHi9pTbWynjaEcPHVfaTaFWHvyMtv8PEMUIDgQPWlBSYzb+3AgQ5AsChhzTJCYnRdmCdzENlV+azgtb3mVfXiyCfjxhyy3QAV4hRrMaVtJGuUQfQ== [email protected]". | ||
| eval_types: [tool_eval, response_eval:accuracy, response_eval:sub-string] | ||
| eval_query: create a new single node cluster named eval-test-singlenode-ClustER-NAme, running on version 4.19.7 with the x86_64 CPU architecture, configured under the base domain example.com, using the provided SSH key "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCmeaBFhSJ/MLECmqUaKweRgo10ABpwdvJ7v76qLYfP0pzfzYsF3hGP/fH5OQfHi9pTbWynjaEcPHVfaTaFWHvyMtv8PEMUIDgQPWlBSYzb+3AgQ5AsChhzTJCYnRdmCdzENlV+azgtb3mVfXiyCfjxhyy3QAV4hRrMaVtJGuUQfQ== [email protected]". | ||
| eval_types: [tool_eval, response_eval:sub-string, response_eval:accuracy] | ||
| expected_tool_calls: | ||
| - - tool_name: create_cluster | ||
| arguments: | ||
| name: "eval-test-sno" | ||
| name: "eval-test-singlenode-ClustER-NAme" | ||
| version: "4\\.19\\.7" | ||
| base_domain: "example\\.com" | ||
| single_node: "(?i:true)" | ||
| cpu_architecture: "x86_64" | ||
| ssh_public_key: 'ssh-rsa\s+[A-Za-z0-9+/]+[=]{0,3}(\s+.+)?\s*' | ||
| expected_keywords: ["eval-test-sno", "4.19.7", "ID", "Discovery ISO", "download", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-sno, OpenShift version 4.19.7, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Do you want me to download the Discovery ISO? | ||
| expected_keywords: ["eval-test-singlenode-ClustER-NAme", "4.19.7", "ID", "Discovery ISO", "download", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-singlenode-ClustER-NAme, OpenShift version 4.19.7, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Would you like me to get the Discovery ISO download URL? | ||
| - eval_id: get_iso_eval_test_sno | ||
| eval_query: Using the ID of the cluster you just created, get the Discovery ISO download URL for cluster 'eval-test-sno' | ||
| eval_query: Using the ID of the cluster you just created, get the Discovery ISO download URL for cluster 'eval-test-singlenode-ClustER-NAme' | ||
| eval_types: [tool_eval, response_eval:sub-string] | ||
| expected_tool_calls: | ||
| - - tool_name: cluster_iso_download_url | ||
|
|
@@ -88,30 +88,30 @@ | |
| description: Create multi-node cluster and then retrieve ISO in two steps | ||
| conversation: | ||
| - eval_id: create_eval_test_multinode | ||
| eval_query: Create a multi-node cluster named 'eval-test-multinode' with OpenShift 4.18.22 and domain test.local | ||
| eval_types: [tool_eval, response_eval:accuracy, response_eval:sub-string] | ||
| eval_query: Create a multi-node cluster named 'eval-test-multinode-ClustER-NAme' with OpenShift 4.18.22 and domain test.local | ||
| expected_tool_calls: | ||
| - - tool_name: create_cluster | ||
| arguments: | ||
| name: "eval-test-multinode" | ||
| name: "eval-test-multinode-ClustER-NAme" | ||
| version: "4\\.18\\.22" | ||
| base_domain: "test\\.local" | ||
| single_node: "(?i:false)" | ||
| cpu_architecture: "x86_64" | ||
| ssh_public_key: "" | ||
| expected_keywords: ["eval-test-multinode", "4.18.22", "ID", "Discovery ISO", "download", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-multinode, OpenShift version 4.18.22, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Do you want me to download the Discovery ISO? | ||
| expected_keywords: ["eval-test-multinode-ClustER-NAme", "4.18.22", "ID", "Discovery ISO", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-multinode-ClustER-NAme, OpenShift version 4.18.22, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Would you like me to get the Discovery ISO download URL? | ||
| - eval_id: set_ssh_key_eval_test_ssh | ||
| eval_query: Set the SSH key for the cluster you just created to "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCmeaBFhSJ/MLECmqUaKweRgo10ABpwdvJ7v76qLYfP0pzfzYsF3hGP/fH5OQfHi9pTbWynjaEcPHVfaTaFWHvyMtv8PEMUIDgQPWlBSYzb+3AgQ5AsChhzTJCYnRdmCdzENlV+azgtb3mVfXiyCfjxhyy3QAV4hRrMaVtJGuUQfQ== [email protected]" | ||
| eval_types: [tool_eval, response_eval:sub-string] | ||
| eval_types: [tool_eval, response_eval:accuracy] | ||
| expected_tool_calls: | ||
| - - tool_name: set_cluster_ssh_key | ||
| arguments: | ||
| cluster_id: "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" | ||
| ssh_public_key: 'ssh-rsa\s+[A-Za-z0-9+/]+[=]{0,3}(\s+.+)?\s*' | ||
| expected_keywords: ["SSH", "key", "updated"] | ||
| expected_response: The SSH public key is set for the cluster for cluster | ||
| - eval_id: get_iso_eval_test_multinode | ||
| eval_query: Using the ID of the cluster you just created, get the Discovery ISO for cluster 'eval-test-multinode' | ||
| eval_query: Using the ID of the cluster you just created, get the Discovery ISO for cluster 'eval-test-multinode-ClustER-NAme' | ||
| eval_types: [tool_eval, response_eval:sub-string] | ||
| expected_tool_calls: | ||
| - - tool_name: cluster_iso_download_url | ||
|
|
@@ -175,18 +175,18 @@ | |
| - conversation_group: cluster_id_from_name | ||
| conversation: | ||
| - eval_id: create_single_node_cluser | ||
| eval_query: Create a multi-node cluster named 'eval-test-cluster-name' with OpenShift 4.18.22 and domain test.local. I do not have an SSH key to provide. | ||
| eval_query: Create a multi-node cluster named 'eval-test-ClustER-NAme' with OpenShift 4.18.22 and domain test.local. I do not have an SSH key to provide. | ||
| eval_types: [response_eval:accuracy, response_eval:sub-string] | ||
| expected_keywords: ["eval-test-cluster-name", "4.18.22", "ID", "Discovery ISO", "download", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-cluster-name, OpenShift version 4.18.22, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Do you want me to download the Discovery ISO? | ||
| expected_keywords: ["eval-test-ClustER-NAme", "4.18.22", "ID", "Discovery ISO", "download", "cluster"] | ||
| expected_response: I have created a cluster with name eval-test-ClustER-NAme, OpenShift version 4.18.22, base domain test.local. Next, you'll need to download the Discovery ISO, then boot your hosts with it. Would you like me to get the Discovery ISO download URL? | ||
| - eval_id: cluster_name_tool_call | ||
| eval_query: Show me information on cluster eval-test-cluster-name | ||
| eval_query: Show me information on cluster eval-test-ClustER-NAme | ||
| eval_types: [tool_eval, response_eval:sub-string] | ||
| expected_tool_calls: | ||
| - - tool_name: list_clusters | ||
| arguments: {} | ||
| - - tool_name: cluster_info | ||
| arguments: | ||
| cluster_id: "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" | ||
| expected_keywords: ["cluster", "eval-test-cluster-name", "test.local", "4.18.22"] | ||
| expected_keywords: ["cluster", "eval-test-ClustER-NAme", "test.local", "4.18.22"] | ||
| description: Test handling requesting a cluster by name | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.