diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f56f3db5071d04568f20d338385ab5bbe148357..0d11cfb58a9ab735f05b9df96a5d9e3ed982a6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.7] - 2024-12-03 +### Fix +- Map `hpc.xlarge*` and `elixir.24core-256ram` to already present `c3` flavors with slightly less RAM. + ## [1.9.6] - 2024-11-27 ### Changed - --compare-quotas -> --skip-checks, misconcept to be reverted diff --git a/ci/olib.py b/ci/olib.py index eb7866ba75646cbf6ead951b2609c970ff5ae6af..97a55c9141c13eaa020705f72dea1e5525476b11 100644 --- a/ci/olib.py +++ b/ci/olib.py @@ -85,8 +85,9 @@ def get_destination_flavor(source_flavor): 'hpc.large': 'g2.3xlarge', # ok 'hpc.medium': 'c2.8core-30ram', # ok 'hpc.small': 'c2.4core-16ram', # ok - 'hpc.xlarge': None, # neni v G2 - 'hpc.xlarge-memory': 'c3.xlarge-memory', # neni v G2 + 'hpc.xlarge': 'c3.24core-90ram', # ok + 'hpc.xlarge-memory': 'c3.24core-240ram', # ok + 'elixir.24core-256ram': 'c3.24core-240ram', # ok 'elixir.60core-128ram': 'c3.60core-120ram', 'standard.16core-32ram': 'e1.16core-30ram', # ok 'standard.20core-128ram': 'e1.20core-128ram', # neni potreba