-
Notifications
You must be signed in to change notification settings - Fork 280
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
aistack_basic test #20427
base: master
Are you sure you want to change the base?
aistack_basic test #20427
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
3b1407a
to
f45aa4f
Compare
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.
Debug lines Not needed, info already printed before
7ff4edd
to
0a292a9
Compare
0955912
to
e5ff26a
Compare
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.
Please double ckeck the repository url.
e5ff26a
to
54e3895
Compare
fb3a4eb
to
9a149ac
Compare
LGTM, after clarified $docker_user_name var. assignment in L#96. |
040f0f9
to
13c98d8
Compare
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 might have some other nipticks and that's not reason to keep dragging this on my end, aside aside from the data-url thing, looks good.
After adjusting the code, feel free to dismiss my review or request re-review
wrt nvidia
I cannot reuse this code. ` trup_call("pkg install -y --auto-agree-with-licenses nvidia-open-driver-G06-signed-kmp=$driver_version nvidia-compute-utils-G06=$driver_version");
`
my $git_token = get_var('_SECRET_SSH'); | ||
my $ing_ver = get_var('ING_VERSION'); | ||
my $local_storage_name = 'local_path_storage.yaml'; | ||
my $local_path_url = 'https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-opensuse/54e38954acd015490d85e7614c00c54db46ed9f7/data/aistack/local_path_storage.yaml'; |
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.
my $local_path_url = 'https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-opensuse/54e38954acd015490d85e7614c00c54db46ed9f7/data/aistack/local_path_storage.yaml'; | |
my $local_path_url = data_url('local_path_storage.yaml'); |
?
# local-path-storage.yaml is a copy off https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.28/deploy/local-path-storage.yaml | ||
#assert_script_run( "curl " . data_url("aistack/$local_storage_name") . " -o $local_storage_name", 60); | ||
assert_script_run("kubectl apply -f $local_path_url", timeout => 120); |
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 guess is connected to the above?
696b32b
to
a27d6e5
Compare
a27d6e5
to
6579606
Compare
Both flavor test passed
PR: create test env for AI private-ai-stack test env for 2 flavor sle-micro-6 test env and sle-micro-6 with nvidia driver and gpu enabled