adoroszlai opened a new pull request #3: URL: https://github.com/apache/ozone-docker-runner/pull/3
## What changes were proposed in this pull request? Pre-install `awscli` in the `ozone-runner` docker image to save some execution time in acceptance tests. https://issues.apache.org/jira/browse/HDDS-4881 ## How was this patch tested? Built the image locally: docker build -t apache/ozone-runner:dev . executed some Ozone acceptance test: cd ozone/hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/compose/ozone OZONE_RUNNER_VERSION=dev ./test.sh and verified in `result/robot*xml` that `awscli` no longer has to be installed during acceptance test: Running command 'sudo -E yum install -y awscli 2>&1'. Package awscli-1.14.28-5.el7_5.1.noarch already installed and latest version ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
