Skip to content

Commit

Permalink
Add bookkept default to all workflow templates
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Oct 2, 2024
1 parent 42c8a7d commit 93053cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflows/o2-roc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defaults:
log_task_stderr: none
consul_port: 8500
consul_prefix: "o2/components/readoutcard"
bookkept: "false"
roles:
- name: host-{{ it }}
for:
Expand Down
1 change: 1 addition & 0 deletions workflows/qc-server-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ defaults:
###############################
# Other variables
###############################
bookkept: "false"
drop_caches_enabled: "false"
drop_caches_timeout: "30s"
fmq_initial_shm_cleanup_enabled: "false"
Expand Down
1 change: 1 addition & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ defaults:
###############################
bookkeeping_enabled: "true"
bookkeeping_consuming_kafka: "false"
bookkept: "true"
ccdb_enabled: "false"
dpl_workflow: none
dpl_command: none
Expand Down
1 change: 1 addition & 0 deletions workflows/resources-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defaults:
fmq_cleanup_enabled: "true"
log_task_stdout: none
log_task_stderr: none
bookkept: "false"
roles:
- name: host-{{ it }}
for:
Expand Down
1 change: 1 addition & 0 deletions workflows/tpc-idc-sac-full-split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defaults:
tpc_sac_try_realign: 0
tpc_sac_threads : 1
tpc_idc_pedestal_timestamp : 1715236056769
bookkept: "false"
roles:
- name: tpc-idc-a
defaults:
Expand Down

0 comments on commit 93053cf

Please sign in to comment.