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, I Noticed That My Experiments Fail If I Try To Clone Them And Enqueue Them After I Already Pushed Another Commits (Following The Commit Of The Cloned Experiment). I Am Getting The Error

Hi, I noticed that my experiments fail if I try to clone them and enqueue them after I already pushed another commits (following the commit of the cloned experiment).
I am getting the error clearml_agent: ERROR: Failed cloning repository and there are two things suggested in the error:

  1. Make sure you pushed the requested commit: ...
  2. Check if remote-worker has valid credentials [see worker configuration file]
    However both of those don't seem to be the reason - the commit is visible in the git log and also the credentials are the same as usual (ssh authentication) Also, if I run on the same worker an experiment with the newest commit it runs fine. What could be the reason?
  
  
Posted 10 months ago
Votes Newest

Answers 2


It was just mentioning that I don't have access rights
image

  
  
Posted 10 months ago

Can you share the agent log, in the console tab, before the error?

  
  
Posted 10 months ago