Runner Package (autotransform.runner)
Runner components are responsible for handling the running of AutoTransform schemas. They can trigger runs on remote infrastructure or locally on a given machine.
- Runner (autotransform.runner.base)
- GithubRunner (autotransform.runner.github)
GithubRunnerGithubRunner.run_workflowGithubRunner.update_workflowGithubRunner.repo_nameGithubRunner.repo_refGithubRunner.target_repo_nameGithubRunner.target_repo_refGithubRunner.nameGithubRunner.model_configGithubRunner.nameGithubRunner.repo_nameGithubRunner.repo_refGithubRunner.run()GithubRunner.run_workflowGithubRunner.target_repo_nameGithubRunner.target_repo_refGithubRunner.update()GithubRunner.update_workflow
- JenkinsRunner (autotransform.runner.jenkins)
- LocalRunner (autotransform.runner.local)