Trendig: Change the priority of data sources 37/32937/1
authorTibor Frank <tifrank@cisco.com>
Mon, 28 Jun 2021 12:15:33 +0000 (14:15 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 28 Jun 2021 12:15:33 +0000 (14:15 +0200)
Change-Id: Iee015d717034fd08e86037e5800fbe8231cbd89a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/specifications/trending/environment.yaml

index 2a1e422..3ad4c4f 100644 (file)
 
   # Data sources are used in this order:
   data-sources:
 
   # 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"
     # XML
     - type: "xml"
       url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
       enabled: True
     - type: "xml"
       url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
       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"
       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
       file-name: "output_info.xml.gz"
       file-format: ".gz"
       enabled: True
       file-name: "output.xml.gz"
       file-format: ".gz"
       enabled: True
       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
 
 
   archive-inputs: False