diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 014fa24566..c96650f89f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: run: | pycodestyle kernelci pycodestyle kci_* - pycodestyle scripts/*.py + pycodestyle scripts/* - name: Run YAML config validation run: | diff --git a/scripts/lava-v2-callback.py b/scripts/kci-bisect-lava-v2-callback similarity index 100% rename from scripts/lava-v2-callback.py rename to scripts/kci-bisect-lava-v2-callback diff --git a/scripts/push-bisection-results.py b/scripts/kci-bisect-push-results similarity index 100% rename from scripts/push-bisection-results.py rename to scripts/kci-bisect-push-results diff --git a/setup.py b/setup.py index 2d6db07a52..a8cf834059 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,8 @@ def _list_files(path, match): 'kci_rootfs', 'kci_data', 'kci_bisect', + 'scripts/kci-bisect-lava-v2-callback', + 'scripts/kci-bisect-push-results', ], long_description=open('README.md', 'rb').read().decode('utf8'), long_description_content_type='text/markdown',