Skip to content

Commit

Permalink
O2-5372 Allow ITS to accept CRU packets during PFR/EOR
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 committed Oct 2, 2024
1 parent 93053cf commit 37e681c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,16 @@ roles:
trigger: DESTROY
timeout: "{{ roc_cleanup_timeout }}"
critical: false
- name: its-cru-enable
enabled: "{{ detector == 'ITS' }}"
vars:
shell_command: "source /etc/profile.d/o2.sh && O2_PARTITION={{environment_id}} O2_ROLE={{it}} O2_DETECTOR=ITS /opt/o2-roc-serial-update/workspace/cru_enable_card.sh"
user: flp
task:
load: "shell-command"
trigger: DESTROY
timeout: 10s
critical: true
- name: qc-servers
enabled: "{{ qc_remote_enabled == 'true' }}"
constraints:
Expand Down

0 comments on commit 37e681c

Please sign in to comment.