Skip to content

Commit

Permalink
fix kitchen tests
Browse files Browse the repository at this point in the history
Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Feb 15, 2024
1 parent 4f6645f commit caaba0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
gcc_major_minor_version = node['cluster']['armpl']['gcc']['major_minor_version']

armpl_module_general_name = "armpl/#{armpl_version}"
armpl_module_name = "armpl/#{armpl_version}_gcc-#{gcc_major_minor_version}"
armpl_module_name = "armpl/#{armpl_version}.0_gcc-#{gcc_major_minor_version}"
gcc_module_name = "armpl/gcc-#{gcc_major_minor_version}"

if os_properties.ubuntu2204?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end

if os[:name] == 'redhat' && virtualization.system != 'docker'
describe yum.repo('codeready-builder-for-rhel-8-rhui-rpms') do
describe yum.repo("codeready-builder-for-rhel-#{os[:release].to_i}-rhui-rpms") do
it { should exist }
it { should be_enabled }
end
Expand Down

0 comments on commit caaba0f

Please sign in to comment.