From 9d6a41542b06886b9ded8d2bb4765f4cf06de5c3 Mon Sep 17 00:00:00 2001 From: n-jay Date: Fri, 23 Aug 2024 16:08:54 +0530 Subject: [PATCH] Temp: Add log message --- ci/run_integration_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_integration_test.sh b/ci/run_integration_test.sh index 00a6231e5..006dfb660 100755 --- a/ci/run_integration_test.sh +++ b/ci/run_integration_test.sh @@ -264,6 +264,7 @@ main() { log INFO "Starting RQD Blender..." RQD_IMAGE=opencue/blender docker compose up --force-recreate rqd + log INFO "Waiting RQD Blender startup..." wait_for_service_state "rqd" "running" $docker_timeout log INFO "Testing Blender job..."