claudevdm commented on code in PR #36453:
URL: https://github.com/apache/beam/pull/36453#discussion_r2418010009


##########
.github/workflows/beam_PreCommit_Python_Dill.yml:
##########
@@ -106,9 +106,9 @@ jobs:
           arguments: |
             -Pposargs="${{
               contains(matrix.os, 'self-hosted') &&
-              'apache_beam/internal/ apache_beam/ml/ apache_beam/transforms/ 
apache_beam/typehints/ apache_beam/runners/portability/ -m (uses_dill and not 
require_docker_in_docker)' ||
-                'apache_beam/internal/ apache_beam/ml/ apache_beam/transforms/ 
apache_beam/typehints/ apache_beam/runners/portability/ -m (uses_dill and 
require_docker_in_docker)'
-            }}"  \
+              'apache_beam/internal/pickler_test.py 
apache_beam/io/gcp/bigquery_file_loads_test.py 
apache_beam/options/pipeline_options_validator_test.py 
apache_beam/transforms/combinefn_lifecycle_test.py 
apache_beam/transforms/util_test.py apache_beam/transforms/ptransform_test.py 
apache_beam/typehints/schemas_test.py 
apache_beam/runners/portability/stager_test.py -m (uses_dill and not 
require_docker_in_docker)' ||
+                'apache_beam/internal/pickler_test.py 
apache_beam/io/gcp/bigquery_file_loads_test.py 
apache_beam/options/pipeline_options_validator_test.py 
apache_beam/transforms/combinefn_lifecycle_test.py 
apache_beam/transforms/util_test.py apache_beam/transforms/ptransform_test.py 
apache_beam/typehints/schemas_test.py 
apache_beam/runners/portability/stager_test.py -m (uses_dill and 
require_docker_in_docker)'

Review Comment:
   I did this because it took forever to collect tests in my dev environment so 
this is more efficient



-- 
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]

Reply via email to