Skip to content

Commit 28327ef

Browse files
committed
fix: update quotas
1 parent 32b6712 commit 28327ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/toolforge-check-lag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
3535
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
3636
if (( $? != 0 )); then
37-
become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
37+
become ${{ matrix.tool }} webservice python3.11 restart --cpu 1 --mem 3Gi
3838
fi

.github/workflows/toolforge-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
script: |
3232
set -xe
3333
become ${{ matrix.tool }} git -C ./www/python/src pull origin master
34-
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
35-
become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
36-
become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
37-
become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
34+
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
35+
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
36+
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
37+
become ${{ matrix.tool }} webservice python3.11 restart --cpu 1 --mem 3Gi
3838
become ${{ matrix.tool }} webservice python3.11 status
3939
become ${{ matrix.tool }} ./www/python/src/restart_celery.sh

0 commit comments

Comments
 (0)