ci: Update Job names

- Also, update mergify rules
This commit is contained in:
Suraj Shetty 2021-05-12 16:29:05 +05:30
parent cb6f263001
commit 155b28cf51
4 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@ jobs:
matrix:
container: [1, 2]
name: MariaDB Tests
name: Python Unit Tests (MariaDB)
services:
mysql:

View file

@ -13,7 +13,7 @@ jobs:
matrix:
container: [1, 2]
name: PostgreSQL Tests
name: Python Unit Tests (Postgres)
services:
postgres:

View file

@ -13,7 +13,7 @@ jobs:
matrix:
containers: [1, 2]
name: Mariadb Tests
name: UI Tests (Cypress)
services:
mysql:

View file

@ -1,12 +1,12 @@
pull_request_rules:
- name: Automatic merge on CI success and review
conditions:
- status-success=Sider
- status-success=Semantic Pull Request
- status-success=Python MariaDB
- status-success=Python PostgreSQL
- status-success=UI MariaDB
- status-success=security/snyk (frappe)
- check-success=Sider
- check-success=Semantic Pull Request
- check-success=Python Unit Tests (MariaDB)
- check-success=Python Unit Tests (Postgres)
- check-success=UI Tests (Cypress)
- check-success=security/snyk (frappe)
- label!=dont-merge
- label!=squash
- "#approved-reviews-by>=1"
@ -15,11 +15,11 @@ pull_request_rules:
method: merge
- name: Automatic squash on CI success and review
conditions:
- status-success=Sider
- status-success=Python MariaDB
- status-success=Python PostgreSQL
- status-success=UI MariaDB
- status-success=security/snyk (frappe)
- check-success=Sider
- check-success=Python Unit Tests (MariaDB)
- check-success=Python Unit Tests (Postgres)
- check-success=UI Tests (Cypress)
- check-success=security/snyk (frappe)
- label!=dont-merge
- label=squash
- "#approved-reviews-by>=1"