Skip to content

Commit 401dd04

Browse files
authored
airbyte-ci: run internal package tests on external repos (#38646)
1 parent b68704f commit 401dd04

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

airbyte-ci/connectors/pipelines/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
748748

749749
| Version | PR | Description |
750750
| ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
751+
| 4.15.4 | [#TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Make airbyte-ci able to test external repos. |
751752
| 4.15.3 | [#38645](https://github.com/airbytehq/airbyte/pull/38645) | Fix typo preventing correct secret mounting on Python connectors integration tests. |
752753
| 4.15.2 | [#38628](https://github.com/airbytehq/airbyte/pull/38628) | Introduce ConnectorTestContext to avoid trying fetching connector secret in the PublishContext. |
753754
| 4.15.1 | [#38615](https://github.com/airbytehq/airbyte/pull/38615) | Do not eagerly fetch connector secrets. |

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/test/commands.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async def find_modified_internal_packages(pipeline_context: ClickPipelineContext
3535
pipeline_context.params["diffed_branch"],
3636
pipeline_context.params["is_local"],
3737
pipeline_context.params["ci_context"],
38+
git_repo_url=pipeline_context.params["git_repo_url"],
3839
)
3940
)
4041
modified_packages = set()

airbyte-ci/connectors/pipelines/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pipelines"
7-
version = "4.15.3"
7+
version = "4.15.4"
88
description = "Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
99
authors = ["Airbyte <[email protected]>"]
1010

0 commit comments

Comments
 (0)