Skip to content

Commit

Permalink
Remove unused molecule lambda (#4246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Dec 2, 2024
1 parent 4dab290 commit d7a882c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 255 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/lambdas/molecule"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/catalog"
schedule:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-lambdas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
strategy:
matrix:
path:
- molecule
- thumbnail
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
path:
- access_counts
- indexer
- molecule
- pkgevents
- pkgpush
- preview
Expand Down
1 change: 0 additions & 1 deletion lambdas/molecule/.python-version

This file was deleted.

43 changes: 0 additions & 43 deletions lambdas/molecule/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions lambdas/molecule/requirements.txt

This file was deleted.

11 changes: 0 additions & 11 deletions lambdas/molecule/setup.py

This file was deleted.

82 changes: 0 additions & 82 deletions lambdas/molecule/src/t4_lambda_molecule/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions lambdas/molecule/test-requirements.txt

This file was deleted.

Empty file removed lambdas/molecule/tests/__init__.py
Empty file.
77 changes: 0 additions & 77 deletions lambdas/molecule/tests/test_molecule.py

This file was deleted.

0 comments on commit d7a882c

Please sign in to comment.