ci: move ci-job-validation to duffy API

It seems all jobs were converted to the new `duffy` command, except
ci-job-validation which still used the old `cico` command.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2023-01-13 10:14:14 +01:00
committed by mergify[bot]
parent 3880d642b9
commit b557fc82bd
2 changed files with 24 additions and 7 deletions

View File

@ -28,7 +28,8 @@ following files:
and configuration to request a bare-metal machine
1. checkout the `centos/ci` branch of the repository, which contains scripts
for provisioning and preparing the environment for running tests
1. reserve a bare-metal machine with `cico` (configured on the Jenkins Slave)
1. reserve a bare-metal machine with `duffy` (configured on the Jenkins
Slave)
1. provision the reserved bare-metal machine with additional tools and
dependencies to run the test (see `prepare.sh` below)
1. run `make containerized-tests` and `make containerized-build` in parallel