Skip to content

Commit bef4ec2

Browse files
Increase quota for dpctl and dpnp to 1Gb each
1 parent 3983afa commit bef4ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cleanup-old-packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
QUOTAS = {
2020
# lets try keeping at least 1Gb free. Total quota is 3Gb
21-
"dppy/dpctl": (512 + 128) * 1024 * 1024,
22-
"dppy/dpnp": (512 - 128) * 1024 * 1024,
21+
"dppy/dpctl": 1024 * 1024 * 1024,
22+
"dppy/dpnp": 1024 * 1024 * 1024,
2323
"dppy/numba-dpex": 256 * 1024 * 1024,
2424
"dppy/numba-mlir": 512 * 1024 * 1024,
2525
"dppy/dpbench": 128 * 1024 * 1024,

0 commit comments

Comments
 (0)