diff options
| author | Raymond Mao <raymond.mao@linaro.org> | 2025-10-21 11:16:58 -0700 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-11-04 10:59:41 -0600 |
| commit | 915f0b232af756dcf7d8784781ed4a37a8028413 (patch) | |
| tree | f58e12633eeecccba1aa6119287923c5f201a325 /.gitlab-ci.yml | |
| parent | 7a3fae6a493ba4886e3b55cc27f74fc01efa72a1 (diff) | |
ci: add test entries for qemu_arm64_tfa_fw_handoff
Add qemu_arm64_tfa_fw_handoff test entries to azure and gitlab
pipelines.
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9151d251856..033d4f9f0af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -409,6 +409,13 @@ qemu_arm64_lwip test.py: TEST_PY_TEST_SPEC: "test_net_dhcp or test_net_ping or test_net_tftpboot" <<: *buildman_and_testpy_dfn +qemu_arm64_tfa_fw_handoff test.py: + variables: + TEST_PY_BD: "qemu_arm64" + TEST_PY_ID: "--id fw_handoff_tfa_optee" + TEST_PY_TEST_SPEC: "test_fw_handoff" + <<: *buildman_and_testpy_dfn + qemu_arm_sbsa test.py: variables: TEST_PY_BD: "qemu-arm-sbsa" |
