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 All! I Start A Task Remotely Using A Queue. I’M Getting An Error Because Clearml Doesn’T See The Latest Commit In My Git Repo. It Constantly Refers To One Specific Not The Latest Commit. How Can This Be Fixed?

Hi all! I start a task remotely using a queue. I’m getting an error because clearml doesn’t see the latest commit in my git repo. It constantly refers to one specific not the latest commit. How can this be fixed?

  
  
Posted one year ago
Votes Newest

Answers 5


I have another question. I wrote trigger. It should works when task status changes from completed to published. This trigger cause work of another task, but when it happens task use not the last commit ID, and i cant fix that. What could be the problem?

  
  
Posted one year ago

Hi @<1562610703553007616:profile|CloudyCat50> , under the 'execution' tab you have source code section. When in draft mode, you can edit a task and change it from a specific commit ID to latest commit in some branch for example

  
  
Posted one year ago

Thank you for your answer. But a cant see any button to change my commit ID(

  
  
Posted one year ago

Ok, thank you for your help!

  
  
Posted one year ago

Task has to be in draft mode, hover over the section and you will see an edit button or just double click the field you want to edit

  
  
Posted one year ago
581 Views
5 Answers
one year ago
one year ago
Tags