Merge pull request #7477 from xiangfangyang-tech/add_new_auto_scripts

chore(autotest): turn on mysql&pgsql authz scripts test and mqtt topic rewrite&delayed publish
This commit is contained in:
JianBo He 2022-04-01 14:12:24 +08:00 committed by GitHub
commit 8f202b6fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ jobs:
matrix:
scripts_type:
- mqtt_subscription_topic_metrics
# - mqtt_delayed_publish
# - mqtt_topic_rewrite
- mqtt_delayed_publish
- mqtt_topic_rewrite
# - mqtt_retainer
needs: build
@ -141,7 +141,7 @@ jobs:
- 13
scripts_type:
- pgsql_authn
# - pgsql_authz
- pgsql_authz
needs: build
steps:
@ -242,7 +242,7 @@ jobs:
- 8
scripts_type:
- mysql_authn
# - mysql_authz
- mysql_authz
needs: build
steps: