Skip to content
New issue

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

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

Already on GitHub? # to your account

add k8s integration test harness #17385

Merged
merged 11 commits into from
Mar 5, 2025
Merged

add k8s integration test harness #17385

merged 11 commits into from
Mar 5, 2025

Conversation

zzstoatzz
Copy link
Collaborator

@zzstoatzz zzstoatzz commented Mar 5, 2025

new k8s integration_tests package

» tree --gitignore src/integrations/prefect-kubernetes/integration_tests
src/integrations/prefect-kubernetes/integration_tests
├── README.md
├── pyproject.toml
└── src
    └── prefect_kubernetes_integration_tests
        ├── __init__.py
        ├── scenarios
        │   ├── __pycache__
        │   ├── base.py
        │   ├── eviction.py
        │   └── run.py
        └── utils
            ├── display.py
            ├── k8s.py
            └── prefect_core.py

see new CI job: https://github.com/PrefectHQ/prefect/actions/runs/13684789569/job/38265556186?pr=17385

@zzstoatzz zzstoatzz force-pushed the k8s-evict-pod branch 2 times, most recently from b7f0c5d to 64f03a0 Compare March 5, 2025 18:42
@zzstoatzz zzstoatzz changed the title [wip] add k8s integration test harness add k8s integration test harness Mar 5, 2025
@zzstoatzz zzstoatzz added integrations Related to integrations with other services development Tech debt, refactors, CI, tests, and other related work. labels Mar 5, 2025
@zzstoatzz zzstoatzz marked this pull request as ready for review March 5, 2025 20:27
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.

This is great!

@zzstoatzz zzstoatzz merged commit c26024f into main Mar 5, 2025
19 checks passed
@zzstoatzz zzstoatzz deleted the k8s-evict-pod branch March 5, 2025 23:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
development Tech debt, refactors, CI, tests, and other related work. integrations Related to integrations with other services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants