diff options
author | dheerajd-msys <dheeraj.dubey@msystechnologies.com> | 2020-04-10 13:46:53 +0530 |
---|---|---|
committer | dheerajd-msys <dheeraj.dubey@msystechnologies.com> | 2020-04-13 15:50:27 +0530 |
commit | ff3c80c1c415793b665d489277a437832d129d11 (patch) | |
tree | ea5e696120b08f0b42d73c71deb3065c8278d5fe /.expeditor | |
parent | 6d272e9ff423a9ee15664431465e9877eb7d133e (diff) | |
download | chef-ff3c80c1c415793b665d489277a437832d129d11.tar.gz |
update filter for opensuse and fix deps
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 69b65ad155..f6857f7ef4 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -89,6 +89,8 @@ steps: - label: "Integration Specs openSUSE :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh + - zypper install -y cron + - zypper install -y insserv-compat - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen - bundle exec rake spec:integration expeditor: @@ -101,6 +103,8 @@ steps: commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - zypper install -y cronie + - zypper install -y cron + - zypper install -y insserv-compat - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen ruby_prof - bundle exec rake spec:functional expeditor: @@ -112,6 +116,8 @@ steps: - label: "Unit Specs openSUSE :ruby: 2.6" commands: - /workdir/scripts/bk_tests/bk_container_prep.sh + - zypper install -y cron + - zypper install -y insserv-compat - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen ruby_prof - bundle exec rake spec:unit - bundle exec rake component_specs |