diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-06-27 16:07:20 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-09-06 11:45:07 +0200 |
commit | 12ee01db91117005b79a9264d8509a2daf86fa80 (patch) | |
tree | 9ca5146bfb805be1c44a7ab7a35c73e51aa40242 /scripts/ci/Jenkinsfile.bleeding | |
parent | 1b3616e68408a881df58e1bb806bc9c78828f779 (diff) | |
download | meta-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.bleeding | 4 |
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 | } |