Skip to content

DAOS-15002 test: use default pool svc for rebuild tests #18347

DAOS-15002 test: use default pool svc for rebuild tests

DAOS-15002 test: use default pool svc for rebuild tests #18347

Workflow file for this run

name: Pylint
# Always run on Pull Requests as then this check can be marked as required. It takes less than
# two minutes to run and we can probably decrease this over time.
on:
pull_request:
jobs:
pylint:
name: Pylint check
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install core python packages
run: python3 -m pip install --requirement requirements.txt
- name: Install extra python packages
run: python3 -m pip install --requirement utils/cq/requirements.txt
- name: Install enchant
run: sudo apt-get update && sudo apt-get -y install python3-enchant
- name: Show versions
run: ./utils/cq/daos_pylint.py --version
- name: Run pylint check.
run: ./utils/cq/daos_pylint.py --git --output-format github