File tree Expand file tree Collapse file tree 1 file changed +41
-40
lines changed
Expand file tree Collapse file tree 1 file changed +41
-40
lines changed Original file line number Diff line number Diff line change 1- name : Conftest
1+ # Disabling until I can get conftest working again
2+ # name: Conftest
23
3- on :
4- push :
5- branches : [ main ]
6- paths :
7- - ' _test/**'
8- - ' pelorus-operator/helm-charts/**'
9- - ' .github/workflows/conftest.yml'
10- - ' Makefile'
4+ # on:
5+ # push:
6+ # branches: [ main ]
7+ # paths:
8+ # - '_test/**'
9+ # - 'pelorus-operator/helm-charts/**'
10+ # - '.github/workflows/conftest.yml'
11+ # - 'Makefile'
1112
12- pull_request :
13- branches : [ main ]
14- paths :
15- - ' _test/**'
16- - ' pelorus-operator/helm-charts/**'
17- - ' .github/workflows/conftest.yml'
18- - ' Makefile'
13+ # pull_request:
14+ # branches: [ main ]
15+ # paths:
16+ # - '_test/**'
17+ # - 'pelorus-operator/helm-charts/**'
18+ # - '.github/workflows/conftest.yml'
19+ # - 'Makefile'
1920
20- jobs :
21- conftest :
22- runs-on : ubuntu-latest
23- strategy :
24- fail-fast : false
25- matrix :
26- python-version : ['3.9 ']
27- steps :
28- - name : Checkout
29- uses : actions/checkout@v4
21+ # jobs:
22+ # conftest:
23+ # runs-on: ubuntu-latest
24+ # strategy:
25+ # fail-fast: false
26+ # matrix:
27+ # python-version: ['3.11 ']
28+ # steps:
29+ # - name: Checkout
30+ # uses: actions/checkout@v4
3031
31- - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v4
33- with :
34- python-version : ${{ matrix.python-version }}
35- cache : ' pip'
36- cache-dependency-path : |
37- **/requirements*.txt
38- pyproject.toml
32+ # - name: Set up Python ${{ matrix.python-version }}
33+ # uses: actions/setup-python@v4
34+ # with:
35+ # python-version: ${{ matrix.python-version }}
36+ # cache: 'pip'
37+ # cache-dependency-path: |
38+ # **/requirements*.txt
39+ # pyproject.toml
3940
40- - name : Install dependencies
41- run : |
42- make dev-env
41+ # - name: Install dependencies
42+ # run: |
43+ # make dev-env
4344
44- - name : Run conf-tests
45- run : |
46- make conf-tests
45+ # - name: Run conf-tests
46+ # run: |
47+ # make conf-tests
You can’t perform that action at this time.
0 commit comments