summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'