summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a job for gd2 containersNigel Babu2018-08-302-0/+46
| | | | Change-Id: I42ebd35471af8e0b7b36d1039be48a28912f409f
* Enable fedora-smoke votingNigel Babu2018-08-291-4/+0
| | | | Change-Id: Iaf5659368aabd1c5e078c478ecd8d675a4519638
* clang: fix the string for disabling the bd xlator properlyAmar Tumballi2018-08-271-1/+1
| | | | | Change-Id: I57f1561b59f0e6ff09076965564170ec34b41992 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* fedora-smoke: remove bd xlator from the buildAmar Tumballi2018-08-271-1/+1
| | | | | | | | So that the gcc8 based builds complete successfully, and we are proposing for removing bd xlator anyways Change-Id: Idbe0eb2b5271d8b617350ddf030511398289508c Signed-off-by: Amar Tumballi <amarts@redhat.com>
* clang: remove block-device from the buildAmar Tumballi2018-08-251-1/+1
| | | | | Change-Id: If6a16648d832443f428ee5d1d656febae16656e0 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Timeout rpm jobsNigel Babu2018-08-242-0/+8
| | | | Change-Id: I28468ebae806d0bd7c03536c29b8bf6606a3e858
* Add 'concurrent:true' to the smoke test jobsDeepshikha Khandelwal2018-08-232-0/+2
| | | | Change-Id: Iea3e23b6433dc1c4868e01d33c70ba1de298e306
* GD2 smoke test job on glusterfs patchdkhandel2018-08-202-0/+55
| | | | | | | | | | | | This non-voting job will run GD2 against submitted glusterfs patches to identify any new changes that break GD2. Fixes: bz#1560967 Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com> Change-Id: I4488105c0e7e46b1274e4d09d52a6ea057c0cd70
* Fix the return value for lcovNigel Babu2018-08-131-2/+2
| | | | | | | | The status was being taken for the mv command rather than the test run. When regression passes, we don't actually get any logs, so this would actually fail causing the entire run to be marked as failed Change-Id: Ia9fa731f7cc66c1c47481ebc47ffa2bc55d7c4ea
* Update clang job to not check for Dead StoresNigel Babu2018-08-102-2/+2
| | | | Change-Id: Idf4d769a5edb3caadaf1b29b9b666287c3304620
* Increase lcov timeout to 300 secondsNigel Babu2018-08-081-1/+1
| | | | Change-Id: Iaa6f546de5741770f57ba29e9d2866c814459c32
* Coverity nightly job for GlusterNigel Babu2018-08-062-0/+70
| | | | Change-Id: Idc81fd4612a8746900875d1b4f6adba97d0a1373