Classes | |
class | CppDistribTest |
class | CSharpDistribTest |
class | PHP7DistribTest |
class | PythonDistribTest |
class | RubyDistribTest |
Functions | |
def | create_docker_jobspec (name, dockerfile_dir, shell_command, environ={}, flake_retries=0, timeout_retries=0, copy_rel_path=None, timeout_seconds=30 *60) |
def | create_jobspec (name, cmdline, environ=None, shell=False, flake_retries=0, timeout_retries=0, use_workspace=False, timeout_seconds=10 *60) |
def | targets () |
def artifacts.distribtest_targets.create_docker_jobspec | ( | name, | |
dockerfile_dir, | |||
shell_command, | |||
environ = {} , |
|||
flake_retries = 0 , |
|||
timeout_retries = 0 , |
|||
copy_rel_path = None , |
|||
timeout_seconds = 30 * 60 |
|||
) |
Creates jobspec for a task running under docker.
Definition at line 24 of file distribtest_targets.py.
def artifacts.distribtest_targets.create_jobspec | ( | name, | |
cmdline, | |||
environ = None , |
|||
shell = False , |
|||
flake_retries = 0 , |
|||
timeout_retries = 0 , |
|||
use_workspace = False , |
|||
timeout_seconds = 10 * 60 |
|||
) |
Creates jobspec.
Definition at line 57 of file distribtest_targets.py.
def artifacts.distribtest_targets.targets | ( | ) |
Gets list of supported targets
Definition at line 350 of file distribtest_targets.py.