JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
19 stars 14 forks source link

Build bot not using julia-nightlies.spec from master? #14

Closed nalimilan closed 9 years ago

nalimilan commented 9 years ago

Fedora Copr maintainers have notified me that the Julia nightlies were constantly failing for about a week. And indeed it looks like my last commit on master (83f069cc3ad3c1dbe30a0996652eb3f074f9c051) isn't taken into account when building the SRPMs. If you look e.g. at the end of this file, you can see that the list of tests I removed in the commit is still present: https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-21-x86_64/julia-0.4.0-0.20150116.el7.centos/build.log

Any idea where this might come from?

staticfloat commented 9 years ago

Sorry I missed this. Is this still an issue?

nalimilan commented 9 years ago

Looks like it's gone. Not sure what may have happened. Is there a delay for the bot to use the new commits?

staticfloat commented 9 years ago

Ah, It doesn't pull down the latest git repository automatically. I'll add a cron job to do that. -E

On Wed, Feb 4, 2015 at 10:07 AM, Milan Bouchet-Valat < notifications@github.com> wrote:

Looks like it's gone. Not sure what may have happened. Is there a delay for the bot to use the new commits?

— Reply to this email directly or view it on GitHub https://github.com/staticfloat/julia-buildbot/issues/14#issuecomment-72906204 .

nalimilan commented 9 years ago

Thanks. BTW, do you think there could be a way to avoid running the builds more than once a day on Copr? I'm a bit concerned with the load we impose on their servers.

staticfloat commented 9 years ago

Sure, I'll change it to only run once every 24 hours.

nalimilan commented 9 years ago

Cool!

nalimilan commented 9 years ago

Looks like the cron job is still running many times a day, and the Copr maintainers complained about it again. Can you fix that?

staticfloat commented 9 years ago

(hopefully) fixed in cde999adf6c759481bf5d6201c86caa0342f78a2

nalimilan commented 9 years ago

Thanks, I'll tell you. But I don't think it was run every hour, it would have created much more activity.

staticfloat commented 9 years ago

It was only run if there was a change, so it was running about once every 3-4 hours. You can see the activity here http://buildbot.e.ip.saba.us:8010/builders/package_srpm. -E

On Mon, Feb 23, 2015 at 2:50 PM, Milan Bouchet-Valat < notifications@github.com> wrote:

Thanks, I'll tell you. But I don't think it was run every hour, it would have created much more activity.

— Reply to this email directly or view it on GitHub https://github.com/staticfloat/julia-buildbot/issues/14#issuecomment-75655162 .

nalimilan commented 9 years ago

Ah, that explains everything.