gitlab-ce/spec/requests/api/ci/runner/yamls
GitLab Bot f9c5d4877e Add latest changes from gitlab-org/gitlab@master 2024-08-08 12:07:15 +00:00
..
README.md
image-basic.yml
image-executor_opts-platform.yml
image-executor_opts-user.yml
run_steps.yml
service-basic.yml
service-executor_opts-platform.yml
service-executor_opts-user.yml
service-variables.yml

README.md

.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.

gitlab_ci:
  # .gitlab-ci.yml to stub

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