Skip to content

Commit

Permalink
Backport: [H] Revert "[r] Index lm5 in LungMAP (#6068, PR #6071)" (#6081
Browse files Browse the repository at this point in the history
)

This reverts commit b87af90, reversing
changes made to 27c2170.
  • Loading branch information
hannes-ucsc committed Mar 21, 2024
2 parents c35d6bb + 65be6b3 commit 235466d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1053,11 +1053,6 @@ def mkdict(previous_catalog: dict[str, str],
mksrc('datarepo-3f332829', 'lungmap_prod_f899709cae2c4bb988f0131142e6c7ec__20220310_20231207_lm4', 1),
]))

lm5_sources = mkdict(lm4_sources, 9, mkdelta([
mksrc('datarepo-ac5f1124', 'lungmap_prod_1977dc4784144263a8706b0f207d8ab3__20240206_20240222_lm5', 1),
mksrc('datarepo-aa408857', 'lungmap_prod_fdadee7e209745d5bf81cc280bd8348e__20240206_20240222_lm5', 1),
]))


def env() -> Mapping[str, Optional[str]]:
"""
Expand Down Expand Up @@ -1102,8 +1097,7 @@ def env() -> Mapping[str, Optional[str]]:
('hca', 'dcp35', dcp35_sources),
('hca', 'dcp36', dcp36_sources),
('hca', 'pilot', pilot_sources),
('lungmap', 'lm4', lm4_sources),
('lungmap', 'lm5', lm5_sources)
('lungmap', 'lm4', lm4_sources)
] for suffix, internal in [
('', False),
('-it', True)
Expand Down Expand Up @@ -1140,5 +1134,5 @@ def env() -> Mapping[str, Optional[str]]:
'channel_id': 'C04JWDFCPFZ' # #team-boardwalk-prod
}),

'AZUL_ENABLE_REPLICAS': '0',
'AZUL_ENABLE_REPLICAS': '1',
}

0 comments on commit 235466d

Please sign in to comment.