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

remove sync_compatible from git_clone #16340

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

zzstoatzz
Copy link
Collaborator

@zzstoatzz zzstoatzz commented Dec 11, 2024

related to #15008 and #16292

@zzstoatzz zzstoatzz force-pushed the remove-sync-compat-git-clone branch from b4fe05a to d5fc978 Compare December 11, 2024 16:12
Copy link

codspeed-hq bot commented Dec 11, 2024

CodSpeed Performance Report

Merging #16340 will not alter performance

Comparing remove-sync-compat-git-clone (49299e1) with main (e69b87c)

Summary

✅ 3 untouched benchmarks

@github-actions github-actions bot added the enhancement An improvement of an existing feature label Dec 11, 2024
@zzstoatzz zzstoatzz force-pushed the remove-sync-compat-git-clone branch from 371ddf8 to 6ce6969 Compare December 11, 2024 16:37
@zzstoatzz zzstoatzz marked this pull request as ready for review December 11, 2024 17:08
@zzstoatzz zzstoatzz added development Tech debt, refactors, CI, tests, and other related work. and removed enhancement An improvement of an existing feature labels Dec 11, 2024
@github-actions github-actions bot added the enhancement An improvement of an existing feature label Dec 11, 2024
Comment on lines 521 to 527
result = await run_step(
{
"prefect.deployments.steps.git_clone": {
"repository": "https://github.com/org/repo.git"
}
}
)
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a test that runs agit_clone via this syntax? Just want to make sure that async-only steps work as expected.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added in 49299e1

@zzstoatzz zzstoatzz requested a review from desertaxle December 11, 2024 19:48
@zzstoatzz zzstoatzz removed the enhancement An improvement of an existing feature label Dec 11, 2024
@zzstoatzz zzstoatzz self-assigned this Dec 11, 2024
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

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

LGTM!

@zzstoatzz zzstoatzz merged commit 0e562b8 into main Dec 11, 2024
40 checks passed
@zzstoatzz zzstoatzz deleted the remove-sync-compat-git-clone branch December 11, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants