diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-16 16:16:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-16 16:16:01 -0700 |
commit | 643a6bd76588e20b04075c26587fe1c209ce405b (patch) | |
tree | 1d6d06b29935857e8d08b06e973062816f588a6f /.expeditor | |
parent | ad3777025e9c00ef8d41a12a8f7e7eaf6c48ecc4 (diff) | |
download | chef-643a6bd76588e20b04075c26587fe1c209ce405b.tar.gz |
Install net-tools in the Ruby 2.5 functional tests
This should resolve the ifconfig errors
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 2 | ||||
-rw-r--r-- | .expeditor/verify.pipeline.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 4658fd956d..db810bf08e 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -67,7 +67,7 @@ github: version_constraint: 14* changelog: - rollup_header: Changes not yet released to stable channel + rollup_header: Changes not yet released to stable # These actions are taken, in order they are specified, anytime a Pull Request is merged. merge_actions: diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 9f317ab152..6e4b3e39c9 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -227,7 +227,7 @@ steps: commands: - /workdir/scripts/bk_tests/bk_container_prep.sh - apt-get update -y - - apt-get install -y cron locales ifconfig # needed for functional tests to pass + - apt-get install -y cron locales net-tools # needed for functional tests to pass - bundle install --jobs=3 --retry=3 --without omnibus_package docgen - bundle exec rake spec:functional expeditor: |