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

XPR-18 CI CD 세팅 #10

Merged
merged 5 commits into from
Jun 16, 2024
Merged

XPR-18 CI CD 세팅 #10

merged 5 commits into from
Jun 16, 2024

Conversation

comforest
Copy link
Contributor

Related Jira ✔

Description ✔

PR Rule ✔

P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)

@comforest comforest self-assigned this Jun 14, 2024
Comment on lines +17 to +21
tasks {
withType<Jar> { enabled = true }
withType<BootJar> { enabled = false }
}

Copy link
Member

Choose a reason for hiding this comment

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

P3: root build.gradle.kts에 tasks를 추가한 이유를 알 수 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

빌드 할 때 Root도 인식해서 BootJar 실패가 되더라구요

- 'main'
- 'develop'
- 'feature/*'
- 'fix/*'
Copy link
Member

Choose a reason for hiding this comment

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

P3: fix는 어떤 경우에 사용되는 브랜치인지 알 수 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아 저는 구분 없이 feature 만 쓰긴 하는데
commit 컨밴션처럼 브렌치도 구분해서 쓰는 분들이 있어서 그냥 작성해둔 브랜치에요

Comment on lines +36 to +40
- name: Upload CI results
uses: actions/upload-artifact@v2
with:
name: ci-results
path: build/ci-results
Copy link
Member

@SunwoongH SunwoongH Jun 16, 2024

Choose a reason for hiding this comment

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

P5: 어떤 명령어인지 궁금합니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

어 result를 출력 해주는 걸로 아는데 저도 잘 모르겠네요 ㅋㅋㅋ ㅎㅎ..

Comment on lines +44 to +45
outputs:
image: echo ${{ steps.build-image.outputs.image }}
Copy link
Member

@SunwoongH SunwoongH Jun 16, 2024

Choose a reason for hiding this comment

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

P5: 이 부분도 어떤 의도로 작성되었는지 궁금합니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

디버깅용 입니다. 이슈가 발생 했을 때 이미지 테그가 랜덤값이다보니 잘 적용 되었는 지 등 알 필요가 있을 때가 있더라구요

Copy link
Member

@SunwoongH SunwoongH left a comment

Choose a reason for hiding this comment

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

고생 많으셨습니다!

@comforest comforest merged commit 8526092 into develop Jun 16, 2024
1 check passed
@comforest comforest deleted the feature/XPR-18 branch June 16, 2024 08:42
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