Skip to content
Snippets Groups Projects

Increase CI wait time for `gdk run`

Merged Grzegorz Bizon requested to merge fix/gb/increase-ci-gdk-run-wait-time into master
All threads resolved!

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Grzegorz Bizon mentioned in merge request !267 (merged)

    mentioned in merge request !267 (merged)

  • Jacob Vosmaer (GitLab) enabled an automatic merge when the pipeline for 6caf7e98 succeeds

    enabled an automatic merge when the pipeline for 6caf7e98 succeeds

  • Jacob Vosmaer (GitLab) resolved all discussions

    resolved all discussions

  • 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.

  • added 1 commit

    • f379aec8 - Sleep 2 minutes before making a request

    Compare with previous version

  • Jacob Vosmaer (GitLab) enabled an automatic merge when the pipeline for f379aec8 succeeds

    enabled an automatic merge when the pipeline for f379aec8 succeeds

  • Author Maintainer

    @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.

  • Author Maintainer

    Maybe this is a different problem :thinking:

  • Grzegorz Bizon added 1 commit

    added 1 commit

    • ae076729 - Bump gdk run wait time to 4 minutes

    Compare with previous version

  • Author Maintainer

    @jacobvosmaer-gitlab I think there is something wrong here. We have 502 after 4 minutes, we will need to investigate this :thinking:

  • Grzegorz Bizon added 1 commit

    added 1 commit

    • ced53cd2 - Try curl with retry and reduce wait time to 30 sec

    Compare with previous version

  • Grzegorz Bizon enabled an automatic merge when the pipeline for ced53cd2 succeeds

    enabled an automatic merge when the pipeline for ced53cd2 succeeds

  • Author Maintainer

    Let's try curl with retry, maybe we need to issue a request to kick things off.

  • Grzegorz Bizon added 1 commit

    added 1 commit

    • aa268ebf - Ignore status of node processes clean up

    Compare with previous version

  • Grzegorz Bizon mentioned in commit e208d257

    mentioned in commit e208d257

  • Please register or sign in to reply
    Loading