summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-20 04:11:36 +0000
committerGitHub <noreply@github.com>2022-10-20 04:11:36 +0000
commit41fb979f1209f3dcf5182048a42aa7ebd06e5542 (patch)
tree545e22358f0e2d25705f48f04f8fdc4644234720
parent062079874d9f65e4c1122700a90e838f946ce26b (diff)
parent80c8b40c0b68fb8b2018ff8b2ca58202941111d3 (diff)
downloadchef-41fb979f1209f3dcf5182048a42aa7ebd06e5542.tar.gz
Merge pull request #13255 from chef/jfm/chef17_opensuse
Confirm this solves the Zypper issue.
-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 f0e2b3183c..0f1c66abbe 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -175,6 +175,7 @@ steps:
- label: "Integration openSUSE 15 :ruby: 3.0"
commands:
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cron insserv-compat
- cd /workdir; bundle config set --local without omnibus_package
@@ -189,6 +190,7 @@ steps:
- label: "Functional openSUSE 15 :ruby: 3.0"
commands:
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cronie insserv-compat
- zypper install -y libarchive-devel
@@ -204,6 +206,7 @@ steps:
- label: "Unit openSUSE 15 :ruby: 3.0"
commands:
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cron insserv-compat libarchive-devel
- bundle config set --local without omnibus_package