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 | 29 | 30 | 31 |
Tags
- codingtest
- django
- 안드로이드
- DART
- AndroidStudio
- DFS
- android
- Python
- 알고리즘
- 분할정복
- 백준
- 동적계획법과최단거리역추적
- Flutter
- 파이썬
- issue
- 코테
- 안드로이드스튜디오
- cos
- 개발
- 코드품앗이
- cos pro 1급
- 코딩테스트
- vuejs
- cos pro
- Algorithm
- DFS와BFS
- Vue
- 동적계획법
- C++
- BAEKJOON
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