E2E test of a simple Compliance pipeline
Summary
Documentation: https://docs.gitlab.com/ee/user/group/compliance_frameworks.html#compliance-pipelines
This test will verify that a compliance pipeline runs in a project assigned a compliance framework with a compliance pipeline configured.
Steps
- Create a group.
- Add a runner to the group.
- Create a project,
pipeline-project
, in the group. - Create another project,
compliant-project
, in the group. - Add a pipeline to
pipeline-project
. - Create a compliance framework that includes the pipeline.
- Apply the compliance framework to the project,
compliant-project
. - Push a commit in
compliant-project
. - Verify that a pipeline runs in
compliant-project
using the configuration frompipeline-project
.