summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
Commit message (Collapse)AuthorAgeFilesLines
* 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
* the jenkins-job-builder git repository moved to opendev.orgNiels de Vos2019-07-191-1/+1
| | | | | | | | | 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>
| * git: keep 'depth' as 1Amar Tumballi2019-04-307-0/+7
| | | | | | | | | | Change-Id: I99dc0bd9421df85ead465aae771b159dfc8710fc Signed-off-by: Amar Tumballi <amarts@redhat.com>
* | Trigger gd2-smoke jenkins job nightlyDeepshikha khandelwal2019-05-021-21/+2
|/ | | | | Change-Id: I4d7cf37e85febd7d1a9f6a68ba5915ab6884b7c5 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Run asan job every Sunday on asan nodeDeepshikha khandelwal2019-04-151-1/+1
| | | | | Change-Id: I4573cd7d6007266b127b7b94aed96a826c44bcdd Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Automatically accept the review.gluster.org ssh keyMichael Scherer2019-04-111-1/+1
| | | | | | | | | | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=1698694 While this would open us to MITM in very specific case (like, just after a server was reinstalled), a attacker would like just get access to vote on a patch as the regression tests, which do not seems that a big attack. This wouldn't also be stealth, since the MITM would be discovered as soon as the traffic is no longer intercepted. Plus, the others scripts already do the same. Change-Id: I8e294d92c2602c86fe6f04227512ce70ec081f03
* Revert "Add a job to comment on github for spec repo"Amar Tumballi2019-04-111-54/+0
| | | | | | This reverts commit 50a78802c62a3716ce9cde23bbd6e5116f4dbe6c. Change-Id: I3316fc76ce6bd772f4e9b7afdc639e272cf0989e
* Non-voting job to validate shell script using ShellCheck toolDeepshikha khandelwal2019-04-112-0/+82
| | | | Change-Id: If0077909dd7e2b734f551c53e230a03c65265350
* Add a job to comment on github for spec repoNigel Babu2019-04-111-0/+54
| | | | Change-Id: Ib349996f24ea56eb4fa55eff1cba6a9ead5319a8
* Use fedora builder and fedora29 mock config for clang jobDeepshikha khandelwal2019-03-222-3/+3
| | | | | Change-Id: Ie9068af3fcbf1f55d7fa3cbe9efb4cd0ea3fae85 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* More refactoring, as suggested by DeepshikaMichael Scherer2019-03-222-2/+5
| | | | Change-Id: Ia96e4f220b8a9f67d4aa09a2213a7d31ddcab141
* Refactor the scriptMichael Scherer2019-03-221-8/+11
| | | | | | ease the change of chroot and options Change-Id: I1f7c442d383208507620d79fbb491b097f490938
* Add credentials for aws log server for core dumpsDeepshikha khandelwal2019-03-131-0/+4
| | | | Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* Upgrade pip, see #1683650Michael Scherer2019-02-281-0/+2
| | | | | | | We need pip 9.0 for python_requires, coming from isort, pulled by pylint Change-Id: I2d25365aa0b57f6c58ad69796b2aa8046c1ac341
* Remove timeout in clang jobDeepshikha khandelwal2019-02-211-4/+0
|
* Add bugzilla python checkNigel Babu2019-02-061-1/+1
| | | | Change-Id: I9ef2cd5066687c4bd9858c01adedd3a831a67986
* Fix pylint errorsNigel Babu2019-02-051-2/+2
| | | | Change-Id: I595561c39b84bf4f98fd082b397093d1e21585c8