You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the connectors-ci pipeline will be able to test and build all our connectors we shall use it to power our nightly builds.
We should be able to have the tests/builds for GA, Beta, and alpha connectors run in the same GHA as we'll benefit from the beefy runner pool the infra team will provide. This runner pool will have docker and pip caches that should make the nightly build faster than today.
The two following workflows should be replaced by a single one calling connectors-ci --is-ci test-connectors (all our connectors will be tested by default with this command).
When the
connectors-ci
pipeline will be able to test and build all our connectors we shall use it to power our nightly builds.We should be able to have the tests/builds for GA, Beta, and alpha connectors run in the same GHA as we'll benefit from the beefy runner pool the infra team will provide. This runner pool will have docker and pip caches that should make the nightly build faster than today.
The two following workflows should be replaced by a single one calling
connectors-ci --is-ci test-connectors
(all our connectors will be tested by default with this command).Inspiration should be taken from this workflow to run
connectors-ci
in GHA:https://github.com/airbytehq/airbyte/blob/master/.github/workflows/connector_integration_tests.yml#L1
The text was updated successfully, but these errors were encountered: