Loading templates/gitlab-ci-xxx.yml +5 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,10 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # Default Docker image (can be overriden) # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (use a public image - can be overridden) XXX_IMAGE: "xxx:latest" # Directory where XXX tests are implemented Loading Loading @@ -287,7 +290,7 @@ stages: xxx: image: $XXX_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "xxx", "1.0.0"] stage: acceptance # TODO (if necessary): define cache policy here Loading Loading
templates/gitlab-ci-xxx.yml +5 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,10 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # Default Docker image (can be overriden) # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (use a public image - can be overridden) XXX_IMAGE: "xxx:latest" # Directory where XXX tests are implemented Loading Loading @@ -287,7 +290,7 @@ stages: xxx: image: $XXX_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "xxx", "1.0.0"] stage: acceptance # TODO (if necessary): define cache policy here Loading