Re: [PATCH v3 20/23] travis/gitlab/azure: Enable test_handoff

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:58AM -0600, Simon Glass wrote:

> Ensure that this SPL test runs on gitlab.
> 
> Signed-off-by: Simon Glass 
> Reviewed-by: Tom Rini 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH v3 20/23] travis/gitlab/azure: Enable test_handoff

2020-03-23 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:58AM -0600, Simon Glass wrote:

> Ensure that this SPL test runs on gitlab.
> 
> Signed-off-by: Simon Glass 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v3 20/23] travis/gitlab/azure: Enable test_handoff

2020-03-18 Thread Simon Glass
Ensure that this SPL test runs on gitlab.

Signed-off-by: Simon Glass 
---

Changes in v3: None
Changes in v2:
- Update travis, azure also

 .azure-pipelines.yml | 2 +-
 .gitlab-ci.yml   | 2 +-
 .travis.yml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index a97a3f8b19..612e645d0a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -163,7 +163,7 @@ jobs:
   OVERRIDE: "-O clang-7"
 sandbox_spl:
   TEST_PY_BD: "sandbox_spl"
-  TEST_PY_TEST_SPEC: "test_ofplatdata"
+  TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
 sandbox_flattree:
   TEST_PY_BD: "sandbox_flattree"
 evb_ast2500:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 501e3ff3ab..065ac769f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -188,7 +188,7 @@ sandbox_spl test.py:
   tags: [ 'all' ]
   variables:
 TEST_PY_BD: "sandbox_spl"
-TEST_PY_TEST_SPEC: "test_ofplatdata"
+TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
   <<: *buildman_and_testpy_dfn
 
 evb-ast2500 test.py:
diff --git a/.travis.yml b/.travis.yml
index bf3ef4860b..5be4c54403 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -404,7 +404,7 @@ matrix:
 - name: "test/py sandbox_spl"
   env:
 - TEST_PY_BD="sandbox_spl"
-  TEST_PY_TEST_SPEC="test_ofplatdata"
+  TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff"
   TOOLCHAIN="i386"
   TEST_PY_TOOLS="yes"
 - name: "test/py sandbox_flattree"
-- 
2.25.1.481.gfbce0eb801-goog