Sub-sections must be placed under correcponding section
This commit is contained in:
parent
a4e536b8eb
commit
cd5caeafc5
@ -79,46 +79,48 @@ folder('infra') {
|
||||
description('File synchronization')
|
||||
filterBuildQueue()
|
||||
filterExecutors()
|
||||
listView {
|
||||
name('AMD64')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
jobs {
|
||||
platforms.each { platform ->
|
||||
name("sync-${platform}")
|
||||
sections {
|
||||
listView {
|
||||
name('AMD64')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
jobs {
|
||||
platforms.each { platform ->
|
||||
name("sync-${platform}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
listView {
|
||||
name('MCST e2k')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
jobs {
|
||||
elbrusBracnhes.each { branch ->
|
||||
name("sync-e2k-${branch}")
|
||||
listView {
|
||||
name('MCST e2k')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
jobs {
|
||||
elbrusBracnhes.each { branch ->
|
||||
name("sync-e2k-${branch}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
listView {
|
||||
name('MIPS32 LE')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
listView {
|
||||
name('MIPS32 LE')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
}
|
||||
}
|
||||
listView {
|
||||
name('Aarch64')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
listView {
|
||||
name('Aarch64')
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
buildButton()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user