summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert to Deepshika's logicNigel Babu2017-12-041-3/+3
| | | | | | This closes the oldest reviews first rather than newest reviews first Change-Id: I3d9e7a4cf6123379fcf6d1168fdbd759a00d7c3d
* close-old-reviews: add url and subject in summary for easier identificationAmar Tumballi2017-12-041-3/+5
| | | | | Change-Id: I34fdb009cbedd0d1ed1f7877732e4f4ad4671b7d Signed-off-by: Amar Tumballi <amarts@redhat.com>
* 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
* 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-211-0/+2
| | | | 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-211-1/+1
| | | | Change-Id: I9ef75bac8949abffd0bd87259c75c959c38b8b72
* Job to abandon the oldest reviewsdeepshikhaaa2017-11-211-0/+54
| | | | Change-Id: I143ef9c65c1fa7755d5d1e21fb32c484396c887d
* Add the new release job that will run on nodesNigel Babu2017-11-141-0/+7
| | | | | | | | | 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
* Get bugzilla-post working in productionNigel Babu2017-10-301-15/+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
* 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
* Few changes in the bugzilla-post jobdeepshikhaaa2017-10-111-3/+3
| | | | Change-Id: I9e753a12f9ed3a98232914dea1833e441743347b
* 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>
* Job to update the jenkins server on patch mergeddeepshikhaaa2017-08-241-0/+5
| | | | 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>
* Job for posting comments on bugzilla through Jenkinsdeepshikhaaa2017-08-161-0/+57
| | | | Change-Id: Ie866f7a1faa8629cc35667cc42b21b2afe7946ce
* Run clang in a fedora chrootNigel Babu2017-08-141-3/+10
| | | | | | | 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-081-0/+48
| | | | Change-Id: I7fa9e3e52d32451f976dc474e4ad37c42cbeb054
* Grab the logs before a reboot when abortedNigel Babu2017-07-311-0/+11
| | | | Change-Id: Id17fe54df72c0e3d878439791556bea5ec797f0f
* Added a clang scan-build job to gluster pipelinedeepshikhaaa2017-07-201-0/+3
| | | | | Change-Id: Ie265380582b1423630f49d8c504b6ac6155a002c Signed-off-by: deepshikhaaa <deepshikhakhandelwal8@gmail.com>
* Added a cppcheck job to jenkins pipelinesDeepshikha2017-07-171-0/+8
| | | | | Change-Id: I9466288a31c07870ffb2af9087465cb5d44b6270 Signed-off-by: Deepshikha <dkhandel@redhat.com>
* 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
* Revert the centos-regression changesNigel Babu2017-06-211-5/+1
| | | | Change-Id: Ia0efd6b4948735e1b4a10ca872f3d8721f7cb01d
* 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
* Fix up the scripts so that we build gnfs packagesNigel Babu2017-06-162-2/+2
| | | | Change-Id: Idb171f18ab8e67dd5b019b1fea43bcaa6823a17e
* Continue periodic regression runs even if it failsNigel Babu2017-05-232-2/+2
| | | | Change-Id: Ifb392a12acc116b5e20b4322a4a43475cd87f3c0
* Remove execute permissions for JJB scriptsNigel Babu2017-05-2310-0/+0
| | | | Change-Id: I28f7a9bb0bec6f4d19b8f5a940bc3b960c1a6562
* Create a job to run brick multiplexing onNigel Babu2017-05-231-0/+66
| | | | Change-Id: I1b4744fc82208734249d794b84b84e5966815d48
* Create a new job for untriaged bug reportNigel Babu2017-05-191-0/+5
| | | | Change-Id: I3fad33f3612e18fe1f03c10430064fff0375383a
* Move build jobs to el7 as wellNigel Babu2017-02-241-1/+1
| | | | Change-Id: Ic202cad8747c074e9076d322897e8e15ba60b64f
* Add a job for FB's regressionsNigel Babu2016-12-231-4/+0
| | | | Change-Id: I4923944fbd86e5ae0bc082dbca9e0049bc365448
* Skip regressions on FB's branchNigel Babu2016-12-202-1/+11
| | | | Change-Id: I663406118390dc91ee6daa671d498a37032f285f
* Create a lint job to ensure glusto passes flake8Nigel Babu2016-12-201-0/+6
| | | | Change-Id: Iac5c8c35e2fcee9a88f44145a3cb2149093b1895
* Use python2.7 for building. Fix bustagesNigel Babu2016-12-191-0/+1
| | | | Change-Id: I20a54041c74dfe1954dd936cf2dbdb848c356064
* Preserve environment variables for smokeNigel Babu2016-09-291-1/+1
| | | | | Change-Id: I8760278cd8650196239261cca18eea0a549cb12a Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Create a job to test build-jobsNigel Babu2016-09-191-0/+5
| | | | | Change-Id: I8eae0d9a38942e851313d7c7560bcb6ab43092e4 Signed-off-by: Nigel Babu <nigelb@redhat.com>
* Fail regressions early when build failuresNigel Babu2016-09-132-2/+4
| | | | | | | * Centos Regression would return 0, causing the build to look like it passed. * NetBSD Regression would return 1, but not vote on Gerrit. Change-Id: I1611a809e654aeef9ff97d8f11d21ca5ace5a59b
* Merge the changes to regression skip logicNigel Babu2016-09-132-52/+14
| | | | Change-Id: Ia9aebc97fc92f057b33025d9a56db52032007af6
* Add all the jobs/scripts for build.gluster.orgNigel Babu2016-09-1210-0/+383
Change-Id: I39e4d0407957e47a695d9be47add20094d8c41f2