Hello everyone,
Today we deployed a change to validation.linaro.org to drop the /lava-server prefix. This was motivated by the fact that new LAVA installs do not have any prefix by default, and having a different format in the main LAVA instance out there caused some confusion.
So all requests to /lava-server/$ADDRESS are now being automatically redirected to /$ADDRESS.
A special case is the API URL for job submission. Before you would use this: https://validation.linaro.org/lava-server/RPC2/
Now, you should use this:
https://validation.linaro.org/RPC2/
API requests at the old address still work, but we kindly request that everyone stop using it and start using the new URL.
We want to drop support for the old URL in the future to reduce the delta between our LAVA instance and a standard setup, so please do upgrade automated scripts and static job files you maintain to use the new URL instead of the old one. In a few months we will come back to you announcing a deadline for definitively discontinuing support for the old URL format.
On 27 July 2013 00:13, Antonio Terceiro antonio.terceiro@linaro.org wrote:
Hello everyone,
Today we deployed a change to validation.linaro.org to drop the /lava-server prefix. This was motivated by the fact that new LAVA installs do not have any prefix by default, and having a different format in the main LAVA instance out there caused some confusion.
So all requests to /lava-server/$ADDRESS are now being automatically redirected to /$ADDRESS.
A special case is the API URL for job submission. Before you would use this: https://validation.linaro.org/lava-server/RPC2/
Now, you should use this:
https://validation.linaro.org/RPC2/
API requests at the old address still work, but we kindly request that everyone stop using it and start using the new URL.
We want to drop support for the old URL in the future to reduce the delta between our LAVA instance and a standard setup, so please do upgrade automated scripts and static job files you maintain to use the new URL instead of the old one. In a few months we will come back to you announcing a deadline for definitively discontinuing support for the old URL format.
Thanks Antonio. CI scripts updated to reflect this change.
Cheers, Fathi
Hello,
On Sat, 27 Jul 2013 10:04:57 +0300 Fathi Boudra fathi.boudra@linaro.org wrote:
[]
A special case is the API URL for job submission. Before you would use this: https://validation.linaro.org/lava-server/RPC2/
Now, you should use this:
[]
Thanks Antonio. CI scripts updated to reflect this change.
Ditto for android-build scripts.
linaro-validation@lists.linaro.org