1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
queue_rules:
- name: default
queue_conditions:
- label != work-in-progress
- '#approved-reviews-by >= 1'
- check-success=doc (docs)
- check-success=doc (docs-gnocchi-web)
- check-success=check (build)
- check-success=check (pep8)
- check-success=test (py39, mysql-ceph-upgrade-from-4.6)
- check-success=test (py39, postgresql-file-upgrade-from-4.6)
- check-success=test (py39, mysql-file)
- check-success=test (py39, mysql-file-sqlalchemy14)
- check-success=test (py39, mysql-swift)
- check-success=test (py39, mysql-s3)
- check-success=test (py39, mysql-ceph)
- check-success=test (py39, postgresql-file)
- check-success=test (py39, postgresql-file-sqlalchemy14)
- check-success=test (py39, postgresql-swift)
- check-success=test (py39, postgresql-s3)
- check-success=test (py39, postgresql-ceph)
- check-success=test (py311, postgresql-file-upgrade-from-4.6)
- check-success=test (py311, mysql-file)
- check-success=test (py311, mysql-file-sqlalchemy14)
- check-success=test (py311, mysql-swift)
- check-success=test (py311, mysql-s3)
- check-success=test (py311, postgresql-file)
- check-success=test (py311, postgresql-file-sqlalchemy14)
- check-success=test (py311, postgresql-swift)
- check-success=test (py311, postgresql-s3)
- check-success=test (py312, mysql-ceph-upgrade-from-4.6)
- check-success=test (py312, postgresql-file-upgrade-from-4.6)
- check-success=test (py312, mysql-file)
- check-success=test (py312, mysql-file-sqlalchemy14)
- check-success=test (py312, mysql-swift)
- check-success=test (py312, mysql-s3)
- check-success=test (py312, mysql-ceph)
- check-success=test (py312, postgresql-file)
- check-success=test (py312, postgresql-file-sqlalchemy14)
- check-success=test (py312, postgresql-swift)
- check-success=test (py312, postgresql-s3)
- check-success=test (py312, postgresql-ceph)
merge_method: merge
pull_request_rules:
- name: dismiss reviews on additional commit
actions:
dismiss_reviews: {}
conditions: []
- actions:
backport:
branches:
- stable/4.5
conditions:
- label=backport-to-4.5
name: backport stable/4.5
- actions:
backport:
branches:
- stable/4.6
conditions:
- label=backport-to-4.6
name: backport stable/4.6
- actions:
backport:
branches:
- stable/4.7
conditions:
- label=backport-to-4.7
name: backport stable/4.7
- name: automatic merge + automatic merge backports from Mergify
conditions: []
actions:
queue:
|