ci: Update Job names
- Also, update mergify rules
This commit is contained in:
parent
cb6f263001
commit
155b28cf51
4 changed files with 14 additions and 14 deletions
2
.github/workflows/server-mariadb-tests.yml
vendored
2
.github/workflows/server-mariadb-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
container: [1, 2]
|
||||
|
||||
name: MariaDB Tests
|
||||
name: Python Unit Tests (MariaDB)
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
|
|
|||
2
.github/workflows/server-postgres-tests.yml
vendored
2
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
container: [1, 2]
|
||||
|
||||
name: PostgreSQL Tests
|
||||
name: Python Unit Tests (Postgres)
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
2
.github/workflows/ui-tests.yml
vendored
2
.github/workflows/ui-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
containers: [1, 2]
|
||||
|
||||
name: Mariadb Tests
|
||||
name: UI Tests (Cypress)
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
|
|
|||
22
.mergify.yml
22
.mergify.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue