Skip to content

Commit

Permalink
ci: temp disable build for tiflash builder image (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>

We can revert it after pingcap/tiflash#9178 be
merged.

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Jul 3, 2024
1 parent df96c7e commit b84541a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-cd-builder-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:

strategy:
matrix:
module: [builder-others, builder-tikv, builder-tikv-fips, builder-others-slow]
# module: [builder-others, builder-tikv, builder-tikv-fips, builder-others-slow]
module: [builder-others, builder-tikv, builder-tikv-fips]
platform: [linux/amd64, linux/arm64]
builder-profile: [local-docker]
include:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-cd-builder-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
packages: write
strategy:
matrix:
module: [builder-others, builder-tikv, builder-tikv-fips, builder-others-slow]
# module: [builder-others, builder-tikv, builder-tikv-fips, builder-others-slow]
module: [builder-others, builder-tikv, builder-tikv-fips]
builder-profile: [local-docker]
include:
- module: builder-tikv
Expand Down

0 comments on commit b84541a

Please sign in to comment.