From 553e961f8950b2ea2c39f66655f3f16212b55c22 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Fri, 5 Jun 2015 16:05:35 -0400 Subject: fix json files --- restraint/config/dist-4E-eso.json | 6 ++---- restraint/config/dist-5E-eso.json | 4 ++-- restraint/config/eso-rhel-6.json | 4 ++-- restraint/config/rhel-7.0-build.json | 4 ++-- restraint/config/rhel-7.1-aarch64-candidate.json | 4 ++-- restraint/config/rhel-7.1-ppc64le-auto.json | 4 ++-- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/restraint/config/dist-4E-eso.json b/restraint/config/dist-4E-eso.json index 06a5282..6bbc913 100644 --- a/restraint/config/dist-4E-eso.json +++ b/restraint/config/dist-4E-eso.json @@ -10,10 +10,8 @@ "family": "RedHatEnterpriseLinux4", "tag": ["RTT_ACCEPTED"], "arch": "X86_64", - "variant": "Server", - "hostrequire": [], - "bkr_data": {}, - }, + "variant": "Server" + } ], "job_group": "ci-ops-central" } diff --git a/restraint/config/dist-5E-eso.json b/restraint/config/dist-5E-eso.json index 737d543..d6a9e26 100644 --- a/restraint/config/dist-5E-eso.json +++ b/restraint/config/dist-5E-eso.json @@ -12,8 +12,8 @@ "arch": "X86_64", "variant": "Server", "hostrequire": [], - "bkr_data": {}, - }, + "bkr_data": {} + } ], "job_group": "ci-ops-central" } diff --git a/restraint/config/eso-rhel-6.json b/restraint/config/eso-rhel-6.json index f87b0af..9ed4081 100644 --- a/restraint/config/eso-rhel-6.json +++ b/restraint/config/eso-rhel-6.json @@ -12,8 +12,8 @@ "arch": "X86_64", "variant": "Server", "hostrequire": [], - "bkr_data": {}, - }, + "bkr_data": {} + } ], "job_group": "ci-ops-central" } diff --git a/restraint/config/rhel-7.0-build.json b/restraint/config/rhel-7.0-build.json index f2a447d..861b68d 100644 --- a/restraint/config/rhel-7.0-build.json +++ b/restraint/config/rhel-7.0-build.json @@ -12,8 +12,8 @@ "arch": "X86_64", "variant": "Server", "hostrequire": [], - "bkr_data": {}, - }, + "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 index f6d0419..b416332 100644 --- a/restraint/config/rhel-7.1-aarch64-candidate.json +++ b/restraint/config/rhel-7.1-aarch64-candidate.json @@ -12,8 +12,8 @@ "arch": "aarch64", "variant": "Server", "hostrequire": [], - "bkr_data": {}, - }, + "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 index f901968..130dfde 100644 --- a/restraint/config/rhel-7.1-ppc64le-auto.json +++ b/restraint/config/rhel-7.1-ppc64le-auto.json @@ -12,8 +12,8 @@ "arch": "ppc64", "variant": "Server", "hostrequire": [], - "bkr_data": {}, - }, + "bkr_data": {} + } ], "job_group": "ci-ops-central" } -- cgit