summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed the centos-8 job schedule to once in 2 days - modifiedHEADmasterRakshitha Kamath2020-04-271-1/+1
| | | | Change-Id: I77072ee90b2f95e5b796a574fac5690d09130418
* Delete experimental periodic jobDeepshikha Khandelwal2020-04-241-43/+0
| | | | Change-Id: I29a382c735574c0d9adfebb8aa973acd2404dd4a
* Changed the centos-8 job schedule to once in 2 daysrakshithakamath942020-04-201-1/+1
| | | | Change-Id: Ie75724b36479c4697961f29f934b4f97c91f0374
* Add a jenkins job for regression runs on centos8Deepshikha Khandelwal2020-04-202-0/+60
| | | | Change-Id: I51aa5bf2754e2d40e90a5acc00bbd51ffa5e32f7
* Use fedora30 config file in mock for clangDeepshikha Khandelwal2020-04-151-1/+1
| | | | Change-Id: I858930fee1812863416d6efea2bebcc9130a4ae5
* remove jobs which used (or managed) bugzillaAmar Tumballi2020-04-074-193/+0
| | | | | Change-Id: Iacb5542715fe912b570af3485475917211f056f5 Signed-off-by: Amar Tumballi <amar@kadalu.io>
* Do deploy only the master branch, not PRsMichael Scherer2020-03-241-1/+3
| | | | Change-Id: I4ce3267fb007d8fc4c00075518fef85a970359dd
* Fix the planet scp call to include the content of the directoryMichael Scherer2020-03-241-1/+1
| | | | | | Otherwise, we have build at / and not really what we want Change-Id: I5a1227dd6c6e0a20f48ab09552746c4378310d29
* Add trigger on github push tooMichael Scherer2020-03-241-0/+1
| | | | Change-Id: Ic172849740326e8e37f383020f695e89284aeecb
* Add a job to generate planet.gluster.orgMichael Scherer2020-03-232-0/+50
| | | | Change-Id: Ib520fd99acd0f816bcdf62827269a85fb2bdb924
* Remove untriaged bugzilla jenkins jobs (moved out of Bugzilla)Deepshikha Khandelwal2020-03-232-31/+0
| | | | Change-Id: I7c2ecaade5235ea3e470271e1ee38da9c7bf0de5
* Run tox for build jobs in python3 environmentDeepshikha Khandelwal2020-03-021-1/+0
| | | | Change-Id: I02e0e8c8d51efcca07a56b12ee2c3e0a1c12fe53
* Add log server credential binding for brick-muxDeepshikha Khandelwal2020-02-251-0/+4
| | | | Change-Id: I9014cc66f95963a9f1dae2f6bc036a13ef3c6f8c
* Add a CFLAG '-Wno-address-of-packed-member' introduced in gcc9Deepshikha Khandelwal2020-02-201-1/+1
| | | | | | | | | -Waddress-of-packed-member, enabled by default, warns about an unaligned pointer value from the address of a packed member of a struct or union. Without this flag , job is failing for release-6 branch Change-Id: I660bd6a1b8d12fa648bb07b69626b9780d8f8965
* Bug fix the label of the nodeDeepshikha Khandelwal2020-01-221-1/+1
| | | | Change-Id: I394ed4de10e370b8fad8e005a0ba4ef2f490b058
* moke lon centos8Deepshikha Khandelwal2020-01-221-1/+1
| | | | Change-Id: I380e05fc6e6ffc7885351e2c83241440c54f1758
* Revert to smoke7 builder for glusto smoke jobDeepshikha Khandelwal2020-01-221-1/+1
| | | | Change-Id: I9f2cc5b564852860c105ccc9f4fb56a38f376cf4
* Bug fix: Create a directory /build/scratch without using mockDeepshikha Khandelwal2020-01-221-1/+1
| | | | | | | Jenkins was not having permissions for this directory when compiling glusterfs in fedora-smoke jenkins job Change-Id: Ifd8486891cb2e35ddf34a88088701111cec8f3cb
* This commit has the following fixes:Deepshikha Khandelwal2020-01-218-67/+18
| | | | | | | | | - Remove gd2-smoke job - Run smoke job to both on Centos7 and Centos8 - Update few jobs to run on Centos8(build-job, cppcheck, glusto-tests-lint, smoke) - Run shellcheck to latest Fedora (currently 30) Change-Id: Ia3e6bff655cdfc67939b57e91edae50e1dc72721
* Add Build artifacts location for glusterfs logsDeepshikha Khandelwal2020-01-172-0/+2
| | | | Change-Id: I0a1498cbb6b6b4585da08da8803f7af8d0fc453c
* Bug fix the build flag to F30 instead of F28Deepshikha Khandelwal2020-01-172-8/+8
| | | | Change-Id: I7dba65c7f68f2e30c19bfcda30234ee3870e3842
* Move the build job to F30 as wellMichael Scherer2020-01-161-1/+1
| | | | Change-Id: I69cf9dc48bd5f98f7ea2eeaddc9f7fb082a349d8
* Move the fedora related jobs to Fedora30 buildersDeepshikha Khandelwal2020-01-108-9/+9
| | | | Change-Id: Iebe17946a6d8e84ba64e9cf6c1713babfa837668
* Revert "Bug fix for a release based pipeline"Deepshikha Khandelwal2019-08-292-25/+3
| | | | | | This reverts commit dab7af989aa641fcee66f585ccfbdc47ab64dd16. Change-Id: I5042d03521f3b6bbde51686bc4cd62f700fb448c
* Disable three jenkins jobs:Deepshikha khandelwal2019-08-013-0/+3
| | | | | | | | - gluster-csi-containers - glusterd2-containers - nightly-release-5 Change-Id: I579247cb2c23bc05f9897f342400c70575dfcd7b
* Bug fix for a release based pipelineDeepshikha khandelwal2019-07-312-3/+25
| | | | | | | | | | The nigtly pipeline (release-x) is not running for a particular release branch it is actually triggered for. It is picking up master branch for every every trigger. This patch adds the parameter based trigger for specific refspec and branch Change-Id: I88b3b0a48d5286d2007c6c1347100b294757a81e
* Fix python version to 2.7 when it is centos 7 machineDeepshikha khandelwal2019-07-312-0/+4
| | | | | | Some packages are not available for python3.6 in Centos7 machines Change-Id: Id8904a86804700f4c4caeb2724eb100fae653239
* Add a nightly pipeline job for release-6 and release-7 branchDeepshikha khandelwal2019-07-293-0/+72
| | | | Change-Id: I9c5d14543753aa369142e80111bebe7937ecdb84
* Force python 2.7 for Centos 7Michael Scherer2019-07-251-0/+3
| | | | | | | Otherwise, the test suite break since it detect python 3 and use it, while python 3 on Centos 7 is missing a few packages. Change-Id: Ia57f6467a0c6b85f001ea6bb2812cb01c8c301ce
* lcov: run bad-tests and known-issues tooAmar Tumballi2019-07-231-4/+7
| | | | | | Fixes: bz#1723781 Change-Id: If6781e12dd4b84b041b21041e0607406a99de625 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Same as previous commit, but for jenkins updateMichael Scherer2019-07-191-1/+1
| | | | Change-Id: Ibf731635882664acab6afdb11f7c1ca59ae040d4
* Temporary fix for JJB which removes the last commit from source codeDeepshikha khandelwal2019-07-191-1/+1
| | | | | | | | | | | From last 5-6 days JJB is broken for us because of changes introduced by JJB https://opendev.org/jjb/jenkins-job-builder/commit/b0d0bad271bf598d9d22c5054c856f90df369e1b It deals with the deep format for rendering jinja template as YAML which might introduced the issues at our side. Change-Id: I999adf04d523b9bf4d4d9eb856a0b2996bae6d65
* the jenkins-job-builder git repository moved to opendev.orgNiels de Vos2019-07-192-2/+2
| | | | | | | | | Cloning the JJB repo from git.openstack.org fails. The new home for the repository seems to be on opendev.org (git.openstack.org redirects there). Change-Id: I00cbe3c505343e55433aab35e4960fece7faf779 Signed-off-by: Niels de Vos <ndevos@redhat.com>
* Add sudo when creating nad cleaning up the directoriesDeepshikha khandelwal2019-07-152-4/+4
| | | | | Change-Id: If7f8f193fbbf539476011589a68a8ed0961f2b11 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Bind the log server key for regression job with multiplexDeepshikha khandelwal2019-07-091-0/+4
| | | | Change-Id: I97f538409ab5df0c2ec1ea17294bdf3373d41ad3
* clang-scan: make the threashold as 65 from 140Amar Tumballi2019-06-241-1/+1
| | | | | | | | | So, we just need to watch for job failure if the number goes up. Currently the number is 61, and around 55 of them are marked as false positives. Change-Id: I37ea5d3f27401c79d8f7b34b1ab9d67b3166e34a Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Run strfmt_errors job on masterDeepshikha khandelwal2019-06-211-2/+2
| | | | | Change-Id: Ibe537b13fea749613ebac3df4364190edfd3d1c3 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Revert "strfmt-script: move to epel-7 for mock"Amar Tumballi2019-06-201-1/+1
| | | | | | | | | | | with the original patch smoke fails with: 14:18:42 ERROR: Could not find required config file: /etc/mock/epel-7-i386.cfg 14:18:42 ERROR: If you're trying to specify a path, include the .cfg extension, e.g. -r ./target.cfg This reverts commit 8f1051f6da0398832ce13abff945cec8b9bf3aee. Change-Id: Idb5e16ca2c52567616a074dcd63663fa8e294705
* strfmt-script: move to epel-7 for mockAmar Tumballi2019-06-201-1/+1
| | | | | Change-Id: Ia727fd3fcfea45806b2b554bcb1852d831ed1199 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Revert "clang: add '-analyze-header' option"Amar Tumballi2019-06-111-1/+1
| | | | | | | | | By adding header files, the bug count went upto 482 from 66, and the same false positive I wished to go away increased. This reverts commit cdac43d2eaf40f686a6f2519f4183a6ededbd087. Change-Id: I651c5610cb3d19e13d0b3fad498b909346f941bf
* clang: add '-analyze-header' optionAmar Tumballi2019-06-101-1/+1
| | | | | | | | | | Some of the recent analysis of the clang scan report shows that some macros were not considered while analyzing. Specially the LIST_INIT(), causing at least 30+ false positives. This is an effort to see if this option has anything to do with that. Change-Id: I589050eea6088bfe7adffdc7c23a2228f8c71631 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Bug fix in the distributed regression jobDeepshikha khandelwal2019-05-282-2/+2
| | | | Change-Id: If0ee628ece0c19024cad129833ef9300f9af1150
* Refactor the distributed regression scripts for AWS environmentDeepshikha khandelwal2019-05-202-20/+10
| | | | | Change-Id: Icf1a8a7f593476dc3e1091db7a7f8f1a0094ab8e Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* lcov: don't build rdma bits for lcovAmar Tumballi2019-05-201-1/+1
| | | | | | | | we don't have any coverage for the same. It will skew the results by .5% otherwise. Change-Id: I55a01b5c45a681fb925e605b4803bf965d210cda Signed-off-by: Amar Tumballi <amarts@redhat.com>
* devrpms: use `enable-gnfs` flag while configuringAmar Tumballi2019-05-141-1/+1
| | | | | Change-Id: I4e0f590451e63feb5201da9742aff9f44ac49e2e Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Merge branch 'master' of ssh://review.gluster.org/build-jobsDeepshikha khandelwal2019-05-031-0/+62
|\ | | | | | | Change-Id: I8cfd3fa50d46839edd8f61b94af036d16b12f7bb
| * Add the job for backporting patch to a specific version on commentDeepshikha khandelwal2019-05-031-0/+62
| | | | | | | | | | Change-Id: Ifea29e09d3782163082018d66380c2912535c220 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* | Use git+https for cloning openstack repo in the jobsDeepshikha khandelwal2019-05-031-1/+1
|/ | | | | Change-Id: Ib48eec05f10de0d5b9864127006bafed16041ecc Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Merge branch 'master' of ssh://review.gluster.org/build-jobsDeepshikha khandelwal2019-05-0212-5/+12
|\ | | | | | | Change-Id: I4904745ad09dc306de0a1b9ecba6d409552a94c3
| * scripts: remove deprecated bd-xlator optionAmar Tumballi2019-04-305-5/+5
| | | | | | | | | | Change-Id: Ic7756d3b03539a9e36c8995c00705d635618c87d Signed-off-by: Amar Tumballi <amarts@redhat.com>