Configuration of gitlab.yml for smoke and full tests using the pipeline schedules
I would like to set up tests that will fire on the gitlab pipline. I would like to split the tests in cypress so that smoke fires once a day and all tests once a week. I have configured pipeline schedules in gitlab by specifying a variable for daily and weekly.
The problem is that now the pipeline does not start (all the time: Checking pipeline status).
Are the rules defined correctly?
Configuration of gitlab.yml for smoke and full tests using the pipeline schedules
I would like to set up tests that will fire on the gitlab pipline. I would like to split the tests in cypress so that smoke fires once a day and all tests once a week. I have configured pipeline schedules in gitlab by specifying a variable for daily and weekly.
The problem is that now the pipeline does not start (all the time: Checking pipeline status).
Are the rules defined correctly?