aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-06-28 14:15:33 +0200
committerTibor Frank <tifrank@cisco.com>2021-06-28 12:18:18 +0000
commit2e269a412e1be4915ce2d19e64545a0dcf0212a2 (patch)
tree1cb93dca0062fa18fc71583902f8d69500b57088
parent43d06eb11991f2fb777b12f88c4f0e6f3325f132 (diff)
Trendig: Change the priority of data sources
Change-Id: Iee015d717034fd08e86037e5800fbe8231cbd89a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 336e3689671d0c266e7da035c1df978b2404a86b)
-rw-r--r--resources/tools/presentation/specifications/trending/environment.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml
index 2a1e422644..3ad4c4f2b0 100644
--- a/resources/tools/presentation/specifications/trending/environment.yaml
+++ b/resources/tools/presentation/specifications/trending/environment.yaml
@@ -67,13 +67,6 @@
# Data sources are used in this order:
data-sources:
- # JSON from S3
- - type: "json"
- url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
- path: "{job}/{build}/{filename}"
- file-name: "output.json.gz"
- file-format: ".gz"
- enabled: False
# XML
- type: "xml"
url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
@@ -89,13 +82,13 @@
enabled: True
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
- path: "{job}/{build}/archives/{filename}"
+ path: "{job}/{build}/{filename}"
file-name: "output_info.xml.gz"
file-format: ".gz"
enabled: True
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
- path: "{job}/{build}/{filename}"
+ path: "{job}/{build}/archives/{filename}"
file-name: "output_info.xml.gz"
file-format: ".gz"
enabled: True
@@ -123,6 +116,13 @@
file-name: "output.xml.gz"
file-format: ".gz"
enabled: True
+ # JSON from S3
+ - type: "json"
+ url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
+ path: "{job}/{build}/{filename}"
+ file-name: "output.json.gz"
+ file-format: ".gz"
+ enabled: False
archive-inputs: False