Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, Im Using Aws Autoscaler And Having Issues With Clonning Repos On A Machine That Has Already Run A Task Before. You May See The Entire Error In The Attached Log File. In A Brief:

hi, im using aws autoscaler and having issues with clonning repos on a machine that has already run a task before.
you may see the entire error in the attached log file. in a brief: fatal: could not read Username for ' None ': terminal prompts disabled
this is happening only in vms that has already been used by another task. for new vm instances the error doesn't appear and the task is completed.
in the aws autoscaler configuration im inserting my git account and a git token (the token is not expired).

  
  
Posted 21 days ago
Votes Newest

Answers 4


yes the agent has already cloned the same repo in the first task (from the same account with the same user and token).
do you mean the full log of the machine itself? the full log of the failed task is attached already

  
  
Posted 20 days ago

Hi @<1594863230964994048:profile|DangerousBee35> , can you please share the full log? Also, is it possible that the agent previously cloned from GitHub as well?

  
  
Posted 21 days ago

Regarding my previous question, I was wondering if you're cloning not just from GitLab, but also from GitHub

  
  
Posted 19 days ago

no, im clonning only from gitlab.
another issue i had regarding clonning git raised when i tried using clearml-agent daemon, it was unable to find my git user name (i used the --git-user and --git-pass args). how can one debug these issues, if possible at all from the user side?

  
  
Posted 19 days ago
106 Views
4 Answers
21 days ago
19 days ago
Tags