You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(packages): add sync_trunk_next-gen rules for next-gen image delivery (#630)
ClosePingCAP-QE/ci#3537
This pull request introduces a new configuration for "next-gen" image
synchronization in the `packages/delivery.yaml` file. It adds a
`sync_trunk_next-gen` definition and integrates it into the
`image_copy_rules` section for several components, enabling the delivery
of next-gen images to specific repositories.
### Configuration Updates for Next-Gen Image Synchronization:
* **Definition Addition**:
- Added `sync_trunk_next-gen` definition with a description and regex
pattern for identifying next-gen branches. (`packages/delivery.yaml`,
[packages/delivery.yamlR13-R16](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R13-R16))
* **Integration in Image Copy Rules**:
- Updated rules for `tidb-server` to include next-gen synchronization to
`gcr.io/pingcap-public/dbaas/tidb`. (`packages/delivery.yaml`,
[packages/delivery.yamlR133-R135](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R133-R135))
- Updated rules for `br` to include next-gen synchronization to
`gcr.io/pingcap-public/dbaas/br`. (`packages/delivery.yaml`,
[packages/delivery.yamlR157-R159](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R157-R159))
- Updated rules for `tidb-lightning` to include next-gen synchronization
to `gcr.io/pingcap-public/dbaas/tidb-lightning`.
(`packages/delivery.yaml`,
[packages/delivery.yamlR181-R183](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R181-R183))
- Updated rules for `dumpling` to include next-gen synchronization to
`gcr.io/pingcap-public/dbaas/dumpling`. (`packages/delivery.yaml`,
[packages/delivery.yamlR205-R207](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R205-R207))
- Updated rules for `tiflash` to include next-gen synchronization to
`gcr.io/pingcap-public/dbaas/tiflash`. (`packages/delivery.yaml`,
[packages/delivery.yamlR293-R295](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R293-R295))
- Updated rules for `pd` to include next-gen synchronization to
`gcr.io/pingcap-public/dbaas/pd`. (`packages/delivery.yaml`,
[packages/delivery.yamlR407-R409](diffhunk://#diff-95b19687ffd73deffa23edebbb4b0a94ba865cb9c854c36a77281c93703822e6R407-R409))
0 commit comments