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.