summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-05 13:59:12 -0400
committerBill Peck <bpeck@redhat.com>2015-06-05 13:59:12 -0400
commit1782643db5b80b26a906400b320488ef392c0cca (patch)
treea0a7019905a63a8b5844228e09dbdb3a681e75e7
parentc329420d86332668fb543c5dadff1c1dcb6851b0 (diff)
downloadtests-1782643db5b80b26a906400b320488ef392c0cca.tar.gz
tests-1782643db5b80b26a906400b320488ef392c0cca.tar.xz
tests-1782643db5b80b26a906400b320488ef392c0cca.zip
config files for jenkins job
-rw-r--r--restraint/config/dist-4E-eso.json21
-rw-r--r--restraint/config/dist-5E-eso.json21
-rw-r--r--restraint/config/eso-rhel-6.json21
-rw-r--r--restraint/config/restraint-sanity.xml25
-rw-r--r--restraint/config/rhel-7.0-build.json21
-rw-r--r--restraint/config/rhel-7.1-aarch64-candidate.json21
-rw-r--r--restraint/config/rhel-7.1-ppc64le-auto.json21
7 files changed, 151 insertions, 0 deletions
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 @@
+<job>
+ <recipeSet>
+ <recipe>
+ <task name="/tests/restraint/env/metadata">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/env/metadata"/>
+ </task>
+ <task name="/tests/restraint/false">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/false"/>
+ </task>
+ <task name="/tests/restraint/nohup">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/nohup"/>
+ </task>
+ <task name="/tests/restraint/sleep">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/sleep"/>
+ </task>
+ <task name="/tests/restraint/top">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/top"/>
+ </task>
+ <task name="/tests/restraint/vmstat">
+ <fetch url="git://git.engineering.redhat.com/srv/git/users/bpeck/tests.git?master#restraint/vmstat"/>
+ </task>
+ </recipe>
+ </recipeSet>
+</job>
+
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"
+ }
+ ]
+}