Infrastructure patch 3
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
#!/bin/bash
sed -i '2i from scripts.Infrastructure.Variables import *' $1
sed -i 's/generate_full_set/generate_level/g' $1
sed -i 's/if not generate_level/if generate_level <= BASIC_TEST_LEVEL/g' $1
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.