Commit 6663835d authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

feat: add svc monitor refs on the ci file

parent c9d187b7
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ variables:
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.clients/oss/oss-client-jvm
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.clients/telemetry/telemetry-api-jvm
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.core/pkg-manager.helm/pkg-manager
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.core/service.monitor/service-monitor
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.core/sonata/sonata-core-jvm
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.portal/cart/hypo-portal-jvm
    labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.portal/web/hypo-portal
@@ -364,6 +365,7 @@ update_values:
    - echo $REGISTRY_API
    - echo $FABRIC_API
    - echo $PORTAL
    - echo $MONITOR
    - python3 -m pip install ruamel.yaml
  script:
    - pwd
@@ -853,6 +855,10 @@ nightly_compare_failed_images_job:
            printf '%s\n' "${PORTAL_URL:-}"
            ;;

          */service-monitor)
            printf '%s\n' "${MONITOR_URL:-}"
            ;;

          *)
            printf '%s\n' ""
            ;;