-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No nightly build since 12/7/2019 #6878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Fnux can you investigate ? |
I'll take a look, I do not know how they where triggered earlier but there is a built-in cron-like system in Drone 1.x which should do the job. |
It used to be a cron job that lives on of the LAMP machine (ask @fsalvi). The cron job used to run the drone CLI. Something along the line of
Yes, I believe you should migrate to that and disable the old cron job. |
There is a cron job on lampsrv43 (drone user) which was used for the nightly builds at 3am, using drone deploy. |
We should make the bot create an issue when the nightly failed. ghi is convenient for the purpose. |
Is there anything I can do to help move this along? |
Meanwhile, I've started a nightly build manually: https://dotty-ci.epfl.ch/lampepfl/dotty/266 FYI, the syntax to do that has changed, using the binary from https://github.com/drone/drone-cli/releases, one needs to run: drone build promote lampepfl/dotty 263 nightly where "263" is the id of a successful build (EDIT: actually it doesn't need to be a successful build anymore). |
Automatically running the nightly build is still broken (scala#6878), but manually running it using: drone build promote lampepfl/dotty 263 nightly Should now work, following the apparent renaming of the event used for deployment in drone 1.0: https://docs.drone.io/user-guide/pipeline/promotion/
...actually that didn't work, but I think I have a fix: #6921 |
I patched the cronjob on lampsrv43 a few days ago but did not take/find the time to update the |
It looks like we had a nightly build published for 0.18 http://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.18 |
Is that the one that @smarter triggered by hand but apparently failed? |
It's a different one i triggered by hand that worked. |
Nightlies have been published every day since 2019-07-25 |
The last available nightly build was published on 12/7/2019,
http://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.17/
which I think coincides with the CI upgrade ... did the nightly build job disappear during the switchover?
The text was updated successfully, but these errors were encountered: