diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-17 16:06:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-18 11:29:52 -0400 |
commit | 699c0b93dce75f2d6d9bd2a127a335fed100b1d3 (patch) | |
tree | 7d1e820bd54888195ec482b6717b031cceec3d9e /.gitlab-ci.yml | |
parent | 1a62a722186ba5159813a5737de9894364ceede7 (diff) | |
download | u-boot-699c0b93dce75f2d6d9bd2a127a335fed100b1d3.tar.gz |
gitlab-ci: Add evb-ast2500 test.py test
Bring us back into line with current Travis tests.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ddd5ad99a..cb636b25a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,16 @@ sandbox_spl test.py: TEST_PY_TEST_SPEC: "test_ofplatdata" <<: *buildman_and_testpy_dfn +evb-ast2500 test.py: + tags: [ 'all' ] + variables: + TEST_PY_BD: "evb-ast2500" + TEST_PY_ID: "--id qemu" + QEMU_TARGET: "arm-softmmu" + QEMU_VERSION: "506179e42112be77bfd071f050b15762d3b2cd43" + BUILDMAN: "^evb-ast2500$" + <<: *buildman_and_testpy_dfn + sandbox_flattree test.py: tags: [ 'all' ] variables: |