Schedule an operational testing periodically in GitLab CI/CDΒΆ

This section describes how to configure a periodic operational testing with GitLab CI/CD.

The .gitlab-ci.yml makes it possible to run operational testing to check the reproducibility of the pipeline. To do so, it is needed to configure a CI/CD Schedules using the main branch.

From the left panel:

  • click on CI/CD > Schedules

  • click on the blue button New schedule

Then, fill in the form as follows:

step-gitlab-ci-schedule-optest

Finally, click on the blue button Save pipeline schedule

The new periodic operational testing now appears in the list of the Schedules

step-gitlab-ci-optest