Hi everyone,
Atm, I'm running 2 servers.
One is for staging and one for production.
On each server, I have one docker running LAVA and one docker running SQUAD.
>From SQUAD-PROD to LAVA-STAGING, I can submit job, fetch results etc,
everything is working fine.
Same from SQUAD-STAGING to LAVA-PROD.
But, from SQUAD-PROD to LAVA-PROD, or from SQUAD-STAGING to LAVA-STAGING,
the test submission fails.
Squad-worker returns and error saying connection timed out.
If I curl LAVA-PROD from SQUAD-PROD, it works. Same if I curl LAVA-STAGING
from SQUAD-STAGING. So it looks like they can communicate after all.
Any idea what could be the problem?
Best regards,
Axel
Hi everyone,
I'm using Bamboo to build new binaries. My goal is to setup my builder to
trigger
Squad to submit tests to LAVA using the latest binaries.
This part is done but I still have a problem. If there are regressions with
new binaries,
Bamboo will still say the last build is good because it only performs curl
request and that's it.
My question is, is there a way to get a feedback from Squad concerning
tests results ? For example the number of fail/pass. This would be enough
to me, I'd just have to write
something to compare 2 builds.
Regards,
Axel
Hi,
I'm preparing some promotional materials for squad before conference
season starts. If anyone has an idea for a logo, please don't hesitate
to share it.
milosz
Dear linaro devlopers
Thanks to good answers, it is going well.
I have a question.
Squad fetches the result of lava, the interval is too long.
This is true even if you reduce the poll interval of the backend setting
in SQUAD.
It will fetch at least 1 hour later.
I want to fetch interval 30 minutes.
Is there a solution?
thanks
suker
Dear linaro
I am a software engineer and working for Nexell Corporation in South Korea.
Recently, I found SQUAD and interested.
I downloaded the source from github and tried to run the docker and it
on the local machine.
Unfortunately, SQUAD admistration is complicated and the setting method
is unknown.
For example, to connect with Jenkins and SQUAD, *I do not know how to
set it in SQUAD.*
Already I saw below page.
(https://squad.readthedocs.io/en/latest/api.html#projects-api-projects)
Jenkins and LAVA are already in operation in my company.
Thanks
ChoongHyun Jeon.
Dear squad developer
I used to squad docker of https://github.com/Linaro/squad.
And squad system running in my localhost. LAVA too.
I want check the submit test for squad.
Using a python script submit_for_testing.py in
https://git.linaro.org/ci/job/configs.git
command is below :
python submit_for_testing.py --device-type abc-abc-abc --build-number no1
--lava-server https://192.168.1.20:9099 --qa-server http://192.168.1.70:8000
--qa-server-project remote-lava-prj --qa-server-team remote-lava-team
--test-plan lava-test-plan.yaml
response : "QA Reports submission failed"
What is that mean ?
Squad system setup missing or wrong command?
If that command are success respone, something show on squad explore?
Thanks
kchhero
--
*행동하지 않으면 변화는 없다*
Hi everyone,
I'm using LAVA at NXP and after talking with Neil and Milosz, I'd like to
use SQUAD.
I followed the instructions here
https://squad.readthedocs.io/en/latest/install.html
But when I try to run the command "squad", bash tells me the command is not
found.
I tried to run it through Python3 shell, but didn't work either.
Maybe I'm missing something obvious ?
Best regards,
Axel