Merge pull request #30576 from vieux/more_rebuild_labels

add powerpc and z to rebuild labels
Upstream-commit: a51c17f90bdf8880504523f48781fd30b5810f25
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-01-30 18:11:04 -08:00
committed by GitHub

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",
}