diff --git a/CHANGELOG.md b/CHANGELOG.md index b24ff9934ed1d047b01461e0aee322330df848f2..b9c889debf160386e15dcb349d403311242a6eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.2] - 2024-10-15 +### Fix +- Fix hpc.16core-* -> c3.16core-* flavors mapping: map G1 hpc flavors to already present G2 c3 flavors with slightly less +RAM. + ## [1.7.1] - 2024-10-07 ### Fix - Disable less usefull pylint errors on specific lines. diff --git a/ci/olib.py b/ci/olib.py index 97b18fe00ce63b4b9c85499531f88e74f4512db3..1429f3dc157785383ff61a502e9c6f7ad58122b3 100644 --- a/ci/olib.py +++ b/ci/olib.py @@ -55,8 +55,8 @@ def get_destination_flavor(source_flavor): 'hdn.cerit.xxxlarge-ssd-ephem': 'p3.8core-60ram', # ok # 'hdn.medium-ssd-ephem': # nemusime resit neni pouzit u zadneho projektu v g1 'hpc.12core-64ram-ssd-ephem-500': 'c3.12core-64ram-ssd-ephem-500', # neni v G2 a je potreba - 'hpc.16core-128ram': 'c3.16core-128ram', # neni v G2 a je potreba - 'hpc.16core-256ram': 'c3.16core-256ram', # neni v G2 a je potreba + 'hpc.16core-128ram': 'c3.16core-120ram', # ok + 'hpc.16core-256ram': 'c3.16core-240ram', # ok 'hpc.16core-32ram': 'c2.16core-30ram', # ok 'hpc.16core-32ram-100disk': 'c3.16core-32ram-100disk', # neni v G2 a je potreba 'hpc.16core-64ram-ssd-ephem': 'hpc.16core-64ram-ssd', # neni v G2 a je potreba