Skip to content

Commit 34472c9

Browse files
authored
fix: pylint TICS failure issues (#578)
* fix: pylint TICS failure issues * Revert "fix: pylint TICS failure issues" This reverts commit 812ade0. * fix: add python path from echo step * debug: echo pythonpath * Python path debug * check pylint path * use usr/bin as python path * fix: set pythonpath frrom github env * fix: missing $ * echo GH env pythonpath * do not install pylint * remove env * do not include pythonpath * Revert "check pylint path" This reverts commit 6e171ff. * fix: tix pythonpath issue * test: latest discourse gatekeeper workflow * trigger CI * trigger CI * docs: remove deleted docs ref * revert test back to main branch
1 parent 954f18a commit 34472c9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tics.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ jobs:
1111
- name: Run Unit Tests (manager app)
1212
run: |
1313
cd github-runner-manager
14-
pip install tox pylint flake8 -r ./requirements.txt
14+
pip install tox flake8 -r ./requirements.txt
1515
tox -e unit,coverage-report
1616
rm -rf .tox
1717
- name: Run Unit Tests
1818
run: |
19-
pip install tox pylint flake8 -r ./requirements.txt -r ./github-runner-manager/requirements.txt
19+
pip install tox flake8 -r ./requirements.txt -r ./github-runner-manager/requirements.txt
2020
tox -e unit,coverage-report
2121
rm -rf .tox
2222
- name: TICS GitHub Action
2323
uses: tiobe/tics-github-action@v3
24-
env:
25-
PYTHONPATH: "/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/src:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/lib:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/github-runner-manager/src/github_runner_manager:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/github-runner-manager/src"
2624
with:
2725
mode: qserver
2826
project: github-runner-operator

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Thinking about using the GitHub runner charm for your next project? [Get in touc
8888
1. [Set base image](local-lxd/how-to/set-base-image.md)
8989
1. [Reference](local-lxd/reference)
9090
1. [Actions](local-lxd/reference/actions.md)
91-
1. [ARM64](local-lxd/reference/arm64.md)
9291
1. [Configurations](local-lxd/reference/configurations.md)
9392
1. [COS Integration](local-lxd/reference/cos.md)
9493
1. [GitHub runner cryptographic overview](local-lxd/reference/cryptographic-overview.md)

0 commit comments

Comments
 (0)