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

Use github service containers instead of docker compose #82

Merged
merged 12 commits into from
Oct 18, 2023

Conversation

nopcoder
Copy link
Contributor

@nopcoder nopcoder commented Oct 15, 2023

  • replace lakectl setup with lakefs installation env vars
  • remove unused repo creation with s3 storage namespace
  • removed docker-compose to spin lakefs service. using container service.
  • use curl user/password instead of format basic auth

@nopcoder nopcoder self-assigned this Oct 15, 2023
@nopcoder nopcoder changed the title Use github services instead of docker compose Use github service containers instead of docker compose Oct 16, 2023
Copy link
Contributor

@arielshaqed arielshaqed left a comment

Choose a reason for hiding this comment

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

Neat, thanks!

Just please make sure there is some way to access lakeFS server logs.

- name: lakeFS logs
if: ${{ always() }}
run: docker-compose -f ops/docker-compose.yaml logs --tail=1000 lakefs
command: docker exec lakefs ls lakefs/data/block/data/symlinks/example-repo/example-branch/path/to/symlink.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this loses the logs? Or does GitHub keep them for the service container?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

GitHub dump the services logs at the end as part of the post processing, ex: https://github.com/treeverse/airflow-provider-lakeFS/actions/runs/6533424810/job/17738585733?pr=82

@nopcoder nopcoder merged commit 3470625 into main Oct 18, 2023
2 checks passed
@nopcoder nopcoder deleted the chore/provider-workflow branch October 18, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants