From a1eec7bbe8dc9158349ab627ba308560eccf9609 Mon Sep 17 00:00:00 2001 From: AhmedGrati Date: Sun, 15 Oct 2023 00:34:23 +0100 Subject: [PATCH] chore: install dyff in CI pipeline Signed-off-by: AhmedGrati --- script/test/cmd/tests_new.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/cmd/tests_new.sh b/script/test/cmd/tests_new.sh index 3d930af5..6891d49a 100755 --- a/script/test/cmd/tests_new.sh +++ b/script/test/cmd/tests_new.sh @@ -113,8 +113,8 @@ k8s_cmd="kompose -f $KOMPOSE_ROOT/script/test/fixtures/volume-mounts/windows/doc os_cmd="kompose --provider=openshift -f $KOMPOSE_ROOT/script/test/fixtures/volume-mounts/windows/docker-compose.yaml convert --stdout --with-kompose-annotation=false" k8s_output="$KOMPOSE_ROOT/script/test/fixtures/volume-mounts/windows/output-k8s.yaml" os_output="$KOMPOSE_ROOT/script/test/fixtures/volume-mounts/windows/output-os.yaml" -convert::expect_success "$k8s_cmd" "$k8s_output" -convert::expect_success "$os_cmd" "$os_output" +convert::expect_success_and_warning "$k8s_cmd" "$k8s_output" +convert::expect_success_and_warning "$os_cmd" "$os_output" # # TEST the placement # should convert placement to affinity