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

자동 벤치마크 추가해보기 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

codingskynet
Copy link
Owner

@codingskynet codingskynet commented Oct 9, 2022

다음과 같은 작업들을 이 PR에서 진행해보도록 한다.

  • GitHub Action workflow dispatch를 잘 이해하고 적용해본다.
    • workflow dispatch 사용해본다.
    • workflow dispatch를 사용하여 PR에 comment를 남겨본다.
  • AWS Spot instance를 생성하고, 이를 Action에서 켜서 bench를 돌리고 결과를 가져온 후 종료해본다.
    • spot instance를 생성하고 종료한 것을 Action으로부터 부팅/종료해본다.
    • ssh 등을 이용하여 현 PR branch를 clone하여 bench를 돌리고 결과값을 branch에 저장하고, 이를 잘 요약 정리하여 comment로 남겨본다.
  • Action의 접근 권한을 나만 가능하게 하도록, 보안 설정을 해본다.

@codingskynet codingskynet self-assigned this Oct 9, 2022
@codingskynet
Copy link
Owner Author

Action 테스트는 main에 merge되어야 편한 거 같아서, 따로 private repo에서 이것저것 실험해볼 예정 (action-test)

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.

1 participant