Skip to content

Commit

Permalink
[CI] Limit CPU/memory usage on Linux containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Aug 10, 2024
1 parent 43be4f6 commit 96305c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Lint_task:
container:
cpu: 1
memory: 512Mi
image: python:3.12-slim
install_script:
- pip install -U --upgrade-strategy eager pip 'setuptools>61'
Expand All @@ -13,6 +15,8 @@ Lint_task:
Zipapp_bootstrap_task:
alias: Zipapp bootstraps
container:
cpu: 1
memory: 512Mi
matrix:
image: python:3.10-slim
image: python:3.11-slim
Expand Down Expand Up @@ -47,6 +51,8 @@ Zipapp_bootstrap_task:
Linux_task:
alias: Linux tests
container:
cpu: 1
memory: 512Mi
matrix:
- image: python:3.10-slim
- image: python:3.11-slim
Expand Down

0 comments on commit 96305c3

Please sign in to comment.