summaryrefslogtreecommitdiffstats
path: root/scripts/ci/Jenkinsfile.bleeding
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-06-27 16:07:20 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2018-09-06 11:45:07 +0200
commit12ee01db91117005b79a9264d8509a2daf86fa80 (patch)
tree9ca5146bfb805be1c44a7ab7a35c73e51aa40242 /scripts/ci/Jenkinsfile.bleeding
parent1b3616e68408a881df58e1bb806bc9c78828f779 (diff)
downloadmeta-updater-12ee01db91117005b79a9264d8509a2daf86fa80.tar.gz
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
Diffstat (limited to 'scripts/ci/Jenkinsfile.bleeding')
-rw-r--r--scripts/ci/Jenkinsfile.bleeding4
1 files changed, 1 insertions, 3 deletions
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 {
64 ''' 64 '''
65 } 65 }
66 } 66 }
67 stage('build-core-image-minimal+oe-selftest') { 67 stage('build-core-image-minimal') {
68 agent { 68 agent {
69 dockerfile { 69 dockerfile {
70 filename 'scripts/ci/Dockerfile.bitbake' 70 filename 'scripts/ci/Dockerfile.bitbake'
@@ -80,8 +80,6 @@ pipeline {
80 sh 'scripts/ci/configure.sh' 80 sh 'scripts/ci/configure.sh'
81 81
82 sh 'scripts/ci/build.sh core-image-minimal' 82 sh 'scripts/ci/build.sh core-image-minimal'
83
84 sh 'scripts/ci/oe-selftest.sh'
85 } 83 }
86 } 84 }
87 } 85 }