-
Notifications
You must be signed in to change notification settings - Fork 203
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 イメージをリリース時にテストするように追加 & ubuntu18 をベースとしたイメージのサポートを終了 #650
Docker イメージをリリース時にテストするように追加 & ubuntu18 をベースとしたイメージのサポートを終了 #650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
まだPR見れてないのですが、127.0.0.1に統一していくのが良いかなと思いました🙏 |
…se-test-docker # Conflicts: # .github/workflows/build-docker.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
いくつかコメントしてみました!
実際にrelease-test-dockerを動かすにはreleasesを作る必要があるかもです。
フォーク先のActionsでブランチ指定してbuild-dockerを回せば実行される・・・はず?
5a96bec
to
2960c18
Compare
おっと!! テストの効果が出ててすごくいいですね・・・!!! ついでにubuntu22追加しちゃっても良いかもですね! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ubuntu18のとこ以外はLGTMです!!
ubuntu22 の検証&対応は別の PR で対応したいと考えてます -> #660 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
修正ありがとうございます!!
ubuntu22対応も嬉しいです!!
こちらで実際にテストreleaseを作ってみました! actionsはたぶんこちらです。 |
内容
check_release_build.py
にて--skip_run_process
を指定している場合にprocess
の起動をスキップできるようにしまた、この変更は Docker 内でプロセスを立ち上げているのにプロセスを立ち上げないようにするためです。関連 Issue
スクリーンショット・動画など
テストの様子
その他
build
->check_release_build.py
のパターンだけテストできていないrun-release-test-workflow
のif
節でenv.〇〇
が使用できなかったため、config の部分で宣言するようにし利用できるようにした。run-on
がないため)