CI profile must have 'static' flag

Change-Id: Ieae9c777aa6601428a9bc90b95c7f77f103d6e83
This commit is contained in:
Ilya Shakhat 2014-10-08 13:28:17 +04:00
parent 89607115d4
commit 03be2b4e19
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ def _update_with_driverlog_data(default_data, driverlog_data_uri):
default_data['users'].append({
'gerrit_id': driver['ci']['id'],
'user_name': driver['ci']['id'],
'static': True,
'companies': [
{'company_name': driver['vendor'], 'end_date': None}],
})