From b4f1aa7d6f75c1b5641e855a7e20c4900f54a45b Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 4 Jun 2026 12:42:45 +0200 Subject: [PATCH 1/2] test: use el9 instead of cc7 --- integration_tests.py | 4 ++-- tests/CI/README.MD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests.py b/integration_tests.py index 34961ac080d..88d71e75a0e 100755 --- a/integration_tests.py +++ b/integration_tests.py @@ -21,7 +21,7 @@ from typer import colors as c # Editable configuration -DEFAULT_HOST_OS = "cc7" +DEFAULT_HOST_OS = "el9" DEFAULT_MYSQL_VER = "mysql:8.4.4" DEFAULT_ES_VER = "elasticsearch:7.9.1" DEFAULT_IAM_VER = "indigoiam/iam-login-service:v1.10.2" @@ -112,7 +112,7 @@ def list_commands(self, ctx): MYSQL_VER: {DEFAULT_MYSQL_VER!r} ES_VER: {DEFAULT_ES_VER!r} IAM_VER: {DEFAULT_IAM_VER!r} - {(os.linesep + ' ').join(['%s: %r' % x for x in FEATURE_VARIABLES.items()])} + {(os.linesep + " ").join(["%s: %r" % x for x in FEATURE_VARIABLES.items()])} All features can be prefixed with "SERVER_" or "CLIENT_" to limit their scope. diff --git a/tests/CI/README.MD b/tests/CI/README.MD index e1cc568931e..e33e8410dbb 100644 --- a/tests/CI/README.MD +++ b/tests/CI/README.MD @@ -22,7 +22,7 @@ The command `docker-compose -f tests/CI/docker-compose.yml down -v` stops and re ### System requirements -The officially supported operating system is CERN Centos 7 ([CC7](http://linux.web.cern.ch/linux/centos7/)), should you use another Linux distribution, please install the dependencies according to your distribution. +The officially supported operating system is EL8. The following dependencies/softwares are required: * Docker v18+ (lower version should work, but no promises are made). From 067c1a0cbdd7e91a12c236710da8d6666d66bc16 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 4 Jun 2026 14:14:24 +0200 Subject: [PATCH 2/2] chore: sweep rule update --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a21673da02..55eed632fa8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ # Add 'alsoTargeting:integration' label to any changes within the entire repository -"alsoTargeting:integration": +"alsoTargeting:rel-v9r0": - changed-files: - - any-glob-to-any-file: '**' + - any-glob-to-any-file: "**"