Skip to content

Commit

Permalink
fix: remove experimental spread init templates (#2118)
Browse files Browse the repository at this point in the history
The init command will not create spread templates. This was an
experimental feature not intended for general consumption, and
will be replaced by proper testing support implemented in
craft-application.

Existing spread files created from the templates won't be affected
and will remain working.

---------

Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
  • Loading branch information
cmatsuoka authored Jan 27, 2025
1 parent 3ed2982 commit 73ed726
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 941 deletions.
7 changes: 0 additions & 7 deletions charmcraft/application/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,8 @@
├── tests
│ ├── integration
│ │ └── test_charm.py - Integration tests
│ ├── spread
│ │ ├── lib
│ │ │ └── test-helpers.sh
│ │ └── general
│ │ └── integration
│ │ └── task.yaml - Run integration tests in spread back-end
│ └── unit
│ └── test_charm.py - Unit tests
├── spread.yaml - Spread testing configuration file
└── tox.ini - Configuration for tox, the tool to run all tests
You will need to edit at least charmcraft.yaml and README.md.
Expand Down
158 changes: 0 additions & 158 deletions charmcraft/templates/init-kubernetes/spread.yaml.j2

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 73ed726

Please sign in to comment.