Skip to content

Commit

Permalink
Restricted camera quality test to 22.04 (Bugfix) (canonical#862)
Browse files Browse the repository at this point in the history
Restricted camera quality test to 22.04
  • Loading branch information
fernando79513 authored and binli committed Mar 22, 2024
1 parent b047d23 commit 41b9bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/camera/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ flags: also-after-suspend
_summary: Webcam brisque score for {{ product_slug }}
estimated_duration: 20s
depends: camera/detect
requires: lsb.release >= '22.04'
requires: lsb.release == '22.04'
command:
timeout 120 camera_quality_test.py -d {{ name }} ||
timeout 120 camera_quality_test.py -d {{ name }} ||
(>&2 echo "Timeout computing score"; false)
_description:
Takes a picture and computes the quality based on a No-Reference image
Expand Down

0 comments on commit 41b9bc3

Please sign in to comment.