We have been facing the following issue while applying action-commit-to-branch recently:
io.containerd.runc.v2: failed to adjust OOM score for shim: set shim OOM score: write /proc/244/oom_score_adj: invalid argument
After some brief investigation, we have seen some recently problems related to Docker Dind version 20. It may help to take a look into the related similar problems Links.
** Github Action Code:**
- name: Push fmt changes to PR branch
if: steps.fmt.outputs.stdout != ''
uses: Automattic/action-commit-to-branch@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: ${{ github.head_ref }}
commit_message: 'Apply fmt changes'
Full Github Action Logs:
If necessary I can provide Full Github Action Log Files.
Related similar problems
containerd/containerd#4837
https://discourse.drone.io/t/docker-build-failures-from-oom-score-adjustments/8492/2
We have been facing the following issue while applying action-commit-to-branch recently:
io.containerd.runc.v2: failed to adjust OOM score for shim: set shim OOM score: write /proc/244/oom_score_adj: invalid argumentAfter some brief investigation, we have seen some recently problems related to Docker Dind version 20. It may help to take a look into the related similar problems Links.
** Github Action Code:**
Full Github Action Logs:
If necessary I can provide Full Github Action Log Files.
Related similar problems
containerd/containerd#4837
https://discourse.drone.io/t/docker-build-failures-from-oom-score-adjustments/8492/2