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

fix(packges): update packages.yaml.tmpl #387

Merged
merged 1 commit into from
Aug 21, 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
22 changes: 11 additions & 11 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-24-gd14aee6-go1.20
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
Expand Down Expand Up @@ -246,7 +246,7 @@ components:
- {{ .Release.version }}
builders:
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20240325-24-gd14aee6-go1.20
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
Expand Down Expand Up @@ -343,7 +343,7 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/pd:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/pd:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/pd:v20240325-24-gd14aee6-go1.20
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
Expand Down Expand Up @@ -546,7 +546,7 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.20
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
Expand Down Expand Up @@ -890,7 +890,7 @@ components:
- {{ .Release.version }}
builders:
# BUG: tidb-tools has not release branches and all tags taged on master branch.
- image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.21
- image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-91-g4bdc4c6-go1.21
routers:
- description: interpret versions according to semantic version spec.
if: {{ semver.CheckConstraint ">= 6.1.0-0" .Release.version }}
Expand Down Expand Up @@ -936,7 +936,7 @@ components:
- {{ .Release.version }}
builders:
# BUG: tidb-ctl has not release branches and all tags taged on master branch.
- image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.21
- image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-91-g4bdc4c6-go1.21
routers:
- description: For all versions.
os: [linux, darwin]
Expand Down Expand Up @@ -968,7 +968,7 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.20
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
Expand Down Expand Up @@ -1057,7 +1057,7 @@ components:
- {{ strings.ReplaceAll "/" "-" .Git.ref | strings.ToLower }}
- {{ .Release.version }}
builders:
- image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v20240325-52-ga8d3395
- image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v20240325-91-g4bdc4c6
routers:
- description: interpret versions according to semantic version spec.
if: {{ semver.CheckConstraint ">= 1.5.0-0" .Release.version }}
Expand Down Expand Up @@ -1336,9 +1336,9 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ semver.CheckConstraint ">= 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v20240325-91-g4bdc4c6-go1.21
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 7.0.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v20240325-24-gd14aee6-go1.19
- if: {{ semver.CheckConstraint "< 6.1.0-0" .Release.version }}
Expand Down Expand Up @@ -1784,7 +1784,7 @@ components:
- {{ .Release.version }}
builders: # binary builder, also we need it when build for mac to get build tools versions and other informations.
- if: {{ and (semver.CheckConstraint ">= 0.1.2-0" .Release.version) (ne "fips" .Release.profile) }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-24-gd14aee6-go1.21
image: ghcr.io/pingcap-qe/cd/builders/tidb:v20240325-91-g4bdc4c6-go1.21
routers:
- description: From 0.1.2
if: {{ semver.CheckConstraint ">= 0.1.2-0" .Release.version }}
Expand Down
Loading