Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retires sites BOG03 and EZE04 #350

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions retired.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ local retiredSites = {
ber01: import 'sites/ber01.jsonnet',
bkk01: import 'sites/bkk01.jsonnet',
bog01: import 'sites/bog01.jsonnet',
bog03: import 'sites/bog03.jsonnet',
bog04: import 'sites/bog04.jsonnet',
bom01: import 'sites/bom01.jsonnet',
bom03: import 'sites/bom03.jsonnet',
Expand All @@ -49,6 +50,7 @@ local retiredSites = {
doh01: import 'sites/doh01.jsonnet',
eze02: import 'sites/eze02.jsonnet',
eze03: import 'sites/eze03.jsonnet',
eze04: import 'sites/eze04.jsonnet',
fra01: import 'sites/fra01.jsonnet',
fra02: import 'sites/fra02.jsonnet',
fra05: import 'sites/fra05.jsonnet',
Expand Down
2 changes: 0 additions & 2 deletions sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ local sites = {
beg01: import 'sites/beg01.jsonnet',
ber02: import 'sites/ber02.jsonnet',
bog02: import 'sites/bog02.jsonnet',
bog03: import 'sites/bog03.jsonnet',
bog05: import 'sites/bog05.jsonnet',
bom02: import 'sites/bom02.jsonnet',
bom04: import 'sites/bom04.jsonnet',
Expand All @@ -41,7 +40,6 @@ local sites = {
doh02: import 'sites/doh02.jsonnet',
dub01: import 'sites/dub01.jsonnet',
eze01: import 'sites/eze01.jsonnet',
eze04: import 'sites/eze04.jsonnet',
fln01: import 'sites/fln01.jsonnet',
fra03: import 'sites/fra03.jsonnet',
fra04: import 'sites/fra04.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/bog03.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2020-07-06',
retired: '2024-10-15',
},
}
1 change: 1 addition & 0 deletions sites/eze04.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2021-09-23',
retired: '2024-10-15',
},
}