Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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: "**"
4 changes: 2 additions & 2 deletions integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tests/CI/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading