Skip to content

Commit 93053cf

Browse files
committed
Add bookkept default to all workflow templates
1 parent 42c8a7d commit 93053cf

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

workflows/o2-roc-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ defaults:
55
log_task_stderr: none
66
consul_port: 8500
77
consul_prefix: "o2/components/readoutcard"
8+
bookkept: "false"
89
roles:
910
- name: host-{{ it }}
1011
for:

workflows/qc-server-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ defaults:
9696
###############################
9797
# Other variables
9898
###############################
99+
bookkept: "false"
99100
drop_caches_enabled: "false"
100101
drop_caches_timeout: "30s"
101102
fmq_initial_shm_cleanup_enabled: "false"

workflows/readout-dataflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ defaults:
13971397
###############################
13981398
bookkeeping_enabled: "true"
13991399
bookkeeping_consuming_kafka: "false"
1400+
bookkept: "true"
14001401
ccdb_enabled: "false"
14011402
dpl_workflow: none
14021403
dpl_command: none

workflows/resources-cleanup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ defaults:
44
fmq_cleanup_enabled: "true"
55
log_task_stdout: none
66
log_task_stderr: none
7+
bookkept: "false"
78
roles:
89
- name: host-{{ it }}
910
for:

workflows/tpc-idc-sac-full-split.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ defaults:
44
tpc_sac_try_realign: 0
55
tpc_sac_threads : 1
66
tpc_idc_pedestal_timestamp : 1715236056769
7+
bookkept: "false"
78
roles:
89
- name: tpc-idc-a
910
defaults:

0 commit comments

Comments
 (0)