Skip to content

Commit

Permalink
ci(tidb-operator): update ci script for v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Jan 10, 2025
1 parent 92cdfcb commit 2c6900a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function test_get_builder_freedom_releasing() {
local profile="release"
local os="linux"
for ac in $architectures; do
for version in v1.5.0 v1.6.0; do
for version in v2.0.0 v1.6.0 v1.5.0; do
echo -en "[🚢] $cm $os $ac $version $profile:\t"
$script "$cm" "$os" "$ac" "$version" $profile
done
Expand Down Expand Up @@ -192,7 +192,7 @@ function test_gen_package_artifacts_script_freedom_releasing() {
local cm="tidb-operator"
local os="linux"
for ac in $architectures; do
for version in v1.5.0 v1.6.0; do
for version in v2.0.0 v1.6.0 v1.5.0; do
echo -en "[📃📦] $cm $os $ac $version $profile:\t"
$script "$cm" "$os" "$ac" "$version" $profile branch-xxx 123456789abcdef
shellcheck -S error packages/scripts/build-package-artifacts.sh
Expand Down Expand Up @@ -287,7 +287,7 @@ function test_gen_package_images_script_freedom_releasing() {
# tidb-operator
local cm="tidb-operator"
for ac in $architectures; do
for version in v1.6.0 v1.5.0; do
for version in v2.0.0 v1.6.0 v1.5.0; do
echo -en "[📃💿] $cm $os $ac $version $profile:\t"
$script "$cm" linux "$ac" "$version" "$profile" branch-xxx 123456789abcdef
shellcheck -S error packages/scripts/build-package-images.sh
Expand Down

0 comments on commit 2c6900a

Please sign in to comment.