Skip to content

Commit

Permalink
fix: give perf tests more resources (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox authored Feb 19, 2024
1 parent 7a07780 commit dfc7824
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hermetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
-
name: Test ${{ matrix.networks }}
run: |
set -euxo pipefail
export BUILD_TAG=${{ needs.generate-matrix.outputs.build_tag }}
export TEST_NETWORK=./networks/${{ matrix.networks }}.yaml
chmod +x ./bin/hermetic-driver
Expand Down
7 changes: 6 additions & 1 deletion networks/basic-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ spec:
replicas: 2
ceramic:
- ipfs:
rust: { env: { CERAMIC_ONE_RECON: "true" } }
rust:
env:
CERAMIC_ONE_RECON: "true"
resourceLimits:
cpu: "4"
memory: "1Gi"
# Use Kubo with CAS because it still needs pubsub
cas:
ipfs:
Expand Down

0 comments on commit dfc7824

Please sign in to comment.