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
if: github.event_name == 'workflow_dispatch' # TODO: consider using the matrix strategy (https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs). See https://github.com/airbytehq/airbyte/pull/37659#discussion_r1583380234 for details.
if: github.event_name == 'workflow_dispatch' # TODO: consider using the matrix strategy (https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs). See https://github.com/airbytehq/airbyte/pull/37659#discussion_r1583380234 for details.
help='If "diagnostic" mode is selected, all tests will pass as long as there is no exception; warnings will be logged. In "strict" mode, tests may fail.',
92
93
)
94
+
parser.addoption(
95
+
"--connection-subset",
96
+
choices=[c.valueforcinConnectionSubset],
97
+
default=ConnectionSubset.SANDBOXES.value,
98
+
help="Whether to select from sandbox accounts only.",
| 4.25.0 |[#42044](https://github.com/airbytehq/airbyte/pull/42044)| Live/regression tests: add support for selecting from a subset of connections |
770
771
| 4.24.3 |[#42040](https://github.com/airbytehq/airbyte/pull/42040)| Always send regression test approval status check; skip on auto-merge PRs. |
771
772
| 4.24.2 |[#41676](https://github.com/airbytehq/airbyte/pull/41676)| Send regression test approval status check when skipped. |
772
773
| 4.24.1 |[#41642](https://github.com/airbytehq/airbyte/pull/41642)| Use the AIRBYTE_GITHUB_REPO environment variable to run airbyte-ci in other repos. |
773
774
| 4.24.0 |[#41627](https://github.com/airbytehq/airbyte/pull/41627)| Require manual regression test approval for certified connectors |
774
775
| 4.23.1 |[#41541](https://github.com/airbytehq/airbyte/pull/41541)| Add support for submodule use-case. |
775
-
| 4.23.0 |[#39906](https://github.com/airbytehq/airbyte/pull/39906)| Add manifest only build pipeline |
776
+
| 4.23.0 |[#39906](https://github.com/airbytehq/airbyte/pull/39906)| Add manifest only build pipeline |
776
777
| 4.22.0 |[#41623](https://github.com/airbytehq/airbyte/pull/41623)| Make `airbyte-ci` run on private forks. |
777
778
| 4.21.1 |[#41029](https://github.com/airbytehq/airbyte/pull/41029)|`up-to-date`: mount local docker config to `Syft` to pull private images and benefit from increased DockerHub rate limits. |
778
779
| 4.21.0 |[#40547](https://github.com/airbytehq/airbyte/pull/40547)| Make bump-version accept a `--pr-number` option. |
0 commit comments