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

DockerビルドCI: イメージタグの別名を別々にビルドしないようにする #1498

Conversation

aoirint
Copy link
Member

@aoirint aoirint commented Dec 2, 2024

内容

DockerビルドCIで、イメージタグの別名を別々にビルドしないようにします。

の実装です。

  • タグの同等の別名を1ジョブでまとめてビルド・プッシュするようにした
    • 別名の一覧はmatrix.tagsにカンマ区切りで設定します。
  • CIのOS指定をmatrixから削除した
    • matrix.osがあることによって、matrix.tagのパターンを記述する必要が生じていた(書かないと実行されなかったからだった気がする)ので、matrix.osを削除しました。Dockerイメージのビルドなので、Ubuntu以外で実行することはないかなと思います。
  • ビルドキャッシュの数を削減した
    • latest-buildcache, cpu-latest-buildcache, cpu-ubuntu20.04-latest-buildcacheのように別名ごとにビルドキャッシュが作られていたと思いますが、cpu-ubuntu20.04-latest-buildcache(長い形式)に統一するようにしました。統一する名前は、matrix.buildcache_tagで設定します。matrix.tagsの一番最後とかでもいいかもですが、こちらの方が確実かなと思いました。

TODO

  • リリーステストの通過を確認

関連 Issue

その他

@aoirint aoirint marked this pull request as ready for review December 2, 2024 14:46
@aoirint aoirint requested a review from a team as a code owner December 2, 2024 14:46
@aoirint aoirint requested review from Hiroshiba and removed request for a team December 2, 2024 14:46
@aoirint
Copy link
Member Author

aoirint commented Dec 2, 2024

リリーステストを通過したのでReady for Reviewにしましたが、

latestの場合の動作確認をしていなかったので確認中です。引数見る限りは期待通りに動いていそうです。

@aoirint aoirint marked this pull request as draft December 2, 2024 14:58
@aoirint
Copy link
Member Author

aoirint commented Dec 2, 2024

やっぱりlatestは動かなかったのでDraftに戻して再ビルド中です。

@aoirint
Copy link
Member Author

aoirint commented Dec 10, 2024

もともとコメントは過剰ぎみに書いていたので、削るのに賛成です!

反映したので再レビュー依頼します。

プログラムの引数の説明・関数の引数の説明を具体例にするか、REPO/VERにするかは悩んでいます。

もう一度変えてほしいなどでも指摘歓迎です。

@aoirint aoirint requested a review from Hiroshiba December 10, 2024 23:41
@aoirint
Copy link
Member Author

aoirint commented Dec 10, 2024

masterブランチへの追従だけしておきました

@aoirint
Copy link
Member Author

aoirint commented Dec 11, 2024

Dockerfileのビルド変数BASE_IMAGEのBASE_BUILD_IMAGEへのリネームについて考えていませんでした。

そこは未変更です。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!!

コメントに関してのコメントが主になっていますが、もうほとんど完成だと思います!

.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
tools/generate_docker_image_names.py Outdated Show resolved Hide resolved
tools/generate_docker_image_names.py Outdated Show resolved Hide resolved
@Hiroshiba
Copy link
Member

特に問題ない項目でCIが落ちてしまっているので、修正するプルリクを作りました! 🙇

同じ変更をするか、↑を取り込むか、↑がマージされてから取り込んでいただければテストが通ると思います 🙇

@aoirint
Copy link
Member Author

aoirint commented Dec 12, 2024

取り込みます。

@aoirint
Copy link
Member Author

aoirint commented Dec 12, 2024

取り込みました。

コメントとは関係ないんですが、tools/generate_docker_image_names.pyで
引数リストが長いのが気になったので末尾カンマをつけてフォーマットするのと、
キーワード引数にするコミットを追加しちゃいました。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

コメントのブラッシュアップありがとうございました!!
いくつかdocker周りでご提案いただいているのもぜひプルリクいただければと!
そして今回のような感じで進められればと…!🙏

一旦だけsuggestとりこんでマージします!

.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
@Hiroshiba Hiroshiba merged commit a000c66 into VOICEVOX:master Dec 13, 2024
4 checks passed
@aoirint aoirint deleted the feature/docker-commonize-hash-of-same-feature-image branch December 13, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DockerビルドCI: タグの別名を別々にビルドしないようにする提案
2 participants