Skip to content

[Core] Increase the instance type when scaling up llumlet #519

[Core] Increase the instance type when scaling up llumlet

[Core] Increase the instance type when scaling up llumlet #519

Workflow file for this run

name: pylint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
cancel_previous_workflows:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: styfle/[email protected]
with:
all_but_latest: true
pylint_test:
needs: cancel_previous_workflows
runs-on: [self-hosted]
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Analysing the code with pylint
run: |
nvidia-docker run --rm -t --net host --ipc host \
-v ${PWD}:/workspace \
-w /workspace \
registry.cn-beijing.aliyuncs.com/llumnix/llumnix-dev:20240909_action_678a439 \
bash -c "pip install -e . > /dev/null && make lint"