summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-09 10:36:47 -0700
committerTim Smith <tsmith@chef.io>2019-06-09 10:36:47 -0700
commit01af9782072a41d446973fe1378760c5e653ead4 (patch)
treeb3185ed0278be6454190ef7014d38b42c9ee4325
parent27ffef8861e7fe44797533b8eef292c0b9d60fe1 (diff)
downloadchef-01af9782072a41d446973fe1378760c5e653ead4.tar.gz
Use e2fsprogs on centos containers
We need this for some functional tests Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 5faa22405c..544f6f13ac 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -72,7 +72,7 @@ steps:
- label: "Functional Specs CentOS :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
- - yum install -y crontabs mk2fs util-linux
+ - yum install -y crontabs e2fsprogs util-linux
- cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof
- bundle exec rake spec:functional
expeditor: