add powerpc and z to rebuild labels

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: 8304f30271e030c8f6b57198ff7f6f34d5d438f0
Component: engine
This commit is contained in:
Victor Vieux
2017-01-30 14:54:17 -08:00
parent 1af61b4645
commit d876b651f4

View File

@ -70,6 +70,11 @@
configurations: [ janky ],
label: "rebuild/janky",
}
- type: rebuild
settings: {
configurations: [ powerpc ],
label: "rebuild/powerpc",
}
- type: rebuild
settings: {
configurations: [ userns ],
@ -90,3 +95,8 @@
configurations: [ windowsRS1 ],
label: "rebuild/windowsRS1",
}
- type: rebuild
settings: {
configurations: [ z ],
label: "rebuild/z",
}