Skip to content

Commit

Permalink
Adjust parameters for running qrank-builder in production
Browse files Browse the repository at this point in the history
  • Loading branch information
brawer committed May 8, 2024
1 parent a31b203 commit 528504d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prod/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-FileCopyrightText: 2024 Sascha Brawer <sascha@brawer.ch>
# SPDX-License-Identifier: MIT
#
# To deploy fresh binaries, ssh to bastion.toolforge.org and run this script.
# To deploy fresh binaries, ssh to bastion.toolforge.org, become qrank,
# and run this script.
#
# TODO: We should completely automate our release process. Unfortunately,
# Wikimedia Toolforge does not support this yet.
Expand All @@ -16,9 +17,9 @@ toolforge jobs delete qrank-builder
toolforge \
jobs run \
--schedule "@daily" \
--command "./bin/qrank-builder -storage-key=keys/storage-key-2" \
--command qrank-builder \
--image tool-qrank/tool-qrank:latest \
--mount all \
--cpu 3 \
--mem 2Gi \
--mem 3Gi \
qrank-builder

0 comments on commit 528504d

Please sign in to comment.