Skip to content

Commit 3983afa

Browse files
Merge pull request #2 from antonwolfy/patch-1
Bump dpctl quota on dppy channel
2 parents f730638 + 3643310 commit 3983afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cleanup-old-packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

0 commit comments

Comments
 (0)