summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-26 19:40:07 -0700
committerGitHub <noreply@github.com>2020-10-26 19:40:07 -0700
commit6360effe619433fd109a11537a50103ccc520cf7 (patch)
tree407dd753231176b2cc5e5040f0a9603cbe5ecf81
parent35dafa43419b4ee651cf26764d975b4786ef1412 (diff)
parent3743a8d886746316f9e883ff9d118364cf7dc179 (diff)
downloadchef-6360effe619433fd109a11537a50103ccc520cf7.tar.gz
Merge pull request #10554 from chef/oracle_8_tk
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml15
-rw-r--r--kitchen-tests/kitchen.yml1
2 files changed, 16 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 257f16721d..3f6f45be6e 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -541,6 +541,21 @@ steps:
privileged: true
single-use: true
+- label: "Kitchen: Oracle Linux 8"
+ commands:
+ - scripts/bk_tests/bk_linux_exec.sh
+ - cd kitchen-tests
+ - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-oraclelinux-8
+ artifact_paths:
+ - $PWD/.kitchen/logs/kitchen.log
+ env:
+ KITCHEN_YAML: kitchen.yml
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
- label: "Kitchen: Fedora latest"
commands:
- scripts/bk_tests/bk_linux_exec.sh
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 1e15ada006..53641a6602 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -104,6 +104,7 @@ platforms:
intermediate_instructions:
- RUN yum -y install e2fsprogs
- RUN yum -y reinstall systemd
+ - RUN mkdir /etc/sysconfig/network-scripts # missing from the oracle image
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: fedora-latest