Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
crops dockerfile: add pkgs for unittest and xmlrunner
Browse files Browse the repository at this point in the history
Signed-off-by: Olev Kartau <[email protected]>
  • Loading branch information
okartau committed Jul 13, 2017
1 parent 1c2994b commit 9c96c3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ try {
params = ["${script_env}", "docker/pre-build.sh"].join("\n")
stage('Pre-build tests') {
sh "${params}"
summary += sh(returnStdout: true,
script: "docker/tester-create-summary.sh 'oe-selftest: pre-build' '' build.pre/TestResults_*/TEST- 0")
//summary += sh(returnStdout: true,
// script: "docker/tester-create-summary.sh 'oe-selftest: pre-build' '' build.pre/TestResults_*/TEST- 0")
}
try {
set_gh_status_pending(is_pr, 'Building')
Expand Down
4 changes: 4 additions & 0 deletions docker/crops-yocto-ubuntu-16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ ARG gid=1000

USER root

RUN apt-get install -y\
python-xmlrunner python3-unittest2 python3-six


RUN groupadd -o -g ${gid} ${group} \
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}

Expand Down

0 comments on commit 9c96c3f

Please sign in to comment.