-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprofiles.json
More file actions
32 lines (32 loc) · 876 Bytes
/
profiles.json
File metadata and controls
32 lines (32 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"profiles": [
{
"profileName": "CS2103/T Smoke Test",
"repoName": "nus-cs2103-AY2425S2/catcher-smoke-test"
},
{
"profileName": "CS2103/T PE Dry run",
"repoName": "nus-cs2103-AY2425S2/ped"
},
{
"profileName": "CS2103/T PE",
"repoName": "nus-cs2103-AY2425S2/pe"
},
{
"profileName": "CS2113 Smoke Test",
"repoName": "nus-cs2113-AY2425S2/catcher-smoke-test"
},
{
"profileName": "CS2113 PE Dry run",
"repoName": "nus-cs2113-AY2425S2/ped"
},
{
"profileName": "CS2113 PE",
"repoName": "nus-cs2113-AY2425S2/pe"
},
{
"profileName": "CS2103/T Tutors",
"repoName": "CATcher-testbed/alpha11"
}
]
}