aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-09-27 09:46:07 +0200
committerTibor Frank <tifrank@cisco.com>2021-09-27 07:48:08 +0000
commit082d22a66334b6d1754c47ffb170a2aac712a957 (patch)
tree508e127431ebeeea1c184f925ec6e7ab5c797820
parente237fa79700b2d0f642961105cf77d150db836a6 (diff)
Trending: Use s3 as primary source
Change-Id: Ibf68155fa06b8ee0783df83af3e03d351a615294 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 89f01fb4a805db23f7daa318baa83a3839efb5e1)
-rw-r--r--resources/tools/presentation/specifications/trending/environment.yaml24
1 files changed, 13 insertions, 11 deletions
diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml
index 16261fa1c7..5868fd9d5a 100644
--- a/resources/tools/presentation/specifications/trending/environment.yaml
+++ b/resources/tools/presentation/specifications/trending/environment.yaml
@@ -69,6 +69,12 @@
data-sources:
# XML
- type: "xml"
+ url: "https://s3-logs.fd.io/vex-yul-rot-jenkins-1"
+ path: "{job}/{build}/{filename}"
+ file-name: "output_info.xml.gz"
+ file-format: ".gz"
+ enabled: True
+ - type: "xml"
url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
path: "{job}/{build}/{filename}"
file-name: "output_info.xml.gz"
@@ -80,48 +86,44 @@
file-name: "output_info.xml.gz"
file-format: ".gz"
enabled: True
+ # To be deprecated soon:
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
path: "{job}/{build}/{filename}"
file-name: "output_info.xml.gz"
file-format: ".gz"
enabled: True
+ # Deprecated:
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
path: "{job}/{build}/archives/{filename}"
file-name: "output_info.xml.gz"
file-format: ".gz"
- enabled: True
- - type: "xml"
- url: "https://s3-logs.fd.io/logs/production/vex-yul-rot-jenkins-1"
- path: "{job}/{build}/{filename}"
- file-name: "output_info.xml.gz"
- file-format: ".gz"
- enabled: True
+ enabled: False
- type: "xml"
url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
path: "{job}/{build}/archives/{filename}"
file-name: "output.xml.gz"
file-format: ".gz"
- enabled: True
+ enabled: False
- type: "xml"
url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
path: "{job}/{build}/{filename}"
file-name: "output.xml.gz"
file-format: ".gz"
- enabled: True
+ enabled: False
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
path: "{job}/{build}/archives/{filename}"
file-name: "output.xml.gz"
file-format: ".gz"
- enabled: True
+ enabled: False
- type: "xml"
url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
path: "{job}/{build}/{filename}"
file-name: "output.xml.gz"
file-format: ".gz"
- enabled: True
+ enabled: False
# JSON from S3
- type: "json"
url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"