summaryrefslogtreecommitdiffstats
path: root/restraint/config/rhel-7.0-build.json
blob: 861b68d16191d3c13312c51e0a818d0536ce75fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
        }
   ]
}