mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add powerpc and z to rebuild labels
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
1202592f6e
commit
8304f30271
1 changed files with 10 additions and 0 deletions
10
poule.yml
10
poule.yml
|
@ -70,6 +70,11 @@
|
||||||
configurations: [ janky ],
|
configurations: [ janky ],
|
||||||
label: "rebuild/janky",
|
label: "rebuild/janky",
|
||||||
}
|
}
|
||||||
|
- type: rebuild
|
||||||
|
settings: {
|
||||||
|
configurations: [ powerpc ],
|
||||||
|
label: "rebuild/powerpc",
|
||||||
|
}
|
||||||
- type: rebuild
|
- type: rebuild
|
||||||
settings: {
|
settings: {
|
||||||
configurations: [ userns ],
|
configurations: [ userns ],
|
||||||
|
@ -90,3 +95,8 @@
|
||||||
configurations: [ windowsRS1 ],
|
configurations: [ windowsRS1 ],
|
||||||
label: "rebuild/windowsRS1",
|
label: "rebuild/windowsRS1",
|
||||||
}
|
}
|
||||||
|
- type: rebuild
|
||||||
|
settings: {
|
||||||
|
configurations: [ z ],
|
||||||
|
label: "rebuild/z",
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue