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
Currently, some workflow run a matrix of version and phrase triggers also share the same prefix in addition to the version number, e.g. Python PostCommit has phrases
Run Python PostCommit 3.8
Run Python PostCommit 3.9
Run Python PostCommit 3.10
Run Python PostCommit 3.11
However, if comment one of this under a PR, the test result will show failure because the workflow skips other element by exit 1here. There isn't a way to run a full matrix of job from single comment either (like cron job does).
This introduces inconvenience for mass_commit in release verification where the related workflow must be checked manually
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
Abacn
changed the title
[Bug]: workflow with a matrix triggered by a phrase show negative false result
[Bug]: workflow with a matrix triggered by a phrase show false positive result
Sep 21, 2023
What happened?
Currently, some workflow run a matrix of version and phrase triggers also share the same prefix in addition to the version number, e.g. Python PostCommit has phrases
However, if comment one of this under a PR, the test result will show failure because the workflow skips other element by
exit 1
here. There isn't a way to run a full matrix of job from single comment either (like cron job does).This introduces inconvenience for mass_commit in release verification where the related workflow must be checked manually
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: