chore(autotest): turn on mysql&pgsql authz scripts test and mqtt topic rewrite&delayed publish
This commit is contained in:
parent
694d3b1782
commit
05ddf9f9d4
|
@ -48,8 +48,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
scripts_type:
|
scripts_type:
|
||||||
- mqtt_subscription_topic_metrics
|
- mqtt_subscription_topic_metrics
|
||||||
# - mqtt_delayed_publish
|
- mqtt_delayed_publish
|
||||||
# - mqtt_topic_rewrite
|
- mqtt_topic_rewrite
|
||||||
# - mqtt_retainer
|
# - mqtt_retainer
|
||||||
|
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -141,7 +141,7 @@ jobs:
|
||||||
- 13
|
- 13
|
||||||
scripts_type:
|
scripts_type:
|
||||||
- pgsql_authn
|
- pgsql_authn
|
||||||
# - pgsql_authz
|
- pgsql_authz
|
||||||
|
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
@ -242,7 +242,7 @@ jobs:
|
||||||
- 8
|
- 8
|
||||||
scripts_type:
|
scripts_type:
|
||||||
- mysql_authn
|
- mysql_authn
|
||||||
# - mysql_authz
|
- mysql_authz
|
||||||
|
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue