Skip to content

Commit 1c8f3e8

Browse files
committed
ci: increase minikube resources
now that we are explicitly requesting resources, pods will not get scheduled unless the cluster has enough resources to satisfy the initial request. this was causing our current tests to fail, so bump minikubes resources. the tests will be scaled down in the next commits
1 parent b37dc83 commit 1c8f3e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- uses: azure/[email protected]
6060
- uses: medyagh/setup-minikube@master
6161
with:
62+
cpus: max
63+
memory: 10000m
6264
mount-path: ${{ github.workspace }}:/mnt/src
6365
- uses: actions/download-artifact@v4
6466
with:

0 commit comments

Comments
 (0)