-
Notifications
You must be signed in to change notification settings - Fork 300
Expand file tree
/
Copy pathfinal_report_urls.py
More file actions
98 lines (98 loc) · 2.62 KB
/
Copy pathfinal_report_urls.py
File metadata and controls
98 lines (98 loc) · 2.62 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
REPORT_URLS = [
[
"group a",
"DevOps Ducks",
# Report Release URL:
"https://github.com/Alexitu01/DevOps_Ducks/releases/tag/v.1.2.4",
],
[
"group b",
"<name>",
# Report Release URL:
"https://github.com/DevOps-Group-B/MiniTwit/releases/tag/prod-24",
],
[
"group c",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group d",
"Mixed",
# Report Release URL:
"https://github.com/KaramTNC/itu-minitwit/archive/refs/tags/v2026.05.14-d6d4743.zip",
],
[
"group e",
"Disaster",
# Report Release URL:
"https://github.com/Itu-DevOps-2026/ITU-MiniTwit/archive/refs/tags/v.final.zip",
],
[
"group f",
"gruppe 1",
# Report Release URL:
"https://github.com/sebseb10/ITU-MiniTwit/releases/tag/final_release",
],
[
"group g",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group h",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group i",
"Team Connie",
# Report Release URL:
"https://github.com/21Philip/devops-minitwit/releases/tag/v1.3.2",
],
[
"group j",
"Chirp Vee2",
# Report Release URL:
"https://github.com/ITU-DevOps-2026-J/Chirp-Vee2/archive/refs/tags/6.0.0.zip",
],
[
"group k",
"DevBobs",
# Report Release URL:
"https://github.com/DevBobs-devops/Devbobs_MiniTwit/releases/tag/0.0.264",
],
[
"group l",
"Deploy and pray",
# Report Release URL:
"https://github.com/ITU-DEVOPS2026-GROUP-l/ITU-MiniTwit/archive/refs/tags/Report.zip",
],
[
"group m",
"Jackhammers",
# Report Release URL:
"https://github.com/RonoITU/itu-devops2026-jackhammers/archive/refs/tags/v2.7.8.zip",
],
[
"group n",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group o",
"no.1",
# Report Release URL:
"https://github.com/YUMJiHyeon/DEVOPS/archive/refs/tags/handin_report.zip",
],
[
"group p",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
]