Skip to content

Make Cgroups default for all resource types and apply hard mem policy and set 2GB as default reserved memory #26

Make Cgroups default for all resource types and apply hard mem policy and set 2GB as default reserved memory

Make Cgroups default for all resource types and apply hard mem policy and set 2GB as default reserved memory #26

Workflow file for this run

name: Check Conflicts
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
check_conflicts:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pandas==2.2.2 PyYAML==6.0.1
- name: Run check_conflicts.py
run: python check_conflicts.py