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

O2-5372 Allow ITS to accept CRU packets during PFR/EOR #665

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading