Skip to content

executor logs and concurrency issues #93

Closed
@Destrocamil

Description

@Destrocamil

Hey !
I'm so glad that gitlab-tart-executor exists, but currently I am facing 2 issues that could find some help 👍

I am having issues while trying to build 1 or more jobs simultaneously. The one that starts first, is all good. The second one keeps telling

The number of VMs exceeds the system limit (other running VMs: gitlab-8437130944, gitlab-8438646366)
Failed to retrieve IP address of VM "gitlab-8438646369" in 60 seconds: tart command returned non-zero exit code: "no IP address found, is your VM running?", will re-try...

My current configuration is

(...)
  [runners.custom]
    prepare_exec = "/opt/homebrew/bin/gitlab-tart-executor"
    prepare_args = ["prepare", "--concurrency", "4", "--cpu","auto", "--memory","auto"]
    run_exec = "/opt/homebrew/bin/gitlab-tart-executor"
    run_args = ["run"]
    cleanup_exec = "/opt/homebrew/bin/gitlab-tart-executor"
    cleanup_args = ["cleanup"]

Because I am having this issue, I was trying to find some logs but found none, at leas not aware where they are.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions