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

Merge dnplas-fix-ci into main #191

Merged
merged 6 commits into from
Aug 8, 2023
Merged

Merge dnplas-fix-ci into main #191

merged 6 commits into from
Aug 8, 2023

Conversation

DnPlas
Copy link
Contributor

@DnPlas DnPlas commented Aug 4, 2023

Merge a collection of chores and fixes from dnplas-dev-fix-ci into main. All commits in this PR have been already reviewed, in their respective PRs.

Changes:

Fixes #185 in main
Partially fixes #189 (the test executions are still flaky, see this comment for more reference)

…rent machines (#187)

* ci: run integration tests in different machines to avoid deploying seldon twice

Building and deploying seldon twice in a row may lead to errors while executing test cases from two different
test files. This change ensures each individual test file runs on its own environment.

Part of #185

* ci: increase storage of GH runners for integration testing

Increasing the storage of the GH runners will avoid potential issues when running integration
tests that deploy SeldonDeployments that require a significant amount of them.

Part of #185
* tests: remove SeldonDeployments even if the test case fails

Using a "remove" fixture we can guarantee that the SeldonDeployment
under test is actually removed from the testing environment before
proceeding with the test execution. This change prevents potential
conflicts when the SeldonDeployment has the same name as a previously
deployed one and keeps the testing environment clean before continuing.

This commit also moves some of the environment preparations to pytest
fixtures to keep the test cases tidy and the test file reusable.

Part of #189
…city retries (#190)

Increasing the retries and starting time of tenacity retries will ensure the SeldonDeployments
can be active and ready to be tested in environments with resources limitations.
* ci, build: update CI, libraries, python dependencies, and format

This commit updates the CI with standard CI configuration (juju, actions, deps) that is shared across multiple repositories. All python dependencies are also updated to their latest working versions. This PR also includes library updates. Finally, some formatting was applied on non-compliant files (copyright, style).
@DnPlas DnPlas requested a review from a team as a code owner August 4, 2023 14:11
@DnPlas DnPlas enabled auto-merge August 8, 2023 12:17
@DnPlas DnPlas merged commit 800b033 into main Aug 8, 2023
8 checks passed
@DnPlas DnPlas deleted the dnplas-fix-ci branch August 8, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants