Skip to content

Commit

Permalink
Update .dive-ci.yml
Browse files Browse the repository at this point in the history
change wasted bytes absolute threshold
  • Loading branch information
stebo85 committed Oct 12, 2023
1 parent bb0e302 commit e80153b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/.dive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ rules:

# If the amount of wasted space is at least X or larger than X, mark as failed.
# Expressed in B, KB, MB, and GB.
highestWastedBytes: 3MB
highestWastedBytes: 2000MB

# If the amount of wasted space makes up for X% or more of the image, mark as failed.
# Note: the base image layer is NOT included in the total image size.
# Expressed as a ratio between 0-1; fails if the threshold is met or crossed.
highestUserWastedPercent: 0.3
highestUserWastedPercent: 0.3

0 comments on commit e80153b

Please sign in to comment.