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
workflows+gradle: capture and run ML tests that require non self-hosted environment on ubuntu-latest (#35585)
* .github+sdks: run ml tests that require non self-hosted env
* .github: trigger post commit python
* Update sdks/python/pytest.ini
Co-authored-by: Danny McCormick <dannymccormick@google.com>
* .github+sdks: add descriptive comments about runner changes
* workflows+gradle: use `require_docker_in_docker` marker
---------
Co-authored-by: Danny McCormick <dannymccormick@google.com>
Copy file name to clipboardExpand all lines: sdks/python/pytest.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ markers =
70
70
uses_mock_api: tests that uses the mock API cluster.
71
71
uses_feast: tests that uses feast in some way
72
72
gemini_postcommit: gemini postcommits that need additional deps.
73
+
require_docker_in_docker: tests that require running Docker inside Docker (Docker-in-Docker), which is not supported on Beam’s self-hosted runners. Context: https://github.com/apache/beam/pull/35585
73
74
74
75
# Default timeout intended for unit tests.
75
76
# If certain tests need a different value, please see the docs on how to
0 commit comments