aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-12-03Merge "jjb/common: fix guppy test templates"Jan-Simon Moeller1-1/+0
2018-12-03Add header to test section of guppy snapshot buildJan-Simon Möller1-0/+1
This corrects a missing variable in the lava job submission. Change-Id: I0e60cd87b12f756df0fee49cbd1f96e14103615f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-12-03jjb/common: fix guppy test templatesKevin Hilman1-1/+0
A previous change[1] moved to rely on test templates for test plans, instead of passing --test when using releng-scripts, however when this script was added for guppy[2], it was copied from an older version. Fix this version to not use --test either. [1] 142b04edc103 jjb/common: run-tests: rely on templates for test plans [2] b76de43474cf (gerrit/master) Add release job for guppy Change-Id: I98e00695ddb49a917cda40743b8c7328987ffe98 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-11-23Add agl-service-platform-infoJan-Simon Möller1-0/+1
Change-Id: I828150d345e0e8116a754b9c41f881c62e2c3e6a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-22Merge "Comply to the SPEC-495"Jan-Simon Moeller3-12/+45
2018-11-20Comply to the SPEC-495Romain Forlot3-12/+45
The Applications from AGL framework should have a full packaging solution, Independent of yocto workflow. Unfortunately the build part of the Applications is only in documentation or in yocto recipes. The Applications build with AGL framework must be automated without any yocto recipes. Change-Id: Ibba27c037df55c1487f0bcc7fdb75e8572515d4f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-11-19jjb/common: run-test-short release: use TARGETMACHINEKevin Hilman2-2/+2
The "deploy/images" dir pushd to the downloads server does not have the -nogfx suffix. Therefore, use $TARGETMACHINE instead of $MACHINE when passing --url to releng-scripts so that the machine name is correct in the URL. Change-Id: I3403851fa9f89e2839c7311db5d2ca1f555da3b7 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-11-16Add release job for guppyJan-Simon Möller3-0/+209
Change-Id: I4bac3775da003dc677d50bafab88fc00b8754890 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-16Enhance mirror generationJan-Simon Möller1-12/+16
Change-Id: If7daff9fe1ca06f17cd1b31e4e526d92ce443c06 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-11jjb/common: run-tests: rely on templates for test plansKevin Hilman2-2/+0
Instead of always pasing "--tests all" rely on the templates in releng-scripts (templates/config) to determine the test plans to run based on --build-type. Change-Id: I7ac3b0a35f4cd3c45af9f2b28f8892fa31a04e2e Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-11-11jjb: lava-labs-prepare: only use lab-agl-coreKevin Hilman1-2/+1
We're now using a single LAVA master (lab-agl-core) with multiple remote LAVA workers, so ci-management/jjb scripts only need to submit jobs to one LAVA master. While here, remove the long-unused lab-baylibre-seattle Change-Id: I22f1ec039f7512809f0aac61b7ce5ea68131889b Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-11-11Merge "Add agl-service-voice-high to ci loop"Jan-Simon Moeller1-0/+1
2018-11-10Merge "Change agl-jobbuilder alias to id"Jan-Simon Moeller1-1/+1
2018-11-10Change agl-jobbuilder alias to idJan-Simon Möller1-1/+1
Jenkins seems to misinterpret the id sometimes. Change-Id: If4c7a1aaabd40c2abe07cb6db1eb9cca731ac19b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-10Merge "Revert "Run ci-management on agl-test-slave instead of master node""Jan-Simon Moeller1-2/+2
2018-11-10Revert "Run ci-management on agl-test-slave instead of master node"Jan-Simon Moeller1-2/+2
This reverts commit 16be25556ebff182882c4baf45408d1a2b7424b7. Change-Id: Iaed2c620b5c1c8dc30c269628fe26c1382f9ef18
2018-11-10Add agl-service-voice-high to ci loopJan-Simon Möller1-0/+1
Change-Id: I2ccfe477dec70433c458f9c6fc3b05478721802b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-25Merge "Update app list in ci-apps"Jan-Simon Moeller1-3/+4
2018-10-25Update app list in ci-appsJan-Simon Möller1-3/+4
Change-Id: I680c9d7949e6d68ac7295158c717241d172ad8e2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-23Use generated autobuild script if none commitedRomain Forlot1-1/+6
It could be useful to not commit the autobuild script in the repository then you'll always use a generated autobuild script. Doing so you always use the most up-to-date autobuild script following the upstream version. If the script hasn't been generated during the build then fallback to the classic method 'make package'. Bug-AGL: SPEC-1832 Change-Id: I6a5e72ebb9254c7140e6ad7c31e02ba06fe2e0e0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-08Merge "Submit flounder release job to lava and kernelci"Jan-Simon Moeller4-8/+75
2018-10-03Fix folder structure for app uploadJan-Simon Möller2-4/+7
Change-Id: I514e23d0b969e8571aab001fd52dd1710324d738 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-02Merge "Run ci-management on agl-test-slave instead of master node"Jan-Simon Moeller1-2/+2
2018-10-02Run ci-management on agl-test-slave instead of master nodeJan-Simon Möller1-2/+2
master got an package update and the jjb version is now incompatible. We can ensure the jjb on the agl-test-slave clound image. Change-Id: I3a6083cdbde74a01a46379976182a88470ab68d4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-09-28Update app ci loopJan-Simon Möller1-1/+5
for flounder and new projects Change-Id: I3564c6c934e14d398a8afe236aa62b1d4a6a3637 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-09-27Submit flounder release job to lava and kernelciJan-Simon Möller4-8/+75
Change-Id: Ic26d5775b1ff6ca2c13e586212bb761c6055afac Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-08-15Add agl-service-taskmanager and taskmanager to ci loopJan-Simon Möller1-0/+2
Change-Id: Ic93a8064983840bfc234a9135d8ca6051f291d10 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-19Exclude trivial rebases and drafts from triggering buildsJan-Simon Möller1-44/+44
Change-Id: Idca983dca032d4de08a7d2d578a1a6cdba653c89 Bug-AGL: SPEC-1597 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-13Speed-up buildJan-Simon Möller1-3/+3
by disabling the limits. Change-Id: Ib82ad11609642a356930a236bb3b06df611d9c41 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-11Convert signalling into publish-triggerJan-Simon Möller1-10/+7
Change-Id: I51d783a20249a367c9b27e59a8b96551ed9b0b7e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-11Introduce gracetime into pipelineJan-Simon Möller1-0/+66
Change-Id: I5e4fce954d02b25d25cb9442e9704d0ab55a7179 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-06Merge "Use gpg server pool to avoid connection issues"Jan-Simon Moeller1-1/+1
2018-07-06Use gpg server pool to avoid connection issuesJan-Simon Möller1-1/+1
Change-Id: I306f92ce1cac2481bc9067a2fde30448f979bc30 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-06Add new app repos to ci loopJan-Simon Möller1-4/+4
Add navigation, network, soundmanager and windowmanager services. Change-Id: I444c7e74db31656cabf73a1c9f5776d92dc48373 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-05Removed unwanted popd from xds buildSebastien Douheret1-2/+0
Change-Id: I3985a66fdb1336d9216ea0b6eb65960e804a5298 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-05Rework xds buildJan-Simon Möller3-19/+10
Change-Id: I18830298ef2d8fe4d65b588735ed1662042505ce Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-05Enable set -x for xds buildsJan-Simon Möller1-0/+3
Change-Id: I6514de300eb1f8581b1e4deffb016c842c8dd282 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-05Fix mkdir command for xds buildsJan-Simon Möller1-2/+2
Change-Id: Ic5ce10308c6da924897deee475bdcb13cc678915 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-02Add flounder release jobs part 2Jan-Simon Möller4-0/+155
Change-Id: Ibbd10206a99f62034be9831cd12f4506e3f43dd0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-29Add release build job for flounder part 1Jan-Simon Möller2-0/+169
Change-Id: I051aee7c222f7123353bef69d25526da56ab30cf Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-28Adapt to recent changes in app-templatesJan-Simon Möller3-10/+62
we have more versions where the wgt will end up ... Change-Id: Ic59cb9e5629d64ad1779b6139c390cefa554d4cb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-28In case of cmake enforce an out-of-tree buildJan-Simon Möller3-8/+23
This fixes a build error with newer app templates if no autobuild script is found. Change-Id: Iad3ea26ddd8cd3f680f8788cd08b8d2a374e8dc5 Bug-AGL: SPEC-1534 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-20Merge "Do not fail if transfer fails"Jan-Simon Moeller1-1/+1
2018-06-20Do not fail if transfer failsJan-Simon Möller1-1/+1
Make the storagebox sync not fail the process Change-Id: I9ebc2120af8819f9e3fda0ef93d5a1583dec9629 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-19Merge "Add more apps to ci loop"Jan-Simon Moeller1-1/+3
2018-06-19Add more apps to ci loopJan-Simon Möller1-1/+3
Add: - agl-service-can-low-level - agl-service-iiodevices - launcher Remove: - low-level-can-service (replaced with above) Change-Id: I50cff984ea23bfa3a01634e32ddfcf48187ceecc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-19Move credentials into macrosJan-Simon Möller2-3/+1
Change-Id: I22c96cda6b0fd75b4ac624b6bf1aa45717455cad Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-17Fix typo in variable nameJan-Simon Möller1-3/+3
No '-' allowed. Fix it. Change-Id: Iaecd076cdc0e100e975c7fead28d37d8e8739f4e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-15Also upload changeID artifacts to storageboxJan-Simon Möller2-0/+13
Change-Id: I96df1500304f1325acbb8691cd350e4e501fbebf Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-14Add agl-service-bluetooth-pbap to CI loopJan-Simon Möller1-0/+1
New repo created, thus added to CI loop. Change-Id: I09d8e19e2a79bbaee965509b1ba80c8d1514d126 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>