potiuk commented on code in PR #45131:
URL: https://github.com/apache/airflow/pull/45131#discussion_r1894590568
##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -369,6 +369,36 @@ def assert_outputs_are_printed(expected_outputs: dict[str,
str], stderr: str):
id="Selected Providers and docs should run",
)
),
+ (
+ pytest.param(
+ ("providers/tests/system/apache/beam/file.py",),
+ {
+ "selected-providers-list-as-string": "apache.beam
common.compat google",
+ "all-python-versions": "['3.9']",
+ "all-python-versions-list-as-string": "3.9",
+ "python-versions": "['3.9']",
+ "python-versions-list-as-string": "3.9",
+ "ci-image-build": "true",
+ "prod-image-build": "false",
+ "needs-helm-tests": "false",
+ "run-tests": "true",
+ "run-amazon-tests": "false",
+ "docs-build": "false",
+ "skip-pre-commits": (
+
"identity,lint-helm-chart,mypy-airflow,mypy-dev,mypy-docs"
+
",mypy-providers,mypy-task-sdk,ts-compile-format-lint-ui,ts-compile-format-lint-www"
+ ),
+ "run-kubernetes-tests": "false",
+ "upgrade-to-newer-dependencies": "false",
+ "core-test-types-list-as-string": "Always",
+ "providers-test-types-list-as-string":
"Providers[apache.beam,common.compat] Providers[google]",
+ "individual-providers-test-types-list-as-string":
"Providers[apache.beam] Providers[common.compat] Providers[google]",
+ "needs-mypy": "true",
+ "mypy-checks": "['mypy-providers']",
+ },
+ id="Selected Providers and docs should run when system tests
are modified",
Review Comment:
Added two more tests:
* both tests and system tests modified
* both tests and system tests modified for more than one provider.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]