Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « yamls « runner « ci « api « requests « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db8ef51ff9cd4f4d888cf222ab28c485508064aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# .gitlab-ci.yml end-to-end tests

The purpose of this folder is to provide a single job `.gitlab-ci.yml`
that will be validated against end-to-end response that is send to runner.

This allows to easily test end-to-end all CI job transformation that
and impact on how such job is rendered to be executed by the GitLab Runner.

```yaml
gitlab_ci:
  # .gitlab-ci.yml to stub

request_response:
  # exact payload that is checked as returned by `/api/v4/jobs/request`
```