Increase CI wait time for `gdk run`
Increase the wait time before checking if GDK works fine with curl
. We recently added more services Procfile
and it now takes a little more time to load, this 10 seconds is not enough.
Merge request reports
Activity
assigned to @jacobvosmaer-gitlab
@jacobvosmaer-gitlab I opened this error because I saw a 502 in test for https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/267. See https://gitlab.com/gitlab-org/gitlab-development-kit/builds/12098763 for more details.
- Resolved by Jacob Vosmaer (GitLab)
mentioned in merge request !267 (merged)
enabled an automatic merge when the pipeline for 6caf7e98 succeeds
14:42:37 rails-web.1 | E, [2017-03-13T14:42:37.547576 #21500] ERROR -- : worker=1 PID:21545 timeout (61s > 60s), killing 14:42:37 rails-web.1 | E, [2017-03-13T14:42:37.605533 #21500] ERROR -- : reaped #<Process::Status: pid 21545 SIGKILL (signal 9)> worker=1 14:42:37 rails-web.1 | I, [2017-03-13T14:42:37.605899 #21500] INFO -- : worker=1 spawning... 14:42:37 rails-web.1 | I, [2017-03-13T14:42:37.624175 #21615] INFO -- : worker=1 spawned pid=21615 14:42:37 rails-web.1 | I, [2017-03-13T14:42:37.627841 #21615] INFO -- : Refreshing Gem list 14:42:37 gitlab-workhorse.1 | 2017/03/13 14:42:37 error: GET "/": badgateway: failed after 130s: EOF 14:42:37 gitlab-workhorse.1 | 127.0.0.1:3000 127.0.0.1:37234 - - [2017-03-13 14:40:27.664009244 +0000 UTC] "GET / HTTP/1.1" 502 3 "" "curl/7.47.0" 129.978546 0 0 0 0 0 0 0 0 --:--:-- 0:02:10 --:--:-- 0 curl: (22) The requested URL returned error: 502 Bad Gateway
Current wait time is not long enough.
@grzesiek I am bumping to 120s
enabled an automatic merge when the pipeline for f379aec8 succeeds
@jacobvosmaer-gitlab Thanks. I wonder if there is something wrong with GDK/recent changes that 30 second is not enough, as 10 seconds was enough a few merge requests before.
@jacobvosmaer-gitlab I think there is something wrong here. We have 502 after 4 minutes, we will need to investigate this
added 1 commit
- ced53cd2 - Try curl with retry and reduce wait time to 30 sec
enabled an automatic merge when the pipeline for ced53cd2 succeeds
assigned to @grzesiek
mentioned in commit e208d257