Skip to content

[FAL-2137] Ocim: don't run periodic builds for archived instances

Boros Gábor requested to merge chris/FAL-2137 into master

Created by: ChrisChV

"Is archived" filter added in launch_periodic_builds function

Jira ticket: FAL-2137

  • On test_tasks.py of periodic_build, I added a filter to avoid get the archived instances
  • Test updated to demonstrate that change in the function behavior

How to test:

  • Create a test instance with the periodic build enabled.
  • Test if the periodic build works normally.
  • Archive the instance.
  • Test if the periodic build is no longer performed.

Merge request reports