From: Raymond Mao Date: Tue, 21 Oct 2025 18:16:58 +0000 (-0700) Subject: ci: add test entries for qemu_arm64_tfa_fw_handoff X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=915f0b232af756dcf7d8784781ed4a37a8028413;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Tom Rini --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 093596ee378..320f7567e6d 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -477,6 +477,10 @@ stages: qemu_arm64_lwip: TEST_PY_BD: "qemu_arm64_lwip" TEST_PY_TEST_SPEC: "test_net_dhcp or test_net_ping or test_net_tftpboot" + qemu_arm64_tfa_fw_handoff: + TEST_PY_BD: "qemu_arm64" + TEST_PY_ID: "--id fw_handoff_tfa_optee" + TEST_PY_TEST_SPEC: "test_fw_handoff" qemu_arm_sbsa_ref: TEST_PY_BD: "qemu-arm-sbsa" TEST_PY_TEST_SPEC: "not sleep" 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"