summaryrefslogtreecommitdiffstats
path: root/restraint/config/rhel-7.1-aarch64-candidate.json
blob: b4163321b072a3fea4a20e1b5079a6e07b4d5b0e (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": "RedHatEnterpriseLinuxServerforARM7",
                    "tag": ["RTT_ACCEPTED"],
                    "arch": "aarch64",
                    "variant": "Server",
                    "hostrequire": [],
                    "bkr_data": {}
                }
            ],
            "job_group": "ci-ops-central"
        }
   ]
}