Skip to content

Commit 8cc9106

Browse files
authored
fix: remove invalid steps from airbyte-ci test options (#38246)
1 parent 100b3ac commit 8cc9106

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

airbyte-ci/connectors/pipelines/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
744744
## Changelog
745745

746746
| Version | PR | Description |
747-
| ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
747+
|---------|------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
748+
| 4.13.2 | [#38246](https://github.com/airbytehq/airbyte/pull/38246) | Remove invalid connector test step options. |
748749
| 4.13.1 | [#38020](https://github.com/airbytehq/airbyte/pull/38020) | Add `auto_merge` as an internal package to test. |
749750
| 4.13.0 | [#32715](https://github.com/airbytehq/airbyte/pull/32715) | Tag connector metadata with git info |
750751
| 4.12.7 | [#37787](https://github.com/airbytehq/airbyte/pull/37787) | Remove requirements on dockerhub credentials to run QA checks. |

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/consts.py

-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ class CONNECTOR_TEST_STEP_ID(str, Enum):
1212
BUILD_NORMALIZATION = "build_normalization"
1313
BUILD_TAR = "build_tar"
1414
BUILD = "build"
15-
CHECK_BASE_IMAGE = "check_base_image"
16-
CHECK_PYTHON_REGISTRY_PUBLISH_CONFIGURATION = "check_python_registry_publish_configuration"
1715
INTEGRATION = "integration"
1816
AIRBYTE_LIB_VALIDATION = "airbyte_lib_validation"
19-
METADATA_VALIDATION = "metadata_validation"
2017
QA_CHECKS = "qa_checks"
2118
UNIT = "unit"
22-
VERSION_FOLLOW_CHECK = "version_follow_check"
2319
VERSION_INC_CHECK = "version_inc_check"
2420
TEST_ORCHESTRATOR = "test_orchestrator"
2521
DEPLOY_ORCHESTRATOR = "deploy_orchestrator"

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.13.1"
7+
version = "4.13.2"
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)