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 파이프라인 버그 수정 #48

Merged
merged 4 commits into from
Nov 5, 2024
Merged

CI 파이프라인 버그 수정 #48

merged 4 commits into from
Nov 5, 2024

Conversation

Miensoap
Copy link
Collaborator

@Miensoap Miensoap commented Nov 5, 2024

📄 Summary

base 브랜치와 비교하는 것으로 바꾼 후로, CI 워크플로우에서 변경사항이 제대로 체크되지 않음.

🙋🏻 More

yarn 캐싱 적용해 CI 속도 향상

캐시 적용 전 : 33초 / install 15초

캐시 첫 적용 : 2분 48초 / install 14초

image
image

첫 번째 액션에서는 post-cache 액션으로 캐시를 저장하기 위해 시간이 오래 걸리는 것을 확인

캐싱 후 액션 : 24초 / 캐시 4초 / install 0초

image

기존에 14,15초 걸리던 yarn insatll 명령을 4초로 단축
총 33초 걸리던 CI 파이프라인 액션을 24초로 단축

🕰️ Actual Time of Completion

1H

close #47

@Miensoap Miensoap added the 🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다 label Nov 5, 2024
@Miensoap Miensoap self-assigned this Nov 5, 2024
Miensoap added a commit that referenced this pull request Nov 5, 2024
변경사항이 없다면 워크플로우 종료
Miensoap added a commit that referenced this pull request Nov 5, 2024
변경사항이 없다면 워크플로우 종료
Miensoap added a commit that referenced this pull request Nov 5, 2024
Copy link
Collaborator

@1119wj 1119wj left a comment

Choose a reason for hiding this comment

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

멋지네요 !
나중에 어떤 부분의 캐싱인지 공유해주세요 ~

@1119wj 1119wj merged commit 2a0bde4 into develop Nov 5, 2024
2 checks passed
koomchang pushed a commit that referenced this pull request Nov 13, 2024
@Miensoap Miensoap deleted the feature/#47 branch November 13, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI 워크플로우에서 변경사항 체크가 제대로 이루어지지 않는 현상을 해결한다.
3 participants