Skip to content

Commit

Permalink
Update ConfigMap for video recorder SeleniumHQ#2007
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Nov 14, 2023
1 parent cffc903 commit caedddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/selenium-grid/templates/video-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ data:
then
upload_destination=${UPLOAD_DESTINATION_PREFIX}${video_file_name}
echo "Uploading video to $upload_destination"
echo $video_file $upload_destination > /videos/uploadpipe &
echo $video_file $upload_destination > /videos/uploadpipe
fi
recording_started="false"
elif [[ $recording_started = "true" ]]
Expand Down
2 changes: 2 additions & 0 deletions charts/selenium-grid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,10 @@ videoRecorder:
do
if [ "$FILE" = "exit" ]
then
echo "$FILE"
break
else
echo "Uploading $FILE to $DESTINATION"
aws s3 cp --no-progress $FILE $DESTINATION
fi
done
Expand Down

0 comments on commit caedddd

Please sign in to comment.