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
I Am Trying To Run A Task That Is Completely Detached From Git - Remotely. The Script Uploads Fine But In The Ui, The Git Repo Appears As “Origin”. When The Agent Tries To Pick This Up, It Fails On Trying To Clone “Origin”. What Can I Do To Let The Agent

I am trying to run a task that is completely detached from git - remotely.
The script uploads fine but in the UI, the git repo appears as “origin”.
When the agent tries to pick this up, it fails on trying to clone “origin”.
What can I do to let the agent know it shouldn’t clone at all?
` created virtual environment CPython3.8.12.final.0-64 in 415ms
creator CPython3Posix(dest=/home/ec2-user/.clearml/venvs-builds/3.8, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ec2-user/.local/share/virtualenv)
added seed packages: pip==22.2.2, setuptools==65.3.0, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

Could not lock cache folder "origin" (timeout 300 sec), using temp vcs cache.
cloning: origin
fatal: repository 'origin' does not exist

Repository cloning failed: Command '['clone', 'origin', '/home/ec2-user/.clearml/vcs-cache/origin.7c49b153d4b59f8c0cf8c3e18dc80cb7_04219037699068626/origin', '--quiet', '--recursive']' returned non-zero exit status 128. `

  
  
Posted one year ago
Votes Newest

Answers 9


What happens if you remove the repository information?

  
  
Posted one year ago

Does it save the code in the uncommitted changes?

  
  
Posted one year ago

CostlyOstrich36 yes

  
  
Posted one year ago

CostlyOstrich36 If I delete the origin and all other info and set it to tag_name=‘xxx’ then it is able to work

  
  
Posted one year ago

RoughTiger69 how did you end up with a Task with just "origin" in the repo field ?

  
  
Posted one year ago

You mean it works that way?

  
  
Posted one year ago

CostlyOstrich36 yes

  
  
Posted one year ago

AgitatedDove14 no clue. new folder outside of any checked out project, copied a single python file…

  
  
Posted one year ago

Is this reproducible ?

  
  
Posted one year ago
695 Views
9 Answers
one year ago
one year ago
Tags