Skip to content

Commit

Permalink
ci: Expose Mender Gateway image references CI variables with defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Alf-Rune Siqveland <alf.rune@northern.tech>
  • Loading branch information
alfrunes committed Nov 12, 2024
1 parent ad292aa commit a99ed3e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,28 @@ variables:
description: "Mender Client Docker tag for running integration tests"
value: mender-master

# Artifacts from mender-gateway
MENDER_GATEWAY_REGISTRY:
description: "Mender Gateway Docker registry for running integration tests"
value: registry.mender.io
MENDER_GATEWAY_REPOSITORY:
description: "Mender Gateway Docker repository for running integration tests"
value: mendersoftware
MENDER_GATEWAY_TAG:
description: "Mender Gateway Docker tag for running integration tests"
value: master

# Artifacts from meta-mender
MENDER_GATEWAY_QEMU_REGISTRY:
description: "Mender Gateway (QEMU) Docker registry for running integration tests"
value: registry.mender.io
MENDER_GATEWAY_QEMU_REPOSITORY:
description: "Mender Gateway (QEMU) Docker repository for running integration tests"
value: mendersoftware
MENDER_GATEWAY_QEMU_TAG:
description: "Mender Gateway (QEMU) Docker tag for running integration tests"
value: mender-master

.publish:versions:
stage: publish
image: python:slim
Expand Down

0 comments on commit a99ed3e

Please sign in to comment.