summaryrefslogtreecommitdiffstats
path: root/restraint/config/rhel-7.1-aarch64-candidate.json
blob: 8944cd024944ccc24711311951dac572cae36930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "resources": [
        {
            "metadata": {
                "username": "someuser",
                "key": "somekey.pem"
            },
            "recipesets": [
                {
                    "family": "RedHatEnterpriseLinuxServerforARM7",
                    "tag": ["RTT_ACCEPTED"],
                    "arch": "aarch64",
                    "variant": "Server",
                    "hostrequire": [],
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ],
            "job_group": "ci-ops-central"
        }
   ]
}