summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-project-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20fuel, armband: Enable Euphrates jobs & triggersAlexandru Avadanii1-1/+1
Change-Id: Id47f61c950e1cc036e32e8efe2e2b55193e7c49e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-07cleanup: Rename ODL-L3 to ODL, drop ODL-L2Alexandru Avadanii1-1/+1
JIRA: FUEL-279 Change-Id: Ie87ecaee17d6bb29776c3056274c59c1264762de Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-05fuel, armband: Move GS_URL to installer paramsAlexandru Avadanii1-14/+2
JIRA: FUEL-278 Change-Id: I9f5496d02097c2a6ae1db73b8a5df20b75ce728d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-05fuel, armband: verify jobs: Enable virtual deployAlexandru Avadanii1-72/+0
Enable virtual deploy phase for verify multijob for both projects. Since fuel-defaults already define SSH_KEY param, drop it from individual jobs. Fuel: - drop merge jobs, which used to perform virtual deploys based on ISO created during verify job; - cleanup fuel-download-artifact (rm support for merge/verify); Armband: - while at it, remove "opnfv-build-enea-defaults", preparing for arm-build2's retirement. JIRA: FUEL-278 JIRA: FUEL-287 Change-Id: I354d72d88187e41070f44c723ccc651a0bb9b021 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-02fuel, armband: Remove/disable artifact downloadAlexandru Avadanii1-4/+0
Armband no longer requires any artifact before starting a deployment. Fuel (master and stable/E) no longer requires the artifact either, but since there are some stable/danube deploy jobs on ZTE PODs, we will hold off removing <fuel-download-artifact.sh> for a while. Deprecation warning: fuel-download-artifact.sh will be removed later. JIRA: ARMBAND-295 Change-Id: I3b26733a1120306879eff83b9fac3390b3f5c7b8 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-02fuel, armband: Remove build jobs and scriptsAlexandru Avadanii1-125/+1
While at it, cleanup obsolete parameters specific to build ops. JIRA: FUEL-277 JIRA: FUEL-278 Change-Id: Id45dfe6855c95c425ac9aa771519d450ba9da3b5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-02Send 'Build Failed' Emails to Jenkins AdminsTrevor Bramwell1-0/+2
Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs which have overridden the default list of publishers. This will provide Jenkins administrators a time-series list of build failures to assist in debugging issues with the master and agents. JIRA: RELENG-257 Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-01fuel: s/danube/euphrates/, disable triggersAlexandru Avadanii1-2/+2
While at it, also rename some leftover "danube" reference for the armband project. Change-Id: Icddcf19ca9dfd7880ae2f78ed690988bded25abd Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras1-0/+2
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-14Enable Danube JobsAric Gardner1-1/+1
Here are the projects that were branched: I will double check against this list that these changes make sense and that no one is missing as I go forward. wiki page of participating projects, and their jobs: https://wiki.opnfv.org/display/SWREL/Milestone+Compliance+for+Danube apex - already enabled armband - done availability - already enabled barometer - done bottlenecks - already enabled compass4nfv - done copper - already enabled daisy - (not participating -- keep jobs disabled?) doctor - already enabled domino - already enabled fds - N/A fuel - done functest - already enabled ipv6 - already enabled joid - done kvmfornfv - already enabled models - already enabled multisite - done netready - NOT DONE opera - NOT DONE opnfvdocs - done orchestra - Not participating onosfw - done ovsnfv - done parser - N/A promise - already enabled qtip - already enabled sdnvpn - N/A snaps - done securityscanning - N/A sfc - N/A storperf - done ves - already enabled vswitchperf - already enabled yardstick - already enabled Change-Id: I803662faf05c8554cfe7fa5f85da9521f72b03ff Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-4/+0
GIT_BRANCH parameter is different; master or stable/danube in daily jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some job builders triggered by the both types of jobs. We have GERRIT_BRANCH parameter for verify jobs to identify stream and expected branch into the patch will be merged after it got +2 and submitted. To avoid further confusion and to have common job builders for daily and verify jobs, this patch introduce BRANCH parameter. GERRIT_BRANCH is now deprecated. Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-25fuel: Adjust mail recipients for the jobsFatih Degirmenci1-2/+2
Change-Id: I16f8b919159f901cf414d2b7bd25466a3fa2a8ab Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-20[macro] property logrotateRyota MIBU1-0/+3
This patch defines 'logrotate-default' property and replace 'logrotate' by it, as 'logrotate' is deprecated on jenkins>=1.637 . Change-Id: I900975e5b3f590bb7a4d430e2f623931ae782bf4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-19fuel: Remove colorado jobs and create danube jobsFatih Degirmenci1-2/+2
Obsolete plugin jobs and scripts are also removed. Change-Id: I16f8d932a492fdd1d8eb2caa5f8bc4aa9183327b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-12-19fix ci jobs (daily && no branch param)Ryota MIBU1-0/+4
Change-Id: Iad856adf625a56c2f5c366fb414746d1e9e16691 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-19clean scm defenitionsRyota MIBU1-22/+6
This patch makes sure we use 2 types of scm, and allows us to specify them by adding one line in job-templates. - git-scm # for daily jobs and merge jobs - git-scm-gerrit # for verify jobs [New] Change-Id: Iddc8a5e0e115193c7081a6d6c53da209900e95c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-01Restrict Gerrit Triggers to OPNFV Gerrit ServerTrevor Bramwell1-0/+2
With the addition of ODL and OpenStack Gerrit servers, it's important we don't generate additional noise by accidentally building against these Gerrit servers when we don't intend to. JIRA: RELENG-179 Change-Id: Ia163c6c3eaa58e8e21dc6548a839062fcbde39ed Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-09-01Add Fedor Zhadaev in recipients list for Fuel jobsFedor Zhadaev1-2/+2
Change-Id: Icb1a16f2136291239daffa0fe5932caf6d6c92dd Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-08-23fuel: Create jobs for ColoradoFatih Degirmenci1-2/+4
This change contains updates that impact compass and joid jobs due to updates in functest and yardstick that remove brahmaputra branch. Please note that the triggers for colorado haven't been created yet. It will be done once the basics in place. Change-Id: Id5eb8c406d34ff9f3ac59f73243034cbf49b23f0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-18fuel: Update verify jobs and introduce Multijob and verify phasesFatih Degirmenci1-68/+0
This is the first step towards improved Commit Gating and this change does not impact the current way of working for Fuel. This means that no additional verification activities will be done for changes/patches coming to Gerrit for Fuel as of yet and only builds will be used for patchset verification Because of this, the new execute shells contain nothing but simple echos. Functest job hasn't been created/connected either since we don't do full commit verification. This change - switches verify job to Multijob project type since Freestyle does not support aborting all the downstream jobs when a new patch for same change comes to Gerrit for existing change. When Gerrit Trigger aborts the upstream verify job that was triggered for the previous patch of the same change, Multijob then aborts the downstream phase jobs, not leaving orphaned phase jobs behind. - creates phase jobs to do limited verification activities in order to provide more granular feedback. Earlier phases fail the patch verification in order to provide feedback for the failed phase rather than whole basic, deploy, and smoke test. Change-Id: I053db2a54020139d57d74d254a25ed0480767267 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-08Cleanup slave parametersFatih Degirmenci1-3/+3
This is the first step towards having alignment of the job structure, applying commit gating and use of labels for all installer jobs. Apart from the above, it also - puts all CI baremetal and virtual PODs together - gets rid of use of slaves directly for CI baremetal and virtual PODs - switches labels for all CI baremetal and virtual PODs using below labels {installer}-baremetal {installer}-virtual - puts all CI build slaves together and switches to labels - except huawei-build - puts all none-CI PODs together Please note that this change does not impact the overall job structure. Change-Id: I2d8d15799a57fe7e063d39f81b96d19c218b100e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-30Add Project Option to Throttle PropertyTrevor Bramwell1-0/+3
This is a required field for JJB > 1.4 Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-05-25fuel: Switch using labels instead of slavesFatih Degirmenci1-1/+1
This change switches fuel jobs to use labels instead of tying jobs to slaves. The possibilities and changes introduced with this approach are - If things do not work as expected, slave-label parameter can be set to certain slave name to get back to old way of tying jobs to slaves. - If a scenario requires a different slave, it can still be created using baremetal or virtual but the label can be different, pointing to a slave that is capable of running that scenario. (fuel-baremetal-multisite, etc.) - The auto-trigger-name for brahmaputra is moved under the branch anchor and can be used like this if triggers for all all the jobs for a certain branch need not to be triggered automatically but job is still kept enabled in case if some crucial bug needs to be tested. - No of max concurrent builds stepped to 4 in order to use all the labelled slaves available. This will require some adjustments before colorado jobs start to run in order to share resources between branches fairly. - All the fuel CI PODs except lf-pod1 have been removed. Change-Id: I91eca6743bb3d34263e634f9b74550efa1e2ddbe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-21Rename LF Jenkins slaves and update impacted jobsFatih Degirmenci1-1/+1
Change-Id: If58c84e6f431db88eed3376e446479826da71502 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-04fuel: Disable build avoidance in CIFatih Degirmenci1-2/+1
Change-Id: I086b47b956faaa6c57c532a99debd06c05b148a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-04-14fuel: Normalize wrappers.ssh-agent-credentials.usersZhijiang Hu1-3/+6
This changes - ssh-agent-credentials: users: '{ssh-credentials}' to - ssh-agent-credentials: users: - '{ssh-credentials}' Then, the size of the generated XML can be slightly smaller, such as: Old XML: <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> <credentialIds> <string>d</string> <string>4</string> <string>2</string> ... <string>b</string> <string>2</string> <string>e</string> </credentialIds> </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> New XML: <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> <user>d42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e</user> </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> Change-Id: I8215a33784c63757a5b74f30a5aa771fc19c5207 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-02-22fuel: Enable force buildFatih Degirmenci1-0/+6
Change-Id: Ife5326ec3d64f2c2a3749461eb9687fa24fe15ac Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-02fuel: Adjust build blockers and reconfigure generic-deploy jobFatih Degirmenci1-4/+17
Change-Id: I0a190b0e6a4469c356d7762cf4605c4a1ea5ea6a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-01build: Update slave-params.yml and jobs to use new build serversFatih Degirmenci1-3/+3
Change-Id: I69848dd40abf425acc671b332aec4199d4116ba3 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-29fuel: Enable builds for stable/brahmaputraFatih Degirmenci1-2/+2
Change-Id: Ia5035f9837f8e52d31d5724112b9722142842708 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-29fuel: Disable builds during fuel8 upliftFatih Degirmenci1-3/+9
Change-Id: Ib6247c36189fa52dd698c7f4ebff56cf5d88f868 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-28fuel: Disable merge-virtual-deploy while Fuel8 uplift is ongoingFatih Degirmenci1-1/+1
Change-Id: Ibd14ab9b532ef9becbac88b003933281a5e4cbec Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-28Add new slaves for build and configure jobs accordinglyFatih Degirmenci1-13/+4
Change-Id: Iccade77c68013a8b52a38f45ca46c5944fc2ded7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-26fuel: Enable od_l2-bgpvpn-ha scenario triggerFatih Degirmenci1-1/+5
Change-Id: Ia13fe4ca47598fde2e8c012a11ced12b7f5dbd6e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-25fuel: Exclude docs from fuel-merge-deploy-virtual jobsFatih Degirmenci1-0/+10
Change-Id: Ie317d15d9dccbc3cd6211ff12d1476dc384d46d2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-22fuel: Enable test jobs for fuel virtual deploysFatih Degirmenci1-0/+4
This change also adds build blocker for generic job. Change-Id: I2d1987ca632b30ad8497d14de79b66735afea611 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-22fuel: Exclude docs from fuel-verify and fuel-merge jobsFatih Degirmenci1-0/+20
Change-Id: I0e6ff4b8c57017fc56a610575a72599949218de3 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-22joid: Create jobs for virtual deployments in slave lf-virtual1Fatih Degirmenci1-1/+2
Change-Id: Ife7101bf138d8a7eedf671fe7bc7f71c85a87aad Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-21fuel: Add freestyle jobsFatih Degirmenci1-1/+4
Change-Id: I4fb0e45bd3f94c85271b6d6355a0524a29179184 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-17fuel: Merge deployment scripts for daily and virtual deploymentsFatih Degirmenci1-14/+18
Change-Id: I84348614c2a03e7cca359e9f47d536d833328958 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-13fuel: Disable use of local ISO and trigger of merge virtual deploy jobsFatih Degirmenci1-13/+13
Scenario and POD descriptions impact virtual deployments and need adjustments. Merge virtual deploy triggers have been disabled in order not to give incorrect feedback to people. Change-Id: I93aef5e029f64b74cf13ad82742b080a18d28da4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12fuel: Enable all available scenarios for brahmaputra branchFatih Degirmenci1-0/+38
This change - Enables all available scenarios for stable/brahmaputra branch on LF POD2 and Ericsson POD1. - Enables new node type, virtual, which is able to run available scenarios. - Adjusts build blocker for multijob projects. - Skips cloning of fuel repo for multijob projects. - Enables os_odl-l2_ha auto trigger for LF POD2, Ericsson POD1, and Ericsson POD2. - Enables the use of an already downloaded ISO if the ISO was previously downloaded to jumphost to speed up deployment. - Adds a generic job for fuel for easier CI development/troubleshooting which is kept disabled by default. - Removes SDN_CONTROLLER parameter. Change-Id: Icf26241216522b58db6908623a77405cdaac2ba2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12Update deprecated pollscm usageThanh Ha1-1/+2
The syntax "pollscm: '@midnight'" is deprecated and should be updated to using the new syntax: - pollscm: cron: '@midnight' Change-Id: Id11d301dfee4d183ee40f2342528c4258f36034f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-01-08fuel: Switch to include-raw-escape for jjbs and adjust scripts accordinglyFatih Degirmenci1-11/+11
Change-Id: Ic1a0b6e14223476b9a2bded877e787237dbc7d8f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-07Enable fuel nosdn scenario for master and stable/brahmaputraFatih Degirmenci1-5/+4
This patch proposes below changes: - Run CI on opnfv-jump-2 against stable/brahmaputra branch - Run CI on ericsson-pod2 against master branch - Configure functest against both branches on both PODs - Enable yardstick against both branches on both PODs - Comment out additional controllers until nosdn scenario is verified - Rename OPNFV_FEATURE to DEPLOY_SCENARIO Change-Id: Ie3d4f946cd51271378b435f9a92af07aaf614c26 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-04Take the fuel daily build job out of the main jobsFatih Degirmenci1-0/+46
Build should really not need to be driven by main jobs and work independently, continuously producing ISOs for whoever out there to consume. This needs review from Fuel Project in order to make sure the build process does not care whatever scenario we run and just builds all the plugins by default and put them into ISO. The trigger is set to poll fuel git repo every 6 hours and upload ISOs to artifacts.opnfv.org upon successful completion of the build. Change-Id: Id59e37407e219803925c146c811450fb6099031b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-03fis bugs for bottlenecks project jjbMatthewLi1-1/+1
JIRA: BOTTLENECK-4 Change-Id: I3cdb4f15c910e8b32a6531355fca91c7ed04445a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-21Set installer defaults in fuel-project jobsFatih Degirmenci1-0/+3
Change-Id: I0d241eb3b391353d44df31ebb3f193c9ea50be62 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Fix the updated INSTALLER_TYPE variable in scriptsFatih Degirmenci1-1/+1
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Refactor fuel JJB to prepare for Milestone EFatih Degirmenci1-0/+210
Replace default stream definitions with stream anchors in order to be able to specify which job on which POD runs against which branch. Move project specific verify job to its own file to ease the stream handling. Enable CI on Ericsson POD2. Change-Id: I3732b43d8858473535ef5666882ee85124c6d652 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>