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: matrix:
container: [1, 2] container: [1, 2]
name: MariaDB Tests name: Python Unit Tests (MariaDB)
services: services:
mysql: mysql:

View file

@ -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:

View file

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

View file

@ -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"