Skip to content

Commit

Permalink
build(packages): delivery experiment profile images (#404)
Browse files Browse the repository at this point in the history
They are builded with new builder container.

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Sep 6, 2024
1 parent bdc2902 commit be3268b
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions packages/delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# yaml-language-server: $schema=../schemas/delivery-schema.json
deprecated:
- hub.pingcap.net/pingcap/tidb-binlog/image # deprecated in v8.3 and removed in v8.4.
definitions:
sync_trunk_community: &sync_trunk_community
description: delivery the trunk branch images.
tags_regex: [^master$]
tags_regex: [^master(-experiment)?$]
constant_tags: [nightly] # add new tags.
sync_trunk_enterprise: &sync_trunk_enterprise {}
sync_rc_community: &sync_rc_community
description: delivery community images for release branches.
tags_regex:
- ^release-[0-9]+[.][0-9]+$
- ^v[0-9]+[.][0-9]+[.][0-9]+-pre$
- ^release-[0-9]+[.][0-9]+(-experiment)?$
- ^v[0-9]+[.][0-9]+[.][0-9]+-pre(-experiment)?$
sync_rc_community_and_failpoint: &sync_rc_community_and_failpoint
description: delivery community and failpoint images for release branches.
tags_regex:
- ^release-[0-9]+[.][0-9]+$
- ^v[0-9]+[.][0-9]+[.][0-9]+-pre$
- ^release-[0-9]+[.][0-9]+-failpoint$
- ^v[0-9]+[.][0-9]+[.][0-9]+-pre-failpoint$
- ^release-[0-9]+[.][0-9]+(-(failpoint|experiment))?$
- ^v[0-9]+[.][0-9]+[.][0-9]+-pre(-(failpoint|experiment))?$
sync_rc_enterprise: &sync_rc_enterprise
description: delivery the enterprise RC images.
tags_regex:
Expand Down Expand Up @@ -283,27 +283,6 @@ image_copy_rules:
- <<: *sync_trunk_community
dest_repositories:
- docker.io/pingcap/tidb-tools
# [Deprecated]
# hub.pingcap.net/pingcap/tidb-binlog/image:
# - <<: *sync_trunk_community
# dest_repositories:
# - docker.io/pingcap/tidb-binlog
# - <<: *sync_rc_community
# dest_repositories:
# - hub.pingcap.net/qa/tidb-binlog
# - <<: *sync_ga_community
# dest_repositories:
# - docker.io/pingcap/tidb-binlog
# - uhub.service.ucloud.cn/pingcap/tidb-binlog
# - <<: *sync_rc_community_to_enterprise_repo
# dest_repositories:
# - hub.pingcap.net/qa/tidb-binlog-enterprise
# - gcr.io/pingcap-public/dbaas/tidb-binlog
# - <<: *sync_ga_community_to_enterprise_repo
# dest_repositories:
# - hub.pingcap.net/qa/tidb-binlog-enterprise
# - gcr.io/pingcap-public/dbaas/tidb-binlog
# - docker.io/pingcap/tidb-binlog-enterprise
hub.pingcap.net/tikv/tikv/image:
- <<: *sync_trunk_community
dest_repositories:
Expand Down

0 comments on commit be3268b

Please sign in to comment.