Skip to content

Commit

Permalink
airbyte-ci: run internal package tests on external repos (#38646)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored May 24, 2024
1 parent b68704f commit 401dd04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions airbyte-ci/connectors/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:

| Version | PR | Description |
| ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 4.15.4 | [#TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Make airbyte-ci able to test external repos. |
| 4.15.3 | [#38645](https://github.com/airbytehq/airbyte/pull/38645) | Fix typo preventing correct secret mounting on Python connectors integration tests. |
| 4.15.2 | [#38628](https://github.com/airbytehq/airbyte/pull/38628) | Introduce ConnectorTestContext to avoid trying fetching connector secret in the PublishContext. |
| 4.15.1 | [#38615](https://github.com/airbytehq/airbyte/pull/38615) | Do not eagerly fetch connector secrets. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async def find_modified_internal_packages(pipeline_context: ClickPipelineContext
pipeline_context.params["diffed_branch"],
pipeline_context.params["is_local"],
pipeline_context.params["ci_context"],
git_repo_url=pipeline_context.params["git_repo_url"],
)
)
modified_packages = set()
Expand Down
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/pipelines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pipelines"
version = "4.15.3"
version = "4.15.4"
description = "Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
authors = ["Airbyte <contact@airbyte.io>"]

Expand Down

0 comments on commit 401dd04

Please sign in to comment.