aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 6b9d10c2109aae3a316d5a099c8e9d7696d337bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0. local_settings
REPOSITORIES_HOME
LAVA_SERVER_URL
LAVA_JOB_ID_REGEXP
LAVA_JOB_RUNNING_STATUSES
JENKINS_BUILD_RUNNING_STATUSES

1. create entry in admin for:
 - git repo (Test repository)
 - jenkins server (Jenkins service)

2. run manage.py
 - manage.py clonerepos (once each time repo is added to admin)
 - manage.py pullrepos (cron or manually every time the repo is updated)
 - manage.py fetch_matrix_builds (cron)
 - manage.py update_running_lava_jobs (cron)
 - manage.py update_running_jenkins_jobs (cron)