Skip to content

Commit 84aa191

Browse files
committed
Add GEN_TOPO_TFBUILDER_ENV_VARIABLES to non-disk DD DDS templates
1 parent ac245e1 commit 84aa191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DATA/tools/datadistribution_workflows/dd-discard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<topology name="o2-dd">
22
<declrequirement name="TfBuilderRequirement" type="maxinstances" value="1"/>
33
<decltask name="TfBuilderTask">
4-
<exe reachable="true">/home/epn/odc/tfbuilder.sh standalone</exe>
4+
<exe reachable="true">GEN_TOPO_TFBUILDER_ENV_VARIABLES /home/epn/odc/tfbuilder.sh standalone</exe>
55
<requirements>
66
<name>TfBuilderRequirement</name>
77
</requirements>

DATA/tools/datadistribution_workflows/dd-processing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<topology name="o2-dd">
22
<declrequirement name="TfBuilderRequirement" type="maxinstances" value="1"/>
33
<decltask name="TfBuilderTask">
4-
<exe reachable="true">/home/epn/odc/tfbuilder.sh data</exe>
4+
<exe reachable="true">GEN_TOPO_TFBUILDER_ENV_VARIABLES /home/epn/odc/tfbuilder.sh data</exe>
55
<requirements>
66
<name>TfBuilderRequirement</name>
77
</requirements>

0 commit comments

Comments
 (0)