The GitHubSecurityLab/actions-permissions/monitor GitHub Action causes test jobs to randomly fail. This is because when running molecule against ARM64 Docker containers under qemu we're already using a lot of resources; adding the actions proxy pushes us over the edge.
This is why we commented out this action in the test job in commit 9bcc7f8e2b99b4128a6780e7bfbea13e33a1266c of #206.
To reproduce
Steps to reproduce the behavior:
Uncomment the GitHubSecurityLab/actions-permissions/monitor action in the test job.
Observe randomly failures similar to what is seen here.
🐛 Summary
The
GitHubSecurityLab/actions-permissions/monitor
GitHub Action causestest
jobs to randomly fail. This is because when runningmolecule
against ARM64 Docker containers underqemu
we're already using a lot of resources; adding the actions proxy pushes us over the edge.This is why we commented out this action in the
test
job in commit 9bcc7f8e2b99b4128a6780e7bfbea13e33a1266c of #206.To reproduce
Steps to reproduce the behavior:
GitHubSecurityLab/actions-permissions/monitor
action in thetest
job.