Skip to content

Commit

Permalink
connectors-ci: increase connectors package install max duration (#28858)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jul 31, 2023
1 parent b5447dd commit a339622
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions airbyte-ci/connectors/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,10 @@ This command runs tests for the metadata service orchestrator.
`airbyte-ci metadata test orchestrator`

## Changelog
| Version | PR | Description |
| ------- | --- | ------------------------------------------------------------------------------------------ |
| 0.1.0 | | Alpha version not in production yet. All the commands described in this doc are available. |
| Version | PR | Description |
| ------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| 0.1.1 | [#28858](https://github.com/airbytehq/airbyte/pull/28858) | Increase the max duration of Connector Package install to 20mn. |
| 0.1.0 | | Alpha version not in production yet. All the commands described in this doc are available. |

## More info
This project is owned by the Connectors Operations team.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ConnectorPackageInstall(Step):
"""A step to install the Python connector package in a container."""

title = "Connector package install"
max_duration = timedelta(minutes=10)
max_duration = timedelta(minutes=20)
max_retries = 3

async def _run(self) -> StepResult:
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 = "0.1.0"
version = "0.1.1"
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 a339622

Please sign in to comment.