summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-07-15 09:40:47 -0400
committerBill Peck <bpeck@redhat.com>2015-07-15 09:40:47 -0400
commitb186ff80051f761c5e948ba46d4cfaf3b9434213 (patch)
treedf5e46cc5d09ae7097cbefc214416c6fb65892c5
parent775c3f1f428b45756894b63aa51b49733eb0d026 (diff)
downloadtests-b186ff80051f761c5e948ba46d4cfaf3b9434213.tar.gz
tests-b186ff80051f761c5e948ba46d4cfaf3b9434213.tar.xz
tests-b186ff80051f761c5e948ba46d4cfaf3b9434213.zip
Revert "remove restraint from ks_meta for testing"
This reverts commit 775c3f1f428b45756894b63aa51b49733eb0d026.
-rw-r--r--restraint/config/eso-rhel-6.json1
-rw-r--r--restraint/config/kgtt-restraint.yaml11
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'