Skip to content

Commit 09d9bab

Browse files
committed
Remove any mentions of dataSamplingPoliciesFile
The feature is not used by anyone and will be removed from the Data Sampling library. In consul/apricot we have templating to perform file inclusion, in O2DPG we use `jq` for this. No need to keep something we do not use, but can be easily added back if needed.
1 parent 35aeb25 commit 09d9bab

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Framework/example-default.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@
184184
}
185185
}
186186
},
187-
"dataSamplingPoliciesFile_comment": "In case that policies are stored in different file, specify its path below. When both dataSamplingPolicies and dataSamplingPoliciesFile are specified, the latter has higher priority",
188-
"dataSamplingPoliciesFile": "json:///home/genghiskhan/alice/QualityControl/dataSamplingConfig.json",
189-
"dataSamplingPolicies_comment": "this is ignored when dataSamplingPoliciesFile is specified",
190187
"dataSamplingPolicies": [
191188
{
192189
"id": "ex1",
@@ -215,4 +212,4 @@
215212
]
216213
}
217214
]
218-
}
215+
}

doc/Advanced.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,6 @@ This is the global structure of the configuration in QC.
15941594

15951595
}
15961596
},
1597-
"dataSamplingPoliciesFile": "json:///path/to/data/sampling/config.json",
15981597
"dataSamplingPolicies": [
15991598

16001599
]
@@ -1613,8 +1612,8 @@ There are six QC-related components:
16131612
* "postprocessing" - contains declarations of PostProcessing Tasks. It is only needed only when Post-Processing is
16141613
run.
16151614

1616-
The configuration file can also include a path to Data Sampling configuration ("dataSamplingPoliciesFile") or the
1617-
list of Data Sampling Policies. Please refer to the [Data Sampling documentation](https://github.com/AliceO2Group/AliceO2/tree/dev/Utilities/DataSampling) to find more information.
1615+
The configuration file can also include a list of Data Sampling Policies.
1616+
Please refer to the [Data Sampling documentation](https://github.com/AliceO2Group/AliceO2/tree/dev/Utilities/DataSampling) to find more information.
16181617

16191618
### Common configuration
16201619

0 commit comments

Comments
 (0)