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 Team, Can Someone Help Better Understand The Prerequisites For Running A Cloned Task (If Any)? Background: I Was Able To Run And Complete A Task From Vscode. The Same Task, When Cloned And Enqueued Would Result In A File Or Directory Not Found Error. T

Hi team, can someone help better understand the prerequisites for running a cloned task (if any)?
Background: I was able to run and complete a task from VSCode. The same task, when cloned and enqueued would result in a file or directory not found error. The file has been pushed to the remote repo and the local branch is up to date.
Is there anything that was missed? Any insight or suggestion is appreciated.

  
  
Posted one year ago
Votes Newest

Answers 7


Are you sure all the files needed are pushed to your git repo ?
Go to a another folder and git clone that exact branch/commit and check the files are there ?

  
  
Posted one year ago

Yeah, plus I already see it in the Github webpage.

  
  
Posted one year ago

@<1576381444509405184:profile|ManiacalLizard2> Thanks for your reply.
Due to security considerations, not sure if I can provide the full log but attached is the error message.
image

  
  
Posted one year ago

I think I was able to find a fix by adding task.execute_remotely() to the script and execute from VSCode once. From there, all cloned tasks were able to run successfully. Is this the expected behavior?

  
  
Posted one year ago

please provide the full logs and error message.

  
  
Posted one year ago

what about the log aroundwhen it try to actually clone your repo ?

  
  
Posted one year ago

very hard to diagnose with this tiny bit of log ...

  
  
Posted one year ago