Commit 90725d27 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent a60304f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

.robotframework-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "2.0.2" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+4 −1
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
# Floor, Boston, MA  02110-1301, USA.
# =========================================================================================
variables:
  # variabilized tracking image
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  # Default Docker image (can be overridden)
  ROBOT_BASE_IMAGE: "ppodgorsek/robot-framework:latest"
  ROBOT_PROJECT_IMAGE: $ROBOT_BASE_IMAGE
@@ -291,7 +294,7 @@ stages:

.robotframework-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "2.0.2" ]
  before_script:
    - *robotframework-scripts