summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
Commit message (Collapse)AuthorAgeFilesLines
* Disable TSANNigel Babu2018-12-101-0/+1
| | | | | | See bug 1657584 for re-enabling it Change-Id: Ic4217f8845be1c13017da65c1f010e24bb8c92d6
* Add jobs to generate bugs.gluster.orgMichael Scherer2018-12-052-0/+34
| | | | Change-Id: I8ced3f853558cde0e33477a2eff9223abd726801
* Disable Coverity temporarilyNigel Babu2018-12-051-0/+1
| | | | | | | When we have the first build past their systems, this needs to be re-enabled Change-Id: Ic14a2d11ac25ee146fc93d8847f3f8d67456abbe
* Exit the 32-bit-build-smoke job with proper return code when failingDeepshikha khandelwal2018-11-302-1/+3
| | | | Change-Id: I0f2972dc0367fab4e50a5a0e15242ee2d28fcd6a
* Add job for running glusterfs regressions with TSANNiels de Vos2018-11-272-0/+71
| | | | | | | | | | This is a copy of the job+script that are used for ASAN testing. Currently combining ASAN+TSAN in a single test-run is not an option, both libraries conflict with each other. Change-Id: Ie649a8f88be3e2aae949824903c490a64ea93e6e See-also: https://review.gluster.org/21641 # --enable-tsan option Updates: #543
* Add timeout of 2 hours to distributed-regression jobDeepshikha khandelwal2018-11-271-0/+4
| | | | Change-Id: Ie485bdf7bf68d5795e5bdf3ed370cb66449d87b9
* Non-voting 32-bit build smoke jobDeepshikha khandelwal2018-11-262-0/+62
| | | | | | | This smoke job will fail if there's any warnings or errors on non 64-bit architecture Change-Id: I009b0208f7da864d5c5c5fd8b08a26915db9fa75
* Clean up old imagesNigel Babu2018-11-261-0/+1
| | | | Change-Id: I6fbfb2afad2bf4e4812a797ef8f6d8ac30078af7
* Add the archiving directory to access linter reportsDeepshikha khandelwal2018-11-161-1/+1
| | | | Change-Id: Ib00fdee63fc900a1afc20141080a503dcde42978
* Fixes the bug in python-lint jobDeepshikha khandelwal2018-11-141-2/+2
| | | | Change-Id: I28540b0c27db9afc710e7d4f0511866a13b97f91
* Change the node to fedora for python-lint jobDeepshikha khandelwal2018-11-132-2/+2
| | | | Change-Id: I5a59a56adba4b45d178a3f8123dbf91abc536ff9
* Install flake8 and pylint for python-lint jobDeepshikha khandelwal2018-11-121-0/+7
| | | | Change-Id: Ib99cc633b0ba1307ecdae456705f697e6b0d22f2
* Quit ASAN tests after first failureNigel Babu2018-11-122-1/+1
| | | | Change-Id: I9439cd47ae637ad0ed8fc6b3de16954e46e1e697
* Add sudoNigel Babu2018-11-091-2/+2
| | | | Change-Id: Ia3eec6312a854548f9eff45e6f8a58a1526701ae
* Add cleanup when a mock build is abortedNigel Babu2018-11-093-0/+25
| | | | | Change-Id: Id77dd90936a1cc5994899e29ce9f5733964a40dd Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Smoke job for python validation using tools like flake8 and pylintDeepshikha khandelwal2018-11-092-0/+86
| | | | | | | | | | | | - pylint: Output will be archived in pylint-check.txt. This job will fail if there's any [W]arning, [C]onvention, [R]efactor, [E]rror, [F]atal message type. - flake8: Output will be archived in flake8-check.txt This is a non-voting smoke job for now. The count of pylint and flake8 issue is too huge as mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1584992 Change-Id: Idbe0ebfdbbf9ac955c26bd4befc4b3cf9f62d395
* Make gd2-smoke non-votingNigel Babu2018-11-081-0/+4
| | | | | | This reverts commit 34bd948ff2bb68851f5ccd004fd5da1fad2915a4. Change-Id: I7bf61cd67cfa148e2b96dbb6b8f478f38faa8704
* Make gd2-smoke votingNigel Babu2018-11-051-4/+0
| | | | Change-Id: Ie4293d15e868db0869553791d19cab5dfb39687c
* tell why strfmt failedKaleb S. KEITHLEY2018-10-231-0/+2
| | | | | Change-Id: I5e05c12f0d7d99757d990571d829792b6d1bd684 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
* Add a cleanup function, fix #1641021Michael Scherer2018-10-191-0/+8
| | | | | | | | | The script first try to cleanly remove process, and then is more forceful. The list of process have been taken from failure in the bugs, but maybe a reboot is better, as it would also get ride of mount. Change-Id: Ib775eef63aecb048afbc6c74b6c9603831eba352
* Revert "Switch over to using a python script for bz-post"Nigel Babu2018-10-051-1/+1
| | | | | | | This reverts commit efae872131f855c77b5deef33e69500d7c456674. Change-Id: I3bcb0434e23320cf77bf91bcecdcaca8c5148238 Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Switch over to using a python script for bz-postNigel Babu2018-10-031-1/+1
| | | | Change-Id: I018c5049d69229a0741a9f455c032f87697cfa0b
* asan-job: add log_path to get detailsAmar Tumballi2018-09-291-1/+2
| | | | | | updates: bz#1633930 Change-Id: I703fa957102ef207c3f8107c28c2cd6f6e95f19a Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Add distributed-regression job to nightly build pipelineDeepshikha Khandelwal2018-09-272-4/+6
| | | | | Change-Id: I30130d32d18c4710c22e73dbfce1da71cddd6d45 Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
* Attempt to run delete-vm ansible playbook thrice if failsDeepshikha Khandelwal2018-09-251-1/+10
| | | | | Change-Id: I092acf131e89bf7ee107cbdcc33c2a03e354cab0 Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
* Pass the path of private key when copying glusterfs logsDeepshikha Khandelwal2018-09-251-1/+1
| | | | Change-Id: Iaf286c4b088d0eba34826b9c7cfe988342d24b46
* Add a non voting job, for testing the new FreeBSD builderMichael Scherer2018-09-241-0/+53
| | | | Change-Id: I2675f12e2f71c8c32264561911dc7ffad1f6e98e
* Fix the defaults for the release-5 jobNigel Babu2018-09-241-2/+2
| | | | Change-Id: I1ab854399a29bec5223c49c1b2015967500390cd
* ASAN job for glusterNigel Babu2018-09-242-0/+74
| | | | Change-Id: I69e058e6cce75e026c91b5cf42a3a602431a899e
* Add a nightly release-5 jobNigel Babu2018-09-242-0/+54
| | | | | Change-Id: I3783931f7f351a34e749cba3d7f55fb3937ae67b Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Add extra arguments when calling ansible playbookDeepshikha Khandelwal2018-09-201-7/+10
| | | | | Change-Id: I5fd0d5f283895aceeded09cecfa2d76d1797236a Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
* clang-format: Enable master branch. Not release.Nigel Babu2018-09-191-1/+1
| | | | Change-Id: Ida1caf33e38b5357c866e20e84981a52986a291b
* Only run clang-format for master and release-5Nigel Babu2018-09-191-2/+4
| | | | Change-Id: I095decfec6b034a56b897c8b2463288cc2c2b1ce
* New job for gluster-csi-containersNigel Babu2018-09-182-0/+59
| | | | Change-Id: I2aea2d741b14c321cb3664f80cb240b57ca4f534
* Call ansible playbook for creation/deletion of instancesDeepshikha Khandelwal2018-09-172-9/+11
| | | | | | | on Rackspace Change-Id: I338e098ba84cad8f36b7cec5cb896b496744643d Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
* Remove the vote overwride for clang-formatNigel Babu2018-09-141-3/+0
| | | | Change-Id: Idd4e046acc2694214766f311b86e0550bc457c55
* brick-mux: Redo after clang-formatNigel Babu2018-09-131-1/+1
| | | | Change-Id: I23b8cf44f1db739e9b3f8778b2a4de04b3168ff8
* clang-format: Be more verboseNigel Babu2018-09-131-2/+4
| | | | Change-Id: I2e89594b0c7f2501958bfedf3ae5a23242b0b92b
* Make clang-format-job fail for realNigel Babu2018-09-121-1/+1
| | | | Change-Id: I17c4e410d66749c3a661ddb695e57a197cdf1078
* Reenable freebsdMichael Scherer2018-09-121-1/+0
| | | | Change-Id: Ie631ff6dccaf333d03e53842abed9f34f4f07054
* Do not touch the home directoryNigel Babu2018-09-121-2/+2
| | | | Change-Id: Ie1c8bfc2583da2d5e1a8d1e2c797011bbdf0ef19
* Add clang-format jobNigel Babu2018-09-122-0/+66
| | | | Change-Id: I4fce662da7f82c113123906339c5984a4e99a2b2
* Disable freebsd-temporarilyNigel Babu2018-09-121-0/+1
| | | | Change-Id: I56dbc22614057426e081ac1dd30842357da9dcef
* Pull in brick-mux enable with a new patchNigel Babu2018-09-101-1/+1
| | | | Change-Id: I2527c09e55f3afeea244265fd669cd36f49124b5
* Fix the directories for glusterNigel Babu2018-09-101-1/+1
| | | | Change-Id: I9a1467e1cad2483b4fd97f5cb4adb5eefb00b28c
* Add an rm -rf as wellNigel Babu2018-09-101-0/+1
| | | | Change-Id: Ic86ee6d38eb984787e52f60d138ea6d2ec01e925
* Add the clean up steps we do on every jobNigel Babu2018-09-071-1/+9
| | | | Change-Id: I4b7b0362fc9f78fdbb42c7d9d94b78b402df74f5
* Switch fedora-smoke to run on only masterNigel Babu2018-09-051-2/+2
| | | | Change-Id: Ie3b1d07e9b166d1030d0f82cf30d0ed77997dce9
* Fix bugs in python-compliance testsNigel Babu2018-09-032-2/+3
| | | | Change-Id: I2f19695308549265e4a531443b13d153d3f911ed
* Add a python-ast check as wellNigel Babu2018-09-032-1/+26
| | | | Change-Id: I1ac7d514b4e4022845329d423cab60f2200dc546