Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cuebot] Fix inconsistent depend behavior #1082

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

splhack
Copy link
Contributor

@splhack splhack commented Dec 21, 2021

Fix #1081

  • Introduce depend.satisfy_only_on_frame_success property to keep the current behavior by default (true)
  • Setting false to depend.satisfy_only_on_frame_success makes Frame and Layer dependency (*_ON_FRAME and *_ON_LAYER) behavior same with Job dependency (*_ON_JOB), satisfies regardless the result, succeeded or failed.

@bcipriano bcipriano merged commit f7c12f7 into AcademySoftwareFoundation:master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Depend] Inconsistent depend behavior
2 participants