We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4731e5 commit 72d8a7cCopy full SHA for 72d8a7c
.github/workflows/self_hosted_e2e.yaml
@@ -43,7 +43,7 @@ jobs:
43
DAPR_RUNTIME_LATEST_STABLE_VERSION: ""
44
DAPR_DASHBOARD_LATEST_STABLE_VERSION: ""
45
GOLANG_PROTOBUF_REGISTRATION_CONFLICT: warn
46
- PODMAN_VERSION: 5.4.0
+ PODMAN_VERSION: 5.5.2
47
strategy:
48
# TODO: Remove this when our E2E tests are stable for podman on MacOS.
49
fail-fast: false # Keep running if one leg fails.
@@ -90,7 +90,7 @@ jobs:
90
91
# Start podman machine
92
sudo podman-mac-helper install
93
- podman machine init -v $HOME:$HOME --memory 16384 --cpus 12
+ podman machine init -v $HOME:$HOME --memory 3072 --cpus 12
94
podman machine start --log-level debug
95
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
96
podman info
0 commit comments