From 1782643db5b80b26a906400b320488ef392c0cca Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Fri, 5 Jun 2015 13:59:12 -0400 Subject: config files for jenkins job --- restraint/config/dist-4E-eso.json | 21 ++++++++++++++++++++ restraint/config/dist-5E-eso.json | 21 ++++++++++++++++++++ restraint/config/eso-rhel-6.json | 21 ++++++++++++++++++++ restraint/config/restraint-sanity.xml | 25 ++++++++++++++++++++++++ restraint/config/rhel-7.0-build.json | 21 ++++++++++++++++++++ restraint/config/rhel-7.1-aarch64-candidate.json | 21 ++++++++++++++++++++ restraint/config/rhel-7.1-ppc64le-auto.json | 21 ++++++++++++++++++++ 7 files changed, 151 insertions(+) create mode 100644 restraint/config/dist-4E-eso.json create mode 100644 restraint/config/dist-5E-eso.json create mode 100644 restraint/config/eso-rhel-6.json create mode 100644 restraint/config/restraint-sanity.xml create mode 100644 restraint/config/rhel-7.0-build.json create mode 100644 restraint/config/rhel-7.1-aarch64-candidate.json create mode 100644 restraint/config/rhel-7.1-ppc64le-auto.json diff --git a/restraint/config/dist-4E-eso.json b/restraint/config/dist-4E-eso.json new file mode 100644 index 0000000..06a5282 --- /dev/null +++ b/restraint/config/dist-4E-eso.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinux4", + "tag": ["RTT_ACCEPTED"], + "arch": "X86_64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} diff --git a/restraint/config/dist-5E-eso.json b/restraint/config/dist-5E-eso.json new file mode 100644 index 0000000..737d543 --- /dev/null +++ b/restraint/config/dist-5E-eso.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinuxServer5", + "tag": ["RTT_ACCEPTED"], + "arch": "X86_64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} diff --git a/restraint/config/eso-rhel-6.json b/restraint/config/eso-rhel-6.json new file mode 100644 index 0000000..f87b0af --- /dev/null +++ b/restraint/config/eso-rhel-6.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinux6", + "tag": ["RTT_ACCEPTED"], + "arch": "X86_64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} diff --git a/restraint/config/restraint-sanity.xml b/restraint/config/restraint-sanity.xml new file mode 100644 index 0000000..da038c6 --- /dev/null +++ b/restraint/config/restraint-sanity.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/restraint/config/rhel-7.0-build.json b/restraint/config/rhel-7.0-build.json new file mode 100644 index 0000000..f2a447d --- /dev/null +++ b/restraint/config/rhel-7.0-build.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinux7", + "tag": ["RTT_ACCEPTED"], + "arch": "X86_64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} diff --git a/restraint/config/rhel-7.1-aarch64-candidate.json b/restraint/config/rhel-7.1-aarch64-candidate.json new file mode 100644 index 0000000..f6d0419 --- /dev/null +++ b/restraint/config/rhel-7.1-aarch64-candidate.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinuxServerforARM7", + "tag": ["RTT_ACCEPTED"], + "arch": "aarch64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} diff --git a/restraint/config/rhel-7.1-ppc64le-auto.json b/restraint/config/rhel-7.1-ppc64le-auto.json new file mode 100644 index 0000000..f901968 --- /dev/null +++ b/restraint/config/rhel-7.1-ppc64le-auto.json @@ -0,0 +1,21 @@ +{ + "resources": [ + { + "metadata": { + "username": "someuser", + "key": "somekey.pem" + }, + "recipesets": [ + { + "family": "RedHatEnterpriseLinux7", + "tag": ["RTT_ACCEPTED"], + "arch": "ppc64", + "variant": "Server", + "hostrequire": [], + "bkr_data": {}, + }, + ], + "job_group": "ci-ops-central" + } + ] +} -- cgit