From f318eb728c649e81f90c40c5a96f786c92b33521 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 30 2019 19:20:44 +0000 Subject: size-check: bump Games spin max size to 16GB (#11) Also update the comment links to point to 32. Signed-off-by: Adam Williamson --- diff --git a/relval/size_check.py b/relval/size_check.py index 8624e26..0e76b8b 100644 --- a/relval/size_check.py +++ b/relval/size_check.py @@ -26,8 +26,8 @@ import fedfind.helpers import fedfind.release # https://fedoraproject.org/wiki/QA:Testcase_Mediakit_ISO_Size -# https://fedoraproject.org/wiki/Releases/31/Spins -# https://fedoraproject.org/wiki/Releases/31/ReleaseBlocking +# https://fedoraproject.org/wiki/Releases/32/Spins +# https://fedoraproject.org/wiki/Releases/32/ReleaseBlocking MAXSIZES = { 'netinst': 734003200, 'boot': 734003200, @@ -46,7 +46,7 @@ MAXSIZES = { 'astronomy_kde_live': 4000000000, 'cinnamon_live': 2600000000, 'jam_kde_live': 4000000000, - 'games_live': 4000000000, + 'games_live': 16000000000, 'python_classroom_live': 2000000000, 'robotics_live': 4000000000, 'scientific_kde_live': 3300000000,