Skip to content

Commit

Permalink
Merge pull request #4905 from mgahagan73/verification-tests-ci
Browse files Browse the repository at this point in the history
Add dependancies for verification-tests (bushslicer) to Azure CI base image
  • Loading branch information
openshift-merge-robot committed Sep 10, 2019
2 parents fb88990 + e173b8a commit 68a1899
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions projects/azure/base-images/ci-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,20 @@ items:
PyYAML \
tar \
wget \
which
which \
sudo \
chromedriver \
chromium-headless
# Install software collections and ruby packages for verification tests
RUN yum install -y --enablerepo=centosplus centos-release-scl scl-utils-build scl-utils
RUN yum install -y --enablerepo=centosplus rh-ruby24 rh-ror50-rubygem-nokogiri rh-ruby24-ruby-devel rh-git29 bsdtar
RUN ln -s /usr/lib64/chromium-browser/headless_shell /bin/chrome
RUN BRANCH=v3 VERIFICATION_TESTS_GIT=https://github.com/openshift/verification-tests.git && \
git clone --branch $BRANCH $VERIFICATION_TESTS_GIT
RUN scl enable rh-ror50 /verification-tests/tools/install_os_deps.sh
RUN scl enable rh-ror50 /verification-tests/tools/hack_bundle.rb
RUN yum clean all
RUN rm -rf /verification-tests && yum clean all
ENV HOME=/home/prow
Expand Down

0 comments on commit 68a1899

Please sign in to comment.