From c2947fc63261652481fd62900fba0e0fba175db6 Mon Sep 17 00:00:00 2001 From: adityagoel14 Date: Fri, 12 Jul 2024 09:29:01 -0500 Subject: [PATCH] Change so AMD build does not depend on anything --- 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 2a174a9..882fe56 100644 --- a/scripts/test-template-aws.j2 +++ b/scripts/test-template-aws.j2 @@ -23,9 +23,9 @@ steps: - wait - group: "AMD Tests" + depends_on: ~ steps: - label: "AMD: :docker: build image" - depends_on: ~ commands: - "docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ." - "docker push {{ docker_image_amd }}"