From 552a52fbced47e50ed86cece6e0eb912fc891805 Mon Sep 17 00:00:00 2001 From: Alexandre Yang Date: Thu, 9 Apr 2020 16:25:43 +0200 Subject: [PATCH] revert .azure-pipelines/templates/test-all-checks.yml --- .azure-pipelines/templates/test-all-checks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.azure-pipelines/templates/test-all-checks.yml b/.azure-pipelines/templates/test-all-checks.yml index ae65ab215e60c3..d2f8ffd17fcd96 100644 --- a/.azure-pipelines/templates/test-all-checks.yml +++ b/.azure-pipelines/templates/test-all-checks.yml @@ -75,6 +75,9 @@ jobs: - checkName: cockroachdb displayName: CockroachDB os: linux + - checkName: confluent_platform + displayName: Confluent Platform + os: linux - checkName: consul displayName: Consul os: linux @@ -309,12 +312,18 @@ jobs: - checkName: prometheus displayName: Prometheus os: linux + - checkName: proxysql + displayName: ProxySQL + os: linux - checkName: rabbitmq displayName: RabbitMQ os: linux - checkName: redisdb displayName: Redis os: linux + - checkName: rethinkdb + displayName: RethinkDB + os: linux - checkName: riak displayName: Riak os: linux @@ -372,6 +381,9 @@ jobs: - checkName: tokumx displayName: TokuMX os: linux + - checkName: tomcat + displayName: Tomcat + os: linux - checkName: twemproxy displayName: Twemproxy os: linux