From 650c6c5f56209f0bb2fd3bb3f7d56b9aa8470498 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Mon, 19 Aug 2024 20:11:13 +0900 Subject: [PATCH] Modify sample_spec.rb for CI --- dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb b/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb index 8cdd68b9f..59d28d8a8 100755 --- a/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb +++ b/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb @@ -50,7 +50,7 @@ def remove(options={}); end its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/10.7\/yum\/rhel\/7\/x86_64/ } end describe file('/etc/yum.repos.d/mariadb.repo'), :if => os[:family] == 'redhat' && os[:release].to_f >= 8 do - its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.5\/yum\/rhel\/8\/x86_64/ } + its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.rolling\/yum\/rhel\/8\/x86_64/ } end describe package('MariaDB-server'), :if => os[:family] == 'redhat' && os[:release].to_f >= 7 do it { should be_installed }