pavel-avilov commented on a change in pull request #16701:
URL: https://github.com/apache/beam/pull/16701#discussion_r797652686



##########
File path: playground/infrastructure/ci_cd.py
##########
@@ -84,9 +84,12 @@ def _run_ci_cd(step: config.Config.CI_CD_LITERAL, sdk: Sdk):
   logging.info("Number of found Playground examples: %s", len(examples))
 
   if step == config.Config.CI_STEP_NAME:
-    logging.info("Start of verification Playground examples ...")
-    _ci_step(examples=examples)
-    logging.info("Finish of verification Playground examples")
+    single_file_examples = [example for example in examples
+                            if example.tag.multifile is False]

Review comment:
       Done.




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