Classes | |
class | CSharpPackage |
class | PHPPackage |
class | PythonPackage |
class | RubyPackage |
Functions | |
def | create_docker_jobspec (name, dockerfile_dir, shell_command, environ={}, flake_retries=0, timeout_retries=0) |
def | create_jobspec (name, cmdline, environ=None, cwd=None, shell=False, flake_retries=0, timeout_retries=0, cpu_cost=1.0) |
def | targets () |
def artifacts.package_targets.create_docker_jobspec | ( | name, | |
dockerfile_dir, | |||
shell_command, | |||
environ = {} , |
|||
flake_retries = 0 , |
|||
timeout_retries = 0 |
|||
) |
Creates jobspec for a task running under docker.
Definition at line 24 of file package_targets.py.
def artifacts.package_targets.create_jobspec | ( | name, | |
cmdline, | |||
environ = None , |
|||
cwd = None , |
|||
shell = False , |
|||
flake_retries = 0 , |
|||
timeout_retries = 0 , |
|||
cpu_cost = 1.0 |
|||
) |
Creates jobspec.
Definition at line 53 of file package_targets.py.
def artifacts.package_targets.targets | ( | ) |
Gets list of supported targets
Definition at line 168 of file package_targets.py.