From b186ff80051f761c5e948ba46d4cfaf3b9434213 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Wed, 15 Jul 2015 09:40:47 -0400 Subject: Revert "remove restraint from ks_meta for testing" This reverts commit 775c3f1f428b45756894b63aa51b49733eb0d026. --- restraint/config/eso-rhel-6.json | 1 + restraint/config/kgtt-restraint.yaml | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/restraint/config/eso-rhel-6.json b/restraint/config/eso-rhel-6.json index 280a50f..1177c84 100644 --- a/restraint/config/eso-rhel-6.json +++ b/restraint/config/eso-rhel-6.json @@ -13,6 +13,7 @@ "variant": "Server", "hostrequire": [], "ks_meta": { + "restraint": "http://file.bos.redhat.com/~bpeck/restraint/el6eso/" }, "bkr_data": { "role": "Standalone", diff --git a/restraint/config/kgtt-restraint.yaml b/restraint/config/kgtt-restraint.yaml index e17637b..19c4e70 100644 --- a/restraint/config/kgtt-restraint.yaml +++ b/restraint/config/kgtt-restraint.yaml @@ -9,7 +9,7 @@ url: 'http://git.engineering.redhat.com/git/users/bpeck/ci-ops-central.git' #url: 'https://code.engineering.redhat.com/gerrit/ci-ops-central' branches: - - origin/restraint + - origin/testing basedir: ci-ops-central - git: url: 'https://code.engineering.redhat.com/gerrit/ci-ops-projex' @@ -39,7 +39,7 @@ url: 'http://git.engineering.redhat.com/git/users/bpeck/ci-ops-central.git' #url: 'https://code.engineering.redhat.com/gerrit/ci-ops-central' branches: - - origin/restraint + - origin/master basedir: ci-ops-central - git: url: 'http://git.app.eng.bos.redhat.com/git/ci-ops-projex.git' @@ -127,7 +127,7 @@ node: master triggers: - ci-trigger: - jms-selector: 'CI_TYPE = ''brew-taskstatechange'' AND method = ''build'' AND package = ''{project}''' + jms-selector: 'CI_TYPE = ''brew-taskstatechange'' AND method = ''build'' AND package = ''restraint''' builders: - shell: | #!/bin/bash @@ -229,6 +229,11 @@ default: ci-ops-projex/config/keys/ci-ops-central description: | Private SSH key to use for authentication + - string: + name: RESTRAINTREPO + default: http://bpeck.fedorapeople.org/restraint/el5.repo + description: | + where do we install restraint from... builders: - copyartifact: project: '{project}-2-provision' -- cgit