Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh examples and cleanup make targets #1216

Merged
merged 5 commits into from
Sep 30, 2024
Merged

Conversation

elliotgunton
Copy link
Collaborator

Pull Request Checklist

Description of PR
New examples were added for Argo Workflows 3.6, but we don't yet support the fields (until 3.6 official release, then #1215 will address this) - for now rename the synchronization examples (add legacy suffix).

This PR also tidies up the make targets to avoid running unrelated code (regenerate-test-data) and separate out lint checks from the main test target for faster iteration speed (added test-lint to ci).

@elliotgunton elliotgunton added semver:patch A change requiring a patch version bump type:documentation A documentation update labels Sep 30, 2024
@elliotgunton elliotgunton marked this pull request as ready for review September 30, 2024 09:55
Signed-off-by: Elliot Gunton <[email protected]>
* Separate out test-lint target for faster local testing
* Add test target for regenerate-test-data

Signed-off-by: Elliot Gunton <[email protected]>
Signed-off-by: Elliot Gunton <[email protected]>
Makefile Outdated
@@ -19,7 +19,7 @@ install-3.9: ## Install and use Python 3.9 for generating test data
.PHONY: ci
ci: ## Run all the CI checks
ci: CI=1
ci: lint test check-codegen
ci: lint test test-lint check-codegen
Copy link
Collaborator

@alicederyn alicederyn Sep 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Maybe test-annotations though? Or test-type-hints?

Signed-off-by: Elliot Gunton <[email protected]>
@elliotgunton elliotgunton enabled auto-merge (squash) September 30, 2024 13:57
@elliotgunton elliotgunton merged commit 8166d8b into main Sep 30, 2024
20 checks passed
@elliotgunton elliotgunton deleted the refresh-examples branch September 30, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants