summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneha-p6 <neha.pansare@progress.com>2022-10-19 01:23:27 +0530
committerGitHub <noreply@github.com>2022-10-18 12:53:27 -0700
commit9eccdc90d00a3e5221e877a18ac408132e325a28 (patch)
tree6e8183dcf1d571833e021f18fa9e4010bce08120
parenta22ddc5fc88d330d2f5d4aa29a145397adba4b83 (diff)
downloadchef-9eccdc90d00a3e5221e877a18ac408132e325a28.tar.gz
Fix OpenSUSE failures in verify pipeline due to incorrect SHA. This backports fix here https://github.com/chef/chef/pull/13237 but keeping the (#13239)
changes as per chef16 not main. Signed-off-by: John McCrae <john.mccrae@progress.com> Signed-off-by: Neha Pansare <neha.pansare@progress.com> Co-authored-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index cdec7f110b..1c0afbfac8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -131,6 +131,7 @@ steps:
- label: "Integration 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"
- 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
@@ -144,6 +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"
- 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
@@ -157,6 +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"
- zypper install -y cron insserv-compat
- bundle config set --local without omnibus_package ruby_prof
- bundle install --jobs=3 --retry=3 --path=vendor/bundle