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

ci: Increase Weaviate's disk usage + print docker logs #3026

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

bogdankostic
Copy link
Contributor

@bogdankostic bogdankostic commented Aug 11, 2022

Related Issues

Proposed Changes:

This PR increases the disk limit for Weaviate in the CI from the default 90% to 95%. Furthermore, it adds the gh-docker-logs action which will provide the Docker logs in cases where the CI fails.

@bogdankostic bogdankostic added the ignore-for-release-notes PRs with this flag won't be included in the release notes. label Aug 11, 2022
@bogdankostic bogdankostic changed the title Increase Weaviate's disk usage + print docker logs ci: Increase Weaviate's disk usage + print docker logs Aug 11, 2022
@bogdankostic bogdankostic marked this pull request as ready for review August 11, 2022 15:25
@bogdankostic bogdankostic requested a review from a team as a code owner August 11, 2022 15:25
@bogdankostic bogdankostic requested a review from masci August 11, 2022 15:27
@@ -391,6 +395,10 @@ jobs:
run: |
pytest ${{ env.PYTEST_PARAMS }} -m "not integration" test/document_stores/ --document_store_type=milvus

- name: Dump docker logs on failure
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

@@ -244,6 +244,10 @@ jobs:
run: |
pytest ${{ env.PYTEST_PARAMS }} -m "elasticsearch and not integration" test/document_stores/ --document_store_type=elasticsearch

- name: Dump docker logs on failure
Copy link
Contributor

Choose a reason for hiding this comment

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

is this related to weaviate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not directly related to Weaviate, but to the docker containers in the CI. This will allow us to inspect the docker logs if the CI fails.

Copy link
Contributor

@masci masci left a comment

Choose a reason for hiding this comment

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

🤞 5% more will suffice, let's ship it!

@bogdankostic bogdankostic merged commit 81a5949 into master Aug 11, 2022
@bogdankostic bogdankostic deleted the increase_weaviate_disk_use branch August 11, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes PRs with this flag won't be included in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_retriever.py::test_dpr_embedding for Weaviate is flaky
2 participants