From 12ee01db91117005b79a9264d8509a2daf86fa80 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Wed, 27 Jun 2018 16:07:20 +0200 Subject: Split yocto builds from yocto selftests In a separate Jenkinsfile right now, with a lot of duplication. Let's hope to find a cleaner way --- scripts/ci/Jenkinsfile.bleeding | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/ci/Jenkinsfile.bleeding') diff --git a/scripts/ci/Jenkinsfile.bleeding b/scripts/ci/Jenkinsfile.bleeding index e50b4b6..6d340fd 100644 --- a/scripts/ci/Jenkinsfile.bleeding +++ b/scripts/ci/Jenkinsfile.bleeding @@ -64,7 +64,7 @@ pipeline { ''' } } - stage('build-core-image-minimal+oe-selftest') { + stage('build-core-image-minimal') { agent { dockerfile { filename 'scripts/ci/Dockerfile.bitbake' @@ -80,8 +80,6 @@ pipeline { sh 'scripts/ci/configure.sh' sh 'scripts/ci/build.sh core-image-minimal' - - sh 'scripts/ci/oe-selftest.sh' } } } -- cgit v1.2.3-54-g00ecf