roq-messaging / RoQ

RoQ, Elastically scalable MOM
21 stars 4 forks source link

Adding a job on the CI for the master branch #122

Closed jbruggem closed 11 years ago

jbruggem commented 11 years ago

In order to build the stable release. Should be triggered by push on master. Linked to #119

jbruggem commented 11 years ago

Done. There are now two jobs in the CI, RoQStable and RoQNightly.

We might need to update some links in the documentation or the web site.

jbruggem commented 11 years ago

@sskhiri some tests are failing. It might be due to a recent update on the server to Java 7.

sskhiri commented 11 years ago

I am not sure it is about java. I think it is because the two build are running the same set of test more or less in the same time. As the tests open sockets and launch processes, the socket are found already in use. I do not think it is a big deal, we need to cleanly stop the current test, manually launch the stable build. I will try. @cduverne GimmeRoQ.sh must be updted with the new job names in the latest.tar file.

sskhiri commented 11 years ago

It works nice! We just need to be sure that the stable build is not automatically triggered. In this case we can ensure that the 2 jobs are not running ins the same time.

sskhiri commented 11 years ago

@jbruggem There is somthing strange with the CI, it seems that it does not maintain the history build anymore. This morning, There no build at all ! I relaunched one manually. Can you investigate ?