Drop basic
/org
workflows, standardize on enhanced
#69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Drop
org
workflowsWe decided we want to migrate away from the centralized (reusable) workflows in https://github.com/salt-extensions/central-artifacts for several reasons:
enhanced
workflows is duplicate work. The centralized ones were intended to ensure automatically updating CI, but this is achieved via Copier as well.saltext-vault
relying on thevault
CLI to be available for testing. We cannot account for each requirement the way it's dealt with right now. Extension maintainers might also want to modify their CI in some way, which only works with workflows inside their repository.Drop
basic
workflowsThe
basic
workflows are a relict from the deprecatedcreate-salt-extension
tool. Let's drop them as well, they are strictly inferior to the enhanced ones.Enforce supported Salt/Python versions only
Since the test matrices are autogenerated by the template, we additionally need to ensure the inputs (
salt_version
,max_salt_version
,python_requires
) are updated automatically when Salt releases are released or EOL'd.Note: The version logic might need to be updated in the future since 3007 could be EOL'd before 3006 is.