summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not assume old reviews are in masterNigel Babu2017-11-301-15/+8
| | | | Change-Id: I9a4a6e578d743e0a84076772a5250baccc721c3d
* Show better errors for close-old-reviewsNigel Babu2017-11-301-21/+36
| | | | | | Port to python3 Change-Id: Iebca168bf3b1e448f5e2092d04213d28934593e3
* Change the trigger time of all the periodic tests to the eveningdeepshikhaaa2017-11-227-7/+7
| | | | Change-Id: I8601c140cc0bff4f2a6253db94c4d8ddc546458f
* Fix the errors in requests.post functiondeepshikhaaa2017-11-211-8/+10
| | | | Change-Id: I893b44777318cbbb753d7e6656dd524640c5ac9a
* change "changed_id" to "change_id"deepshikhaaa2017-11-211-1/+1
| | | | Change-Id: Ie3312abaf16436b6110465cdf3113c945198c22b
* Create a glusto jobNigel Babu2017-11-212-0/+52
| | | | Change-Id: I738b84625b88fd27750e3e45ea5606bceed38dfb
* Another bug fix in close-old-reviewsdeepshikhaaa2017-11-211-3/+3
| | | | Change-Id: Ic680ef267c3339612968b4c276cc2fbb342242e4
* Bug fixes in close-old-reviews jobdeepshikhaaa2017-11-212-4/+4
| | | | Change-Id: I9ef75bac8949abffd0bd87259c75c959c38b8b72
* Job to abandon the oldest reviewsdeepshikhaaa2017-11-212-0/+84
| | | | Change-Id: I143ef9c65c1fa7755d5d1e21fb32c484396c887d
* Fix regression failureNigel Babu2017-11-211-1/+1
| | | | Change-Id: If82ce043931609cc359696e0892202d74ed08dc4
* Use logs from the workspaceNigel Babu2017-11-206-0/+17
| | | | Change-Id: Ia70566d5fa33875224114a2c0be2a77cef045b58
* Fix the email template for release jobsNigel Babu2017-11-141-1/+1
| | | | Change-Id: I07877260fff183a012601ebe2920f52e65120cd6
* Fix the artifact checkNigel Babu2017-11-141-3/+3
| | | | Change-Id: I5ead69b9c25d51d293721b935cd86e62e35c5420
* Add the new release job that will run on nodesNigel Babu2017-11-142-0/+65
| | | | | | | | | This job eliminates the need for a lot of code. * SCM handled by Jenkins-Gerrit directly * Emails handled by Email-Ext Change-Id: Idf241d8b4937639494f12d0620001a20e11df735
* Add the committer details in the bugzilla jobdeepshikhaaa2017-11-131-1/+1
| | | | Change-Id: Iff4d2140812eadfb5c9c468fb6a352c52e263334
* Increase the timeout of regression jobsdeepshikhaaa2017-11-094-4/+4
| | | | Change-Id: I5cce36667a8d28cced00087dd94a72818aa4cb2d
* Get bugzilla-post working in productionNigel Babu2017-10-302-19/+5
| | | | | | | | | The tricky bit was that the run() command would cause some of the failures. Given that we're unlikely to need it in the near future, I've removed it. I've left the debugging on for the next couple of days in case we need to debug any failures. Change-Id: Ib3d34213495d76d517947c1ea7d421759ab6d53e
* Move glusto-lint jobs to smoke7 machinesNigel Babu2017-10-121-1/+1
| | | | Change-Id: Ib2d4d467399e9e95fbefceaa9d328cd3a6d8b14e
* When a commit only changes tests, only run testsNigel Babu2017-10-121-1/+18
| | | | | | | If a commit changes a .rc or .c file in the code, this doesn't catch that because it becomes tricker to do. Change-Id: I4658ec142e56b81f93452ecca7980f021b17072a
* Turn on dry run againNigel Babu2017-10-121-0/+4
| | | | Change-Id: I9b2beffdf97cd4b15ad3b0d6e4619d677667c928
* Few changes in the bugzilla-post jobdeepshikhaaa2017-10-112-7/+3
| | | | Change-Id: I9e753a12f9ed3a98232914dea1833e441743347b
* Revert "Add a no-activity type timeout in regression jobs"Nigel Babu2017-09-225-10/+10
| | | | This reverts commit 52d37c79d51b6ec2bb33a3c0538c2e4beca44b32.
* Add a no-activity type timeout in regression jobsdeepshikhaaa2017-09-215-10/+10
| | | | Change-Id: I0659ef56174729272d13269a85a92b686ae08cee
* Fix the bug in job to update the jenkins server on patch mergeddeepshikhaaa2017-09-041-1/+1
| | | | Change-Id: Ib346c3ac0cadf12b485f1fbe2701b83da4019711
* Use base64 decode $GERRIT_CHANGE_COMMIT_MESSAGENigel Babu2017-09-011-1/+1
| | | | | | | | See for what goes wrong https://build.gluster.org/job/bugzilla-post/310/console Change-Id: I7874f4178cfccfdf4ddf3469e136be22e5c4f34c Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Limit to events from one Gerrit serverNigel Babu2017-08-241-0/+1
| | | | | | | If we do not do this, Jenkins will listen to events from both servers and create duplicate jobs Change-Id: Ibbbe82655c84140ce0b97b1eb6157ff60f7ca630
* Job to update the jenkins server on patch mergeddeepshikhaaa2017-08-242-0/+56
| | | | Change-Id: I92b006d040fd8f5104b287093b97bc509df78627
* Fix issues with the bugzilla-post logicNigel Babu2017-08-231-3/+3
| | | | | Change-Id: Ib95a75f1ab619190933a8dab33b0044388621f48 Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Add a step to own the workspace in case of failureNigel Babu2017-08-211-0/+5
| | | | Change-Id: I9a11348fb11cde4cd8d10dbfbb95b698758a2458
* Add timeout for lcov and reboot on abort for lcovNigel Babu2017-08-181-0/+9
| | | | Change-Id: Idf3ec4544f8210f6e81b80034d956204b41ec51f
* Job for posting comments on bugzilla through Jenkinsdeepshikhaaa2017-08-162-0/+105
| | | | Change-Id: Ie866f7a1faa8629cc35667cc42b21b2afe7946ce
* Run clang in a fedora chrootNigel Babu2017-08-142-4/+17
| | | | | | | This job builds a chroot, installs clang, copies the code inside, does a clang analyze inside the chroot and then copies the results out. Change-Id: I3899cf0a41c3ff5c772cb6d98b15ff1634f8cdb8
* Fix an error with tar for aborted regressionsNigel Babu2017-08-091-1/+1
| | | | Change-Id: I1f5493eabf884bdd265e0baa11aa346d45ee2a6f
* Added a line coverage job in glusterdeepshikhaaa2017-08-082-0/+94
| | | | Change-Id: I7fa9e3e52d32451f976dc474e4ad37c42cbeb054
* Grab the logs before a reboot when abortedNigel Babu2017-07-314-6/+14
| | | | Change-Id: Id17fe54df72c0e3d878439791556bea5ec797f0f
* Added a clang scan-build job to gluster pipelinedeepshikhaaa2017-07-202-0/+46
| | | | | Change-Id: Ie265380582b1423630f49d8c504b6ac6155a002c Signed-off-by: deepshikhaaa <deepshikhakhandelwal8@gmail.com>
* Added a timeout in smoke test jobdeepshikhaaa2017-07-181-0/+4
| | | | Change-Id: Ib41335196c960a2a99c0220c2c412242ef081009
* Added a cppcheck job to jenkins pipelinesDeepshikha2017-07-172-0/+55
| | | | | Change-Id: I9466288a31c07870ffb2af9087465cb5d44b6270 Signed-off-by: Deepshikha <dkhandel@redhat.com>
* Change how NetBSD regressions workNigel Babu2017-07-172-33/+31
| | | | Change-Id: I979ac465307371c326f217202bf41548bd3f8c53
* Create periodic regression for experimental branchNigel Babu2017-07-141-0/+43
| | | | | Change-Id: Ieb7762ec832a1a5b8fd887bbdb208e5f3b63627e Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Update the netbsd smoke job to run on netbsd7Nigel Babu2017-06-261-2/+2
| | | | Change-Id: Id27d8e26da4e5a1a0f13d27c167ae0acee88e13c
* Get more logging for strfmt jobsNigel Babu2017-06-261-1/+1
| | | | Change-Id: Ifd1d9614ba1bfd3cfaac0a323f01a0fa01beb853
* Fix typo in the regression scriptNigel Babu2017-06-221-1/+1
| | | | Change-Id: I63a56429a99e5e3d39833ea3f652559e23dd9a1b
* Switch ignore checks from bash to a scriptNigel Babu2017-06-221-3/+5
| | | | Change-Id: I3eab50eb7399a766128b8d4daa3983dce86fc0d4
* Undo wipe-workspace changeNigel Babu2017-06-221-0/+1
| | | | Change-Id: Idf6063d21dcdda23bfee1d01fd7a760ea4873a5e
* Revert the centos-regression changesNigel Babu2017-06-212-6/+1
| | | | Change-Id: Ia0efd6b4948735e1b4a10ca872f3d8721f7cb01d
* Delete old builds for compare bug and branch jobNigel Babu2017-06-211-0/+5
| | | | Change-Id: I49c270e916128dc78f50440f31d9834604197e24
* Discard old buildsNigel Babu2017-06-2016-5/+35
| | | | | | | * Most jobs will be discarded in 30 days. * Regression jobs will be discarded after 90 days Change-Id: Idfa3dd18465bcb88f671bc3d567d5b92ffe9d29a
* NetBSD regression updatesNigel Babu2017-06-202-3/+45
| | | | | | | | * Make the voting on commits optional for NetBSD * Create a periodic job that will trigger NetBSD runs for all branches we care about. Change-Id: I3acd8c1aaaedd3da184b95c9425bcda7f79f7b67
* On master, only run tests/basic in regressionNigel Babu2017-06-192-12/+16
| | | | | | | * Give experimental branch a free pass for Centos Regression * Run shellcheck on scripts to remove problematic warnings Change-Id: I939b4bb09bae4dd65efe1e80a43f69fee4bbf9ac