File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717 secrets : " inherit"
1818 with :
1919 runs_on : " ubuntu-20.04"
20+ flags : " --exclude-platforms '[\" Ubuntu-22.04-arm\" ]'"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class { 'epel': }
4343 LitmusHelper . instance . run_shell ( 'yum update -y' )
4444 LitmusHelper . instance . run_shell ( 'yum install -y crontabs tar wget openssl iproute which initscripts nss gcc' )
4545 elsif os [ :family ] == 'redhat' && os [ :release ] . to_i >= 8
46- LitmusHelper . instance . run_shell ( 'yum update -y' )
46+ LitmusHelper . instance . run_shell ( 'yum update -y || true ' )
4747 LitmusHelper . instance . run_shell ( 'yum install make gcc -y' )
4848 elsif os [ :family ] == 'ubuntu'
4949 LitmusHelper . instance . run_shell ( 'rm /usr/sbin/policy-rc.d && rm /sbin/initctl && dpkg-divert --rename --remove /sbin/initctl' , expect_failures : true )
You can’t perform that action at this time.
0 commit comments