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

airbyte-ci: correct mounted volumes ownership #51582

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented Jan 16, 2025

This pull request includes several changes to improve the handling of Docker environments and permissions in the Airbyte CI pipelines. The most important changes include making functions asynchronous, ensuring proper permissions for the /tmp directory, and adding logging for storage driver selection.

Improvements to Docker environment handling:

Permissions and logging improvements:

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 8:46pm

Copy link
Contributor Author

alafanechere commented Jan 16, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from a2a0c17 to 63313ab Compare January 16, 2025 16:06
@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from 63313ab to 846b12f Compare January 16, 2025 16:18
@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from 846b12f to a0c9414 Compare January 17, 2025 12:03
@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from 3580a7a to 86aca90 Compare January 17, 2025 14:57
@alafanechere alafanechere changed the title airbyte-ci: mount /tmp with the current user as owner airbyte-ci: correct mounted volumes ownership Jan 17, 2025
@alafanechere alafanechere marked this pull request as ready for review January 17, 2025 17:26
@alafanechere alafanechere requested a review from a team as a code owner January 17, 2025 17:26
@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch 2 times, most recently from a1a3906 to dc96eaa Compare January 17, 2025 17:35
@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from dc96eaa to 4660e5a Compare January 17, 2025 18:29
Comment on lines +94 to +95
# Make sure the user has access to /tmp
customized_connector = customized_connector.with_exec(["chown", "-R", f"{user}:{user}", "/tmp"])
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏻

Comment on lines 857 to 858
| 4.48.9 | [#51609](https://github.com/airbytehq/airbyte/pull/51609) | Fix typo in `migrate-to-inline-schemas` command |
| 4.48.8 | [#51582](https://github.com/airbytehq/airbyte/pull/51582) | Fix ownership of shared cache volume for non root connectors |
Copy link
Contributor

Choose a reason for hiding this comment

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

Aren't your changes 4.48.9? These logs seem to be in reverse order.

Copy link
Contributor

@aldogonzalez8 aldogonzalez8 left a comment

Choose a reason for hiding this comment

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

These changes make sense to me, I just left a nit comment for the documentation police 👮🏻‍♂️

@alafanechere alafanechere force-pushed the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch from 4660e5a to 518aeed Compare January 17, 2025 20:39
@alafanechere alafanechere enabled auto-merge (squash) January 17, 2025 20:39
@alafanechere alafanechere merged commit 49d28f0 into master Jan 17, 2025
29 checks passed
@alafanechere alafanechere deleted the augustin/01-16-airbyte-ci_mount_/tmp_with_the_current_user_as_owner branch January 17, 2025 21:02
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