Skip to content
Snippets Groups Projects
Commit e18306f8 authored by Bert Palm's avatar Bert Palm :bug:
Browse files

disabled avro check, because thing_creation message is deprecated

parent e9550ab1
No related branches found
No related tags found
No related merge requests found
Pipeline #498187 waiting for manual action
......@@ -33,25 +33,26 @@ visualization-e2e:
- "dind"
- "hifis"
avro-thing-creation-e2e:
image: "docker:${DOCKER_IMAGE_TAG}"
stage: "end-to-end"
before_script:
- "apk add --no-cache python3"
- "python3 -m venv venv"
- "source venv/bin/activate"
- "python3 -m ensurepip"
- "python3 -m pip install --upgrade pip"
- "python3 -m pip install fastavro paho-mqtt==1.6.1"
- "cp .env.example .env"
- "docker compose up -d frontend mqtt-broker --force-recreate -V --quiet-pull"
- "sleep 20"
script:
- "echo \"Check if thing_creation message is valid\""
- "chmod +x ./.gitlab/ci/py/avro-thing-creation.py"
- "./.gitlab/ci/py/avro-thing-creation.py"
tags:
- "dind"
# Disabled for now because thing_creation message is deprecated.
#avro-thing-creation-e2e:
# image: "docker:${DOCKER_IMAGE_TAG}"
# stage: "end-to-end"
# before_script:
# - "apk add --no-cache python3"
# - "python3 -m venv venv"
# - "source venv/bin/activate"
# - "python3 -m ensurepip"
# - "python3 -m pip install --upgrade pip"
# - "python3 -m pip install fastavro paho-mqtt==1.6.1"
# - "cp .env.example .env"
# - "docker compose up -d frontend mqtt-broker --force-recreate -V --quiet-pull"
# - "sleep 20"
# script:
# - "echo \"Check if thing_creation message is valid\""
# - "chmod +x ./.gitlab/ci/py/avro-thing-creation.py"
# - "./.gitlab/ci/py/avro-thing-creation.py"
# tags:
# - "dind"
object-storage-e2e:
image: "docker:${DOCKER_IMAGE_TAG}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment