From d876b651f4cc13527b6a008f7db92fbc2ec9dcf1 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 30 Jan 2017 14:54:17 -0800 Subject: [PATCH] add powerpc and z to rebuild labels Signed-off-by: Victor Vieux Upstream-commit: 8304f30271e030c8f6b57198ff7f6f34d5d438f0 Component: engine --- components/engine/poule.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/engine/poule.yml b/components/engine/poule.yml index d9fda3f09c..a9b7144549 100644 --- a/components/engine/poule.yml +++ b/components/engine/poule.yml @@ -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", + }