stable

Clone or download

Read-only

chore(el9) Build and run for el9 in CI

This commit internalize `install-rpms` docker image so we can better keep in sync Tuleap sources and how we test the installation. Build & Run el9 is only for Nightly ATM. Par of request #29619 Add support of Rocky Linux 9 Change-Id: I27304b4ac5628a97f6f597cae2ccb2fe0a0f41b5

Modified Files

Name
M tests/Jenkinsfile-nightly +7 −0 Go to diff View file
D tests/build_and_run/run.sh +0 −22 Go to diff View file
M tests/build_and_run/test.sh +28 −11 Go to diff View file
A tools/docker/install-rpms/centos7.dockerfile +41 −0 Go to diff View file
A tools/docker/install-rpms/install-and-run.ci.service +16 −0 Go to diff View file
A tools/docker/install-rpms/install.el7.sh +20 −0 Go to diff View file
R tools/docker/install-rpms/install.sh Go to diff View file
R tools/docker/install-rpms/Dockerfile Go to diff View file
M tools/docker/install-rpms/run.sh +27 −1 Go to diff View file
M tools/rpm/build_and_run_packages.sh +16 −12 Go to diff View file