summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-01-09 12:50:33 -0800
committerJohn <john.mccrae@progress.com>2023-01-09 12:50:33 -0800
commit4d31e4100a24754495dff84d86ddf7c33b7778fc (patch)
treeb4b0561db7fe2c8e0ac2d22b156935cc26179410
parent4d5b288cf59da6614f51350c59fd4e81dd44fbb6 (diff)
downloadchef-4d31e4100a24754495dff84d86ddf7c33b7778fc.tar.gz
Rewriting the zypper code to run only on openSUSE 15
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.expeditor/verify.pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 2069873802..007dfd9725 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -145,7 +145,7 @@ steps:
- label: "Functional openSUSE 15 :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
+ - /workdir/.expeditor/scripts/zypper_prep.sh
- zypper install -y cronie insserv-compat
- cd /workdir; bundle config set --local without omnibus_package ruby_prof
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle
@@ -159,7 +159,7 @@ steps:
- label: "Unit openSUSE 15 :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
+ - /workdir/.expeditor/scripts/zypper_prep.sh
- zypper install -y cron insserv-compat
- bundle config set --local without omnibus_package ruby_prof
- bundle install --jobs=3 --retry=3 --path=vendor/bundle