Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(packages): delivery experiment profile images #404

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading