From 11cb8cde87f17b51682ab5cd6c61c17e5715e0ea Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Fri, 27 Sep 2024 15:47:47 -0700 Subject: [PATCH] Soft fail AMD entrypoints test --- scripts/test-template-aws.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-template-aws.j2 b/scripts/test-template-aws.j2 index 9420728..e718c22 100644 --- a/scripts/test-template-aws.j2 +++ b/scripts/test-template-aws.j2 @@ -195,7 +195,7 @@ steps: env: DOCKER_BUILDKIT: "1" priority: 100 - {% if step.soft_fail or step.label == "Engine Test" or step.label == "Kernels Test %N" %} + {% if step.soft_fail or step.label == "Kernels Test %N" or step.label == "Entrypoints Test" %} soft_fail: true {% else %} soft_fail: false