Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
28 changes: 28 additions & 0 deletions 28 workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ defaults:
fmq_initial_shm_cleanup_enabled: "true"
fmq_cleanup_enabled: "true"
kafka_enabled: "false"
lhc_enabled: "false"
minimal_dpl_enabled: "false" # TODO FOR LATER: I think this one is no longer needed, we now enabled/disable the Minimal DPL workflow on FLP via dpl_workflow
monitoring_dd_url: "no-op://"
monitoring_dpl_url: "no-op://"
Expand Down Expand Up @@ -2178,6 +2179,33 @@ roles:
trigger: DESTROY
timeout: 10s
critical: false
- name: lhc
enabled: "{{ lhc_enabled == 'true' }}"
roles:
- name: deploy
call:
func: lhc.UpdateFillInfo()
trigger: before_DEPLOY-50
knopers8 marked this conversation as resolved.
Show resolved Hide resolved
timeout: 5s
critical: true
- name: sor
call:
func: lhc.UpdateFillInfo()
trigger: before_START_ACTIVITY-50
timeout: 5s
critical: true
- name: eor
call:
func: lhc.UpdateFillInfo()
trigger: before_STOP_ACTIVITY-50
timeout: 5s
critical: true
- name: error
call:
func: lhc.UpdateFillInfo()
trigger: before_GO_ERROR-50
timeout: 5s
critical: false
- name: kafka
enabled: "{{ kafka_enabled == 'true' }}"
roles:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.