Skip to content

Commit

Permalink
airbyte-ci: wire the --enable-report-auto-open option to connector …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
alafanechere committed Jan 22, 2025
1 parent 0b6d37d commit 8432632
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 @@ -854,6 +854,7 @@ airbyte-ci connectors --language=low-code migrate-to-manifest-only

| Version | PR | Description |
| ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 4.49.1 | [#52087](https://github.com/airbytehq/airbyte/pull/52087) | Wire the `--enable-report-auto-open` correctly for connector tests |
| 4.49.0 | [#52033](https://github.com/airbytehq/airbyte/pull/52033) | Run gradle as a subprocess and not via Dagger |
| 4.48.9 | [#51609](https://github.com/airbytehq/airbyte/pull/51609) | Fix ownership of shared cache volume for non root connectors |
| 4.48.8 | [#51582](https://github.com/airbytehq/airbyte/pull/51582) | Fix typo in `migrate-to-inline-schemas` command |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ async def test(
run_step_options=run_step_options,
targeted_platforms=[LOCAL_BUILD_PLATFORM],
secret_stores=ctx.obj["secret_stores"],
enable_report_auto_open=ctx.obj.get("enable_report_auto_open", True),
)
for connector in ctx.obj["selected_connectors_with_modified_files"]
]
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.49.0"
version = "4.49.1"
description = "Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
authors = ["Airbyte <[email protected]>"]

Expand Down

0 comments on commit 8432632

Please sign in to comment.