소스 검색

buildbot repo configuration

covid-videoplattform
부모
커밋
4375e642c2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      templates/buildbot/master.cfg.j2

+ 3
- 1
templates/buildbot/master.cfg.j2 파일 보기

@@ -57,7 +57,9 @@ c['schedulers'].append(schedulers.ForceScheduler(
# only take place on one worker.

factory = util.BuildFactory()
factory.addStep(steps.GitHub(repourl='https://github.com/covid-videoplattform/covid-videoplattform.git', mode='incremental'))
{% for repo in buildbot_github_repos %}
factory.addStep(steps.GitHub(name='{{repo.name}}',repourl='{{repo.repourl}}', mode='incremental',workdir='{{repo.workdir}}', alwaysUseLatest=True))
{% endfor %}
#factory.addStep(steps.ShellCommand(command=["trial", "hello"],
# env={"PYTHONPATH": "."}))



불러오는 중...
취소
저장