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:
|
matrix:
|
||||||
container: [1, 2]
|
container: [1, 2]
|
||||||
|
|
||||||
name: MariaDB Tests
|
name: Python Unit Tests (MariaDB)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
|
|
||||||
2
.github/workflows/server-postgres-tests.yml
vendored
2
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
container: [1, 2]
|
container: [1, 2]
|
||||||
|
|
||||||
name: PostgreSQL Tests
|
name: Python Unit Tests (Postgres)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
|
||||||
2
.github/workflows/ui-tests.yml
vendored
2
.github/workflows/ui-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
containers: [1, 2]
|
containers: [1, 2]
|
||||||
|
|
||||||
name: Mariadb Tests
|
name: UI Tests (Cypress)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
|
|
||||||
22
.mergify.yml
22
.mergify.yml
|
|
@ -1,12 +1,12 @@
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatic merge on CI success and review
|
- name: Automatic merge on CI success and review
|
||||||
conditions:
|
conditions:
|
||||||
- status-success=Sider
|
- check-success=Sider
|
||||||
- status-success=Semantic Pull Request
|
- check-success=Semantic Pull Request
|
||||||
- status-success=Python MariaDB
|
- check-success=Python Unit Tests (MariaDB)
|
||||||
- status-success=Python PostgreSQL
|
- check-success=Python Unit Tests (Postgres)
|
||||||
- status-success=UI MariaDB
|
- check-success=UI Tests (Cypress)
|
||||||
- status-success=security/snyk (frappe)
|
- check-success=security/snyk (frappe)
|
||||||
- label!=dont-merge
|
- label!=dont-merge
|
||||||
- label!=squash
|
- label!=squash
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
|
@ -15,11 +15,11 @@ pull_request_rules:
|
||||||
method: merge
|
method: merge
|
||||||
- name: Automatic squash on CI success and review
|
- name: Automatic squash on CI success and review
|
||||||
conditions:
|
conditions:
|
||||||
- status-success=Sider
|
- check-success=Sider
|
||||||
- status-success=Python MariaDB
|
- check-success=Python Unit Tests (MariaDB)
|
||||||
- status-success=Python PostgreSQL
|
- check-success=Python Unit Tests (Postgres)
|
||||||
- status-success=UI MariaDB
|
- check-success=UI Tests (Cypress)
|
||||||
- status-success=security/snyk (frappe)
|
- check-success=security/snyk (frappe)
|
||||||
- label!=dont-merge
|
- label!=dont-merge
|
||||||
- label=squash
|
- label=squash
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue