File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/glo-release-validation --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
Original file line number Diff line number Diff line change @@ -922,6 +922,15 @@ defaults:
922922 panel : " QC_Nodes_Workflows"
923923 index : 25
924924 visibleif : $$qc_remote_enabled === "true"
925+ glo_release_validation_qc_enabled : !public
926+ value : " false"
927+ type : bool
928+ label : " Release Validation"
929+ description : " Enable/disable release validation"
930+ widget : checkBox
931+ panel : " QC_Nodes_Workflows"
932+ index : 26
933+ visibleif : $$qc_remote_enabled === "true"
925934 # ##############################
926935 # TRG Panel
927936 # ##############################
@@ -1793,6 +1802,9 @@ roles:
17931802 - name : glo-qc-data-size
17941803 enabled : " {{ glo_data_size_qc_enabled == 'true' && qc_remote_jit_enabled == 'true'}}"
17951804 include : " {{ qc_remote_jit_enabled == 'true' ? dpl.GenerateFromUri('glo-qc-data-size') : '' }}"
1805+ - name : glo-release-validation
1806+ enabled : " {{ glo_release_validation_qc_enabled == 'true' && qc_remote_jit_enabled == 'true'}}"
1807+ include : " {{ qc_remote_jit_enabled == 'true' ? dpl.GenerateFromUri('glo-release-validation') : '' }}"
17961808 # When qc_remote_enabled is true, it will try to deploy a qc_remote_workflow for every detector in the list.
17971809 # However if the {{detector}}_qc_remote_workflow is none, we deploy a ghost role that does nothing to preserve
17981810 # control tree state management.// FIXME: this is probably not needed anymore
You can’t perform that action at this time.
0 commit comments