mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
Change config's to use .jail for cod[fg]'s
Change-Id: Ib7efb7d5a14371a3eb0dfa4a99992ea096146980 TBR=Config change: Need to specify subnet for *.jail.
This commit is contained in:
parent
32759cfe68
commit
f0fcd1acfd
@ -43,7 +43,7 @@ config['x86_pineview_bin'] = {
|
|||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'master' : False,
|
'master' : False,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codf200',
|
'hostname' : 'codf200.jail',
|
||||||
'unittests': True,
|
'unittests': True,
|
||||||
}
|
}
|
||||||
config['arm_tegra2_bin'] = {
|
config['arm_tegra2_bin'] = {
|
||||||
@ -51,7 +51,7 @@ config['arm_tegra2_bin'] = {
|
|||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'master' : False,
|
'master' : False,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codg172',
|
'hostname' : 'codg172.jail',
|
||||||
'unittests' : False,
|
'unittests' : False,
|
||||||
}
|
}
|
||||||
config['arm_voguev210_bin'] = {
|
config['arm_voguev210_bin'] = {
|
||||||
@ -59,7 +59,7 @@ config['arm_voguev210_bin'] = {
|
|||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'master' : False,
|
'master' : False,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codf196',
|
'hostname' : 'codf196.jail',
|
||||||
'unittests' : False,
|
'unittests' : False,
|
||||||
}
|
}
|
||||||
config['arm_beagleboard_bin'] = {
|
config['arm_beagleboard_bin'] = {
|
||||||
@ -67,7 +67,7 @@ config['arm_beagleboard_bin'] = {
|
|||||||
'master' : False,
|
'master' : False,
|
||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codf202',
|
'hostname' : 'codf202.jail',
|
||||||
'unittests' : False,
|
'unittests' : False,
|
||||||
}
|
}
|
||||||
config['arm_st1q_bin'] = {
|
config['arm_st1q_bin'] = {
|
||||||
@ -75,7 +75,7 @@ config['arm_st1q_bin'] = {
|
|||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'master' : False,
|
'master' : False,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codg158',
|
'hostname' : 'codg158.jail',
|
||||||
'unittests' : False,
|
'unittests' : False,
|
||||||
}
|
}
|
||||||
config['arm_generic_bin'] = {
|
config['arm_generic_bin'] = {
|
||||||
@ -83,6 +83,6 @@ config['arm_generic_bin'] = {
|
|||||||
'uprev' : True,
|
'uprev' : True,
|
||||||
'master' : False,
|
'master' : False,
|
||||||
'important' : False,
|
'important' : False,
|
||||||
'hostname' : 'codg175',
|
'hostname' : 'codg175.jail',
|
||||||
'unittests' : False,
|
'unittests' : False,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user