From 7a1f6655b6bc666fe71578ef665ac5ed60d572da Mon Sep 17 00:00:00 2001 From: Chase Qi <chase.qi@linaro.org> Date: Wed, 1 Jun 2022 09:08:10 +0800 Subject: [PATCH] .oniro-ci: define CI_SQUAD_INSTANCE for lava-test Signed-off-by: Chase Qi <chase.qi@linaro.org> --- .oniro-ci/test-generic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.oniro-ci/test-generic.yaml b/.oniro-ci/test-generic.yaml index dedabddf..f57c76d7 100644 --- a/.oniro-ci/test-generic.yaml +++ b/.oniro-ci/test-generic.yaml @@ -11,6 +11,7 @@ variables: GIT_STRATEGY: none CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" + CI_SQUAD_INSTANCE: "https://squadp.svc.ostc-eu.dev" # Run the same ltp test suites that using by LKFT project. # Reference: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.98-75-g9f5cb871ceb9/testjobs/ LTP_TST_CMDFILES: "cap_bounds cpuhotplug crypto nptl pty securebits fs controllers hugetlb mm tracing containers io dio syscalls math commands ipc fcntl-locktests filecaps fs_bind fs_perms_simple fsx sched cve" -- GitLab