Skip to content
Snippets Groups Projects

Migrate CC7 to EL9

Merged Ivan Sinkarenko requested to merge isinkare/stubgenj:fix/cc7-to-el9 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -16,14 +16,14 @@ variables:
dev_tests_py37_openjdk11_jpype1p4:
extends:
- .dev_test_base
image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2020.11
image: registry.cern.ch/acc/acc-py_el9_openjdk11_ci:2020.11
variables:
JPYPE_VN: "==1.4.*"
dev_tests_py39_openjdk11_jpype1p4:
extends:
- .dev_test_base
image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2021.12
image: registry.cern.ch/acc/acc-py_el9_openjdk11_ci:2021.12
variables:
JPYPE_VN: "==1.4.*"
Loading