Skip to content

Commit

Permalink
Add force recreate flag to Blender RQD container
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Aug 23, 2024
1 parent 54d2245 commit 7529e81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,9 @@ main() {

run_job


log INFO "Starting RQD Blender..."
RQD_IMAGE=opencue/blender docker compose up blender
wait_for_service_state "blender" "running" $docker_timeout
RQD_IMAGE=opencue/blender docker compose up --force-recreate rqd
wait_for_service_state "rqd" "running" $docker_timeout

log INFO "Testing Blender job..."
run_blender_job
Expand Down

0 comments on commit 7529e81

Please sign in to comment.