Skip to content

Commit

Permalink
Merge pull request #1374 from FloatXD/up-e2e-16
Browse files Browse the repository at this point in the history
[Test]update e2e test for import rocky8 os-pkg
  • Loading branch information
ErikJiang authored Sep 19, 2024
2 parents 0ca4023 + 00a9505 commit 316b5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/resouce_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function resource::import_os_package_minio(){
if [[ ${test_type} =~ "artifact" ]];then
os_list=("os-pkgs-centos7" )
else
os_list=( "os-pkgs-centos7" "os-pkgs-kylin-v10sp2" "os-pkgs-redhat8" "os-pkgs-redhat7" )
os_list=( "os-pkgs-centos7" "os-pkgs-rocky8" "os-pkgs-kylin-v10sp2" "os-pkgs-redhat8" "os-pkgs-redhat7" )
fi
for os_name in "${os_list[@]}";do
echo "Import os pkgs to minio: ${os_name}..."
Expand Down

0 comments on commit 316b5fd

Please sign in to comment.