Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Mar 20, 2023
1 parent 3644de0 commit 5f5f2a5
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,41 +93,17 @@ test mosquitto 2.0:
MQTT_URL: "mqtt://eclipse-mosquitto:1883"
extends: .test-broker

test emqx 4.4 docker:
stage: broker
services:
- redis:latest
- name: emqx:4.4
alias: emqx
variables:
REDIS_URL: "redis://redis:6379"
MQTT_URL: "mqtt://emqx:1883"
extends: .test-broker

test emqx 4.4:
stage: broker
services:
- redis:latest
- name: emqx/emqx:4.4
- name: emqx:4.4
alias: emqx
variables:
REDIS_URL: "redis://redis:6379"
MQTT_URL: "mqtt://emqx:1883"
extends: .test-broker

test emqx deb:
stage: broker
services:
- redis:latest
variables:
REDIS_URL: "redis://redis:6379"
before_script:
- apt-get update -y && apt-get install -y mosquitto-clients
- wget https://github.com/emqx/emqx/releases/download/v4.4.16/emqx-4.4.16-otp24.3.4.2-1-debian10-amd64.deb
- dpkg -i emqx-4.4.16-otp24.3.4.2-1-debian10-amd64.deb
- service emqx start
extends: .test-broker

test-simulation:
stage: simulation
services:
Expand Down

0 comments on commit 5f5f2a5

Please sign in to comment.