summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorJason Barnett <jason.w.barnett@gmail.com>2021-09-20 06:59:28 -0600
committerJason Barnett <jason.w.barnett@gmail.com>2021-09-21 14:09:00 -0600
commit1f6613ed5704277707852fc02164a0cfb17bd55b (patch)
tree6a563e5d63f4eea3f5f07154ad36b48f02bc9c62 /.expeditor
parent77a27db0403c6fe482d8145d9a5e77a75356f495 (diff)
downloadchef-1f6613ed5704277707852fc02164a0cfb17bd55b.tar.gz
Add strip_components property to archive_file
Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 5bbfb25e9c..99d2109d8f 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -59,7 +59,7 @@ steps:
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- - apt-get install -y cron locales # needed for functional tests to pass
+ - apt-get install -y cron locales libarchive-dev # needed for functional tests to pass
- cd /workdir; bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:functional
@@ -72,6 +72,8 @@ steps:
- label: "Unit Ubuntu 18.04 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - apt-get update -y
+ - apt-get install -y libarchive-dev
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:unit
@@ -97,7 +99,7 @@ steps:
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- - apt-get install -y cron locales # needed for functional tests to pass
+ - apt-get install -y cron locales libarchive-dev # needed for functional tests to pass
- cd /workdir; bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:functional
@@ -110,6 +112,8 @@ steps:
- label: "Unit Ubuntu 20.04 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - apt-get update -y
+ - apt-get install -y libarchive-dev
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:unit
@@ -135,6 +139,7 @@ steps:
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- yum install -y crontabs e2fsprogs
+ - yum install -y libarchive-devel
- cd /workdir; bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:functional
@@ -147,6 +152,7 @@ steps:
- label: "Unit CentOS 7 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - yum install -y libarchive-devel
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:unit
@@ -173,6 +179,7 @@ steps:
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cronie insserv-compat
+ - zypper install -y libarchive-devel
- cd /workdir; bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:functional
@@ -185,7 +192,7 @@ steps:
- label: "Unit openSUSE 15 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- - zypper install -y cron insserv-compat
+ - zypper install -y cron insserv-compat libarchive-devel
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:unit
@@ -226,6 +233,7 @@ steps:
- label: "Unit Fedora :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - dnf install -y libarchive-devel
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:unit