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

ci: add dispatch-push-event workflow #799

Closed
wants to merge 4 commits into from

Conversation

KeisukeShima
Copy link

@KeisukeShima KeisukeShima commented Sep 5, 2023

Description

betaブランチに変更が入った際、pilot-autoでupdate-beta-branchが実行されるようにActionを追加。

【対応内容】
pilot-autoへworkflow_dispatchイベントを送信できるよう、このリポジトリに登録されているGithub Appにpilot-autoへのread/write権限をつける必要があった。
元々このリポジトリに登録されていたGithub Appはtier4-autoware-public-botであり、private repoを追加するには適切ではないため、新たにtier4-autoware-private-botにこのリポジトリを追加した。tier4-autoware-private-botには、既にpilot-autoのread/write権限が登録されていたため、この対応で権限周りの問題が解消した。
次に、tier4-autoware-private-botを使ったトークンを生成するため、tier4-autoware-private-botで新たにprivate keyを作成し、INTERNAL_APP_ID、INTERNAL_PRIVATE_KEYという名前でこのリポジトリのSecretsに登録した。詳しい操作手順は以下のSlackを参照。
https://star4.slack.com/archives/C04CKSQ7ZFZ/p1693903989161479

Tests performed

テストブランチでのPushイベント
https://github.com/tier4/autoware.universe/actions/runs/6083837310/job/16504525212

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@KeisukeShima KeisukeShima self-assigned this Sep 5, 2023
@KeisukeShima KeisukeShima force-pushed the ci/dispatch-push-event branch from f6191fa to 49bb13c Compare September 5, 2023 07:11
@KeisukeShima KeisukeShima force-pushed the ci/dispatch-push-event branch from 49bb13c to cecf5b8 Compare September 5, 2023 08:48
@KeisukeShima KeisukeShima requested a review from h-ohta September 5, 2023 08:50
@KeisukeShima
Copy link
Author

v_and_v_utilでGitHub Appsにpilot-auto.x1.eveへのアクセス権を持たせてJobを実行したところ、成功した

Job: https://github.com/tier4/v_and_v_util/actions/runs/6082301769/job/16499788374
実行されたイベント:https://github.com/tier4/pilot-auto.x1.eve/actions/runs/6082304164

そのため、このリポジトリのGitHub Appsがpilot-auto.x1.eveへのアクセス権を持てばActionが通る。

@KeisukeShima
Copy link
Author

@tkimura4
Actionを動かすため、このリポジトリのGitHub Appsにpilot-auto.x1.eveへのアクセス権を持たせることは可能でしょうか?

Signed-off-by: Keisuke Shima <[email protected]>
@KeisukeShima KeisukeShima marked this pull request as ready for review September 5, 2023 11:17
@h-ohta
Copy link

h-ohta commented Sep 6, 2023

@KeisukeShima 今回pilot-auto.x1.eve向けのactionですが、これは他のリポジトリも対応出来るものでしょうか?
出来るのであればアクション名そのままで良さそうですが、出来ないのであればx1.eve向けのアクションとしてアクション名を変えましょう

Signed-off-by: Keisuke Shima <[email protected]>
Signed-off-by: Keisuke Shima <[email protected]>
@KeisukeShima
Copy link
Author

#803 に移動

@KeisukeShima KeisukeShima deleted the ci/dispatch-push-event branch October 13, 2023 02:05
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.

2 participants