On Wed, Oct 11, 2017 at 06:29:47PM +0530, Amar Tumballi wrote: > Thanks for the link Niels. > > I was thinking of similar setup. Didn't knew it existed. Now, question is, > can I have an tar.gz also here? and can we include experimental branch here?
Sure, the tar.gz can be added easily. It is part of the src.rpm that should be available there too. You can send a pull request for this script to add the tar.gz if you like: https://github.com/gluster/glusterfs-patch-acceptance-tests/blob/master/centos-ci/scripts/nightly-builds.sh The experimental branch can be added too, you'll need to modify these two Jenkins Job Builder files for that: https://github.com/gluster/glusterfs-patch-acceptance-tests/blob/master/centos-ci/jobs/build_rpms.yml https://github.com/gluster/glusterfs-patch-acceptance-tests/blob/master/centos-ci/jobs/nightly-rpm-builds.yml And because the release-* branches are detected like != 'master', it needs an update to the nightly-builds.sh script linked above as well. > Another suggestion, should we have a 'date' wise organization of these > folders? This is kept as simple as possible, the git commit is part of the release so it should be easy to find the date. Also the file listing lists the date of the build. Not sure what benefit there would be when we put the date somewhere in there. We can create subdirectories with the date for each build if needed, the YUM repository can be generated with RPMs in subdirectories. What is the advantage or practical use-case you see? Niels > -Amar > > On Wed, Oct 11, 2017 at 6:26 PM, Niels de Vos <[email protected]> wrote: > > > On Wed, Oct 11, 2017 at 11:53:21AM +0530, Amar Tumballi wrote: > > > Can we keep nightly builds of different branches in this new server? > > Would > > > be good to keep just the last 7 days of builds. > > > > Which nightly builds do you refer to? > > > > We have builds that can be consumed in the CentOS CI (CentOS 6/7, x86_64 > > only atm) for all active branches. The environment is configured to > > remove files older than 30 days. There are *many* builds available: > > http://artifacts.ci.centos.org/gluster/nightly/ > > > > Niels > > > > > > > > > > Regards, > > > Amar > > > > > > On 11-Oct-2017 10:14 AM, "Nigel Babu" <[email protected]> wrote: > > > > > > > Hello folks, > > > > > > > > I've just gotten back after a week away. I've made a couple of changes > > to > > > > Jenkins nodes: > > > > > > > > * All smoke jobs now run on internal nodes. > > > > * All Rackspace nodes are back in action. We had a few issues with some > > > > nodes, all of them have been looked into and fixed. > > > > > > > > In the near future, we plan to have a ci-logs.gluster.org domain where > > > > the smoke logs and regression logs will be available instead of having > > a > > > > web server on individual nodes. Deepshika is actively working on > > making the > > > > changes required to get this done. > > > > > > > > -- > > > > nigelb > > > > > > > > _______________________________________________ > > > > Gluster-infra mailing list > > > > [email protected] > > > > http://lists.gluster.org/mailman/listinfo/gluster-infra > > > > > > > > > _______________________________________________ > > > Gluster-infra mailing list > > > [email protected] > > > http://lists.gluster.org/mailman/listinfo/gluster-infra > > > > > > > -- > Amar Tumballi (amarts) _______________________________________________ Gluster-infra mailing list [email protected] http://lists.gluster.org/mailman/listinfo/gluster-infra
