summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2019-05-29Migrate cicn job templates to global-jjbAnil Belur2-406/+383
Migrate cicn templates and jobs to use global-jjb for push logs to the $LOG_SERVER. - The change removes the artifacts and logs being uploaded onto Jenkins directly. - Use the macros and builder available in global-jjb. - Publish build logs archives and artifacts on Nexus. Change-Id: Iff9699d637446ab7955a913b635cfce6075023b5 Signed-off-by: Anil Belur <abelur@linuxfoundation.org> Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-05-29Merge "Modify verify stream node"Ed Kern1-3/+1
2019-05-29Modify verify stream nodeVanessa Rene Valderrama1-12/+4
This change is to resolve an issue where the label is not being set correctly because the node is being set by an os-parameter instead of hardcoding the node type. Change-Id: I36c29bc36c27310cae587def36ace3320c2a526b Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-05-29Modify verify stream nodeVanessa Rene Valderrama1-3/+1
This change is to resolve an issue where the label is not being set correctly because the node is being set by an os-parameter instead of hardcoding the node type. Change-Id: If5d3a7f2a8c6bd5bde9ef971b02382d3bd31e4fe Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-05-29VPP: gcc-8 testingEd Kern2-0/+66
This is a medium term test to compile vpp with both gcc7 and gcc8 to make sure the transition is painless. This will be needed for a few weeks and needs to be gerrit triggered. Change-Id: Ie047513e2d11035d38e782473972492ac225650f Signed-off-by: Ed Kern <ejk@cisco.com>
2019-05-23Merge "CSIT: Add csit-report-merge-1901_2"Vanessa Rene Valderrama1-4/+4
2019-05-23use old image for TLDK verify jobKonstantin Ananyev1-4/+4
From Vanessa mail: It looks like this is an issue with the new image. For now if you change the node in the JJB the job will pass node: '{os}-basebuild-4c-4g' Change-Id: I6fe3f1154cf12f61abd9991fc6618fa825d9e222 Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2019-05-23CSIT: Add csit-report-merge-1901_2Tibor Frank1-4/+4
- remove csit-report-merge-1901_1 Change-Id: I9a0a2dd9b57021522c91078e799da85fb56c5a2a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-05-21Merge "Revert "Reduce rate of csit mrr-daily jobs during report 1904 ↵Vratko Polak1-4/+4
preparation""
2019-05-20VPP: arm jobs nonvoting and retryEd Kern1-1/+5
due to jnlp connect issues I have made the arm jobs nonvoting and added automatic retry for now Change-Id: I6eb25bdd0a751b810367376d851657431252b29a Signed-off-by: Ed Kern <ejk@cisco.com>
2019-05-20Revert "Reduce rate of csit mrr-daily jobs during report 1904 preparation"Peter Mikus1-4/+4
- Back to normal This reverts commit d1191d1135eed0178ea990d09457d1014161c071. Change-Id: I14add3b8f6e1cca33345a13b04ed59ccbef827d5 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-05-07add param for csit-hc2vpp-verify for release testingMichal Cmarada1-0/+21
To be able to test released packages we need to add new parameter to csit-hc2vpp-verify-func job. Usage: In commit message for release branch add "honeycomb" parameter with desired version after trigger keyword. Example: verify-hc2vpp-func honeycomb=19.04-release To test regular RC versions use trigger keyword without "honeycomb" param. Example: verify-hc2vpp-func Change-Id: I67c9a856e031bb2cec6b18312d86c2fcd342d2ee Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-06fix hc2vpp release branch buildsMichal Cmarada1-0/+12
When release version of HC2VPP is being build, we need to download release version of JVPP package to install correct JVPP artifacts. Change-Id: I922aaccb829fc4afc8bbd797aedd62f368d34c34 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-06Revert "Temporary allow merge for custom patch"Michal Cmarada1-2/+2
This reverts commit 83b1e46b82cc9b49ceb21890cc69737d3b6347b4. Change-Id: I454cba3b89893919c9d8c4fcc434216b8afabc7e Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-02Temporary allow merge for custom patchMichal Cmarada1-2/+2
allow to use GERRIT_REFSPEC for JVPP merge jobs in order to remerge custom patch. To be reverted when not needed anymore. Change-Id: I066ade1cfb66583eafadac9b62fcfdcc4716540b Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-02Fix JVPP merge deps for release buildsMichal Cmarada1-0/+11
At the time when JVPP release is done VPP packages are already in the release repository. This fixes repository setup to use release repository for dependencies in case of release build. Change-Id: I12bbf02e9c27b54a8641253ab903abd96d8a5201 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-01CSIT: added minion location aideEd Kern1-0/+4
Added unfailable line to assist in locating where minion is running Change-Id: I017b6d53206f3024b4704ad22eabe65e383e7452 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-04-30Fix DOC_DIR location in vpp-make-test-docs scriptDave Wallace1-1/+1
Change-Id: I0686b695872c1affdfff4687e88770600a211a16 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2019-04-30Merge "Fix vpp-make-test-docs-* artifacts directory"Vanessa Rene Valderrama1-2/+2
2019-04-30Fix vpp-make-test-docs-* artifacts directoryDave Wallace1-2/+2
Change-Id: I4a9b6bfd549031513cc3a76584547e90baa92a0e Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2019-04-30fix filtering of VPP package for hc2vpp-pkg-push scriptMichal Cmarada1-1/+4
Change-Id: I52caea21f55fda75def9540b5ea384f6e1901552 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-29Remove 1807 stream from honeycomb and Hc2vpp jobsMichal Cmarada4-11/+0
Change-Id: I0c0aa88c6fceed7a96aaceee8acf1db3239b1af4 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-29remove unused job hc2vpp-verify-imageMichal Cmarada1-67/+0
Change-Id: If6fe1caa6cdb0ceb76d985e5acbc22ec1cd0af1b Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-29Adding jobs for new branch of DMMsharath1-2/+17
Change-Id: Ibee1622ecdb811ff2b6c8104f30943cd8bcc4b88 Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
2019-04-23Upgrade packer versionVanessa Rene Valderrama1-0/+1
Change-Id: I133efdd60e23f4521db001b206db51c7202d825e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-23Merge "Add Ubuntu 18.04 ARM packer job"Vanessa Rene Valderrama1-0/+1
2019-04-23Trigger devicetest only after checkstyle_successVratko Polak1-4/+2
Other verify jobs (except checkstyle) are triggered this way. The device test job remains non-voting. Motivation: Before this, devicetest was not triggered on draft-published-event. Change-Id: I7c1a4f4bc2824c7f638f2cc9a68f5fbd71034197 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-04-22Merge "Modify build node"Vanessa Rene Valderrama2-9/+9
2019-04-22Merge "Modify build node"Vanessa Rene Valderrama1-3/+3
2019-04-22Add Ubuntu 18.04 ARM packer jobVanessa Rene Valderrama1-0/+1
Change-Id: Iad8c30ec387e2032281ed51bee4aec22c5718429 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-22Modify build nodeVanessa Rene Valderrama1-30/+30
This node change will switch the node to use the common-packer image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: Ib07b8d356049461e88249ef65d42b3b07effcc33 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-22Modify build nodeVanessa Rene Valderrama1-3/+3
This node change will switch the node to use the common-packer image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: Ie673c72ad3d633056d48874d3d24c5f2df99d9a1 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-22Modify build nodeVanessa Rene Valderrama2-9/+9
This node change will switch the node to use the common-packer image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: Ia1e89f433f0fd0343974ae1b19477725bf748994 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-18Merge "Update parameters for vpp-csit-verify-perf"Ed Kern1-2/+2
2019-04-17Changes for VPP 19.04 ReleaseDave Wallace1-3/+3
Change-Id: I3638f31698a70f7f59a51ab53d1ba1b2cafa8566 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2019-04-16Update parameters for vpp-csit-verify-perfVratko Polak1-2/+2
Depending on CSIT change https://gerrit.fd.io/r/18788 Change-Id: I12b21ae00c2c9e0ba1c242f748b6875a39eaf4d9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-04-13Reduce rate of csit mrr-daily jobs during report 1904 preparationJan Gelety1-4/+4
Change-Id: If60ecd5b660f1291066e4f7daac50efa53c6d0ba Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-04-17Fix JVPP stable branch buildsMichal Cmarada1-0/+4
Change-Id: I95d0d6dd529c596e7fad413e234155c6bd953d0d Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-17Merge "VPP: ubuntu update before deps install"Vratko Polak1-1/+1
2019-04-17Add new stream for stable/1904 branch in HC2VPPMichal Cmarada2-0/+6
Change-Id: If2a280714d8052f29f65d189986f4c3e908039ff Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-17Add new stream for stable/1904 branch in HoneycombMichal Cmarada1-0/+3
Change-Id: I3cf54a5a303669582d3b71c7ea4c8bd4a845b3dc Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-17Add new stream for stable/1904 branch in JVPPMichal Cmarada1-0/+3
Change-Id: Iacd0eaf924d02247c410b8b6679ebd01ad65e5ac Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-16VPP: ubuntu update before deps installEd Kern1-1/+1
force package update before deps install Change-Id: Iafb8958f0b1bff179c00f8f7f0b5dc8e4ffae8f4 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-04-12VPP: packagecloud branch checkEd Kern1-1/+6
If branch is not master it removes preinstalled pointer and runs packagecloud repo install script Change-Id: I450b749a199cb431e04029174d28424969bccc91 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-04-11re-enable jdk11 for jvpp jobsMichal Cmarada1-0/+4
Change-Id: Ibcc3bf7b843f38568a20c7eb52adbec99d0c1a75 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-10Fix typo in nodeVanessa Rene Valderrama1-1/+1
Change-Id: Ia9f2019c2dc63f9b449234f2d2416a6318a97027 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-10Fix the ci-jobs build nodeVanessa Rene Valderrama1-1/+1
Changing the ci-jobs build node to use the updated common packer image to resolve the unstable builds error xmlstarlet: command not found. The basebuild node worked with lftools v0.18.0 but not with lftools v0.22.2. Change-Id: I4e46abbfd71a077c53af85b970abaea7ceeff31d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-04-09Add CSIT rls1904 branchJan Gelety4-3/+21
Change-Id: I2c6141b542077d7f36c79dc4ec021a202954cc9b Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-04-10Merge "Create new stream stable 1904 for sweetcomb"Vratko Polak1-0/+3
2019-04-10Create new stream stable 1904 for sweetcombHongjun Ni1-0/+3
Change-Id: I02cde6f0714142aa24342ec593a8f5c6b78ee811 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>