summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-01-05 10:33:39 -0800
committerJohn <john.mccrae@progress.com>2023-01-05 10:33:39 -0800
commitdc852492c4e8acb16e27bb33c0975f2731860821 (patch)
treedfa55f85fbfe4b28a26b6e1d11a2605b12755e7b
parentd7400f32969aa6aaf09877c226e705de58d0aa0d (diff)
downloadchef-jfm/chef16_zypper.tar.gz
Updating Chef-16 for zypper repo improvementsjfm/chef16_zypper
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index a297acc873..087a88c60e 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -131,7 +131,9 @@ steps:
- label: "Integration openSUSE 15 :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - find /etc/zypp/repos.d -name "SMT-*" -execdir rm -f -- '{}' \;
- zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
+ - zypper --gpg-auto-import-keys ref
- zypper install -y cron insserv-compat
- cd /workdir; bundle config set --local without omnibus_package
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle
@@ -145,7 +147,9 @@ steps:
- label: "Functional openSUSE 15 :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - find /etc/zypp/repos.d -name "SMT-*" -execdir rm -f -- '{}' \;
- zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
+ - zypper --gpg-auto-import-keys ref
- 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 +163,9 @@ steps:
- label: "Unit openSUSE 15 :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - find /etc/zypp/repos.d -name "SMT-*" -execdir rm -f -- '{}' \;
- zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
+ - zypper --gpg-auto-import-keys ref
- zypper install -y cron insserv-compat
- bundle config set --local without omnibus_package ruby_prof
- bundle install --jobs=3 --retry=3 --path=vendor/bundle