Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 코드품앗이
- DFS와BFS
- Flutter
- 동적계획법과최단거리역추적
- 파이썬
- cos
- android
- 동적계획법
- AndroidStudio
- vuejs
- 개발
- Algorithm
- 알고리즘
- cos pro 1급
- codingtest
- 분할정복
- 안드로이드
- DFS
- django
- 코딩테스트
- Python
- cos pro
- C++
- 백준
- Vue
- issue
- BAEKJOON
- 코테
- DART
- 안드로이드스튜디오
Archives
- Today
- Total
Development Artist
[Gitlab-runner,CI/CD Issue] WARNING: Uploading artifacts as "archive" to coordinator... failed id= responseStatus=504 Gateway Time-out status=504 FATAL: invalid argument / Could not create cache adapter error=cache factory not found: factory for cache a.. 본문
Internship
[Gitlab-runner,CI/CD Issue] WARNING: Uploading artifacts as "archive" to coordinator... failed id= responseStatus=504 Gateway Time-out status=504 FATAL: invalid argument / Could not create cache adapter error=cache factory not found: factory for cache a..
JMcunst 2021. 8. 23. 13:13728x90
반응형
이슈
1. 다음과 같이 gitlab CI/CD에서 build가 failed났다. log를 보니, artifact문제로 보인다.
WARNING: Uploading artifacts as "archive" to coordinator... failed id= responseStatus=504 Gateway Time-out status=504 token=
FATAL: invalid argument
2. 쿠버네티스에서 gitlab이 돌아가고 있는 pod의 log를 보았다.
Could not create cache adapter error=cache factory not found: factory for cache adapter "" was not registered
해결
1. Gitlab - setting - CI/CD : timeout 과 size를 늘려준다. default는 1h 과 100mb 이니, 그 이상으로 해준다.
2. [runners.cache] 를 지운다. s3면 runner.cache.s3.
3. EC2 등 용량이 full인지 확인한다. full 또는 거의 다 찼다면 용량을 늘린다.
728x90
반응형
'Internship' 카테고리의 다른 글
Comments