summaryrefslogtreecommitdiffstats
path: root/restraint/config/rhel-7.1-ppc64le-auto.json
blob: f9019687fa1abe7af2c99c26d027f1ecf43552d6 (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": "ppc64",
                    "variant": "Server",
                    "hostrequire": [],
                    "bkr_data": {},
                },
            ],
            "job_group": "ci-ops-central"
        }
   ]
}