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

community-ci: run CI on internal packages #38565

Merged

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented May 22, 2024

What

This introduces a new job in the community ci workflow to run tests on our internal packages from external contributions.

CI execution remains gated by human approval via Github environments.

Copy link

vercel bot commented May 22, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 22, 2024 4:01pm

Copy link
Contributor Author

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

Join @alafanechere and the rest of your teammates on Graphite Graphite

@@ -46,25 +46,13 @@ jobs:
run-tests:
needs: changes
# We only run the Internal Poetry packages CI job if there are changes to the packages on a non-forked PR
if: needs.changes.outputs.internal_poetry_packages == 'true'
if: needs.changes.outputs.internal_poetry_packages == 'true' && github.event.pull_request.head.repo.fork != true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Both workflow declare a job named Internal Poetry packages CI. This is the name of the required check.
This change is to skip the Internal Poetry packages CI we have on internal PRs so that it does not fail the check.
The Internal Poetry packages CI job from the community_ci workflow will run and emit the right check output.

@alafanechere alafanechere force-pushed the augustin/05-22-community-ci_run_CI_on_internal_packages branch from c65515f to edd2ee6 Compare May 22, 2024 16:00
@alafanechere alafanechere force-pushed the augustin/05-22-community-ci_run_CI_on_internal_packages branch from edd2ee6 to d6c66bb Compare May 22, 2024 16:01
@alafanechere alafanechere requested a review from natikgadzhi May 22, 2024 16:02
@alafanechere alafanechere marked this pull request as ready for review May 22, 2024 16:02
@alafanechere alafanechere requested a review from a team May 22, 2024 16:02
Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

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

Looks awesome, thank you! Let's try this out <3

@alafanechere alafanechere added 1-stream~1-table change the format of the final table and any airbyte required tables and removed 1-stream~1-table change the format of the final table and any airbyte required tables labels May 22, 2024
@alafanechere alafanechere merged commit 29633a4 into master May 22, 2024
29 checks passed
@alafanechere alafanechere deleted the augustin/05-22-community-ci_run_CI_on_internal_packages branch May 22, 2024 16:13
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