File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -719,19 +719,14 @@ def create_BCI(
719719 )
720720]
721721
722- RUBY_25_CONTAINER = create_BCI (
723- build_tag = "bci/ruby:2.5" , available_versions = ("15.7" ,)
724- )
725-
726- RUBY_34_CONTAINER = create_BCI (
727- build_tag = "bci/ruby:3.4" , available_versions = _DEFAULT_NONBASE_SLE_VERSIONS
728- )
729-
730- RUBY_LATEST_CONTAINER = create_BCI (
731- build_tag = "bci/ruby:latest" , available_versions = ["tumbleweed" ]
732- )
733-
734- RUBY_CONTAINERS = [RUBY_25_CONTAINER , RUBY_34_CONTAINER , RUBY_LATEST_CONTAINER ]
722+ RUBY_CONTAINERS = [
723+ create_BCI (build_tag = "bci/ruby:2.5" , available_versions = ("15.7" ,)),
724+ create_BCI (
725+ build_tag = "bci/ruby:3.4" ,
726+ available_versions = _DEFAULT_NONBASE_SLE_VERSIONS ,
727+ ),
728+ create_BCI (build_tag = "bci/ruby:latest" , available_versions = ["tumbleweed" ]),
729+ ]
735730
736731_DOTNET_SKIP_ARCH_MARK = pytest .mark .skipif (
737732 LOCALHOST .system_info .arch not in ("aarch64" , "x86_64" ),
You can’t perform that action at this time.
0 commit comments