We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69d86 commit c3cf77dCopy full SHA for c3cf77d
1 file changed
treeherder/config/settings.py
@@ -461,6 +461,11 @@
461
462
# Only generate alerts for data newer than this time in seconds in perfherder
463
PERFHERDER_ALERTS_MAX_AGE = timedelta(weeks=2)
464
+# From the same job's log, ingest (or not) multiple PERFHERDER_DATA dumps
465
+# pertaining to the same performance signature
466
+PERFHERDER_ENABLE_MULTIDATA_INGESTION = env.bool(
467
+ 'PERFHERDER_ENABLE_MULTIDATA_INGESTION', default=True
468
+)
469
470
# Performance sheriff bot settings
471
MAX_BACKFILLS_PER_PLATFORM = {
0 commit comments