Skip to content
Snippets Groups Projects

Update the product validation task

All threads resolved!
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,7 +20,6 @@ from orchestrator.workflows.tasks.validate_products import (
check_all_workflows_are_in_db,
check_db_fixed_input_config,
check_subscription_models,
check_that_products_have_at_least_one_workflow,
check_that_products_have_create_modify_and_terminate_workflows,
check_workflows_for_matching_targets_and_descriptions,
)
@@ -37,7 +36,7 @@ def task_validate_geant_products() -> StepList:
init
>> check_all_workflows_are_in_db
>> check_workflows_for_matching_targets_and_descriptions
>> check_that_products_have_at_least_one_workflow
# >> check_that_products_have_at_least_one_workflow FIXME: Uncomment as soon as this would pass again
>> check_db_fixed_input_config
>> check_that_products_have_create_modify_and_terminate_workflows
>> check_subscription_models
Loading