-
- Downloads
There was an error fetching the commit references. Please try again later.
Allow User to be specified for a CI Image or Service
Adds User option to the newly added Docker executor options - https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2750 - https://gitlab.com/gitlab-org/gitlab/-/issues/23046 Changelog: added
Showing
- app/assets/javascripts/editor/schema/ci.json 12 additions, 0 deletionsapp/assets/javascripts/editor/schema/ci.json
- doc/ci/yaml/index.md 10 additions, 2 deletionsdoc/ci/yaml/index.md
- lib/gitlab/ci/config/entry/schemas/imageable/executor_opts.json 5 additions, 0 deletions...tlab/ci/config/entry/schemas/imageable/executor_opts.json
- spec/frontend/editor/schema/ci/yaml_tests/negative_tests/image.yml 11 additions, 0 deletions...tend/editor/schema/ci/yaml_tests/negative_tests/image.yml
- spec/frontend/editor/schema/ci/yaml_tests/negative_tests/services.yml 14 additions, 0 deletions...d/editor/schema/ci/yaml_tests/negative_tests/services.yml
- spec/frontend/editor/schema/ci/yaml_tests/positive_tests/image.yml 13 additions, 0 deletions...tend/editor/schema/ci/yaml_tests/positive_tests/image.yml
- spec/frontend/editor/schema/ci/yaml_tests/positive_tests/services.yml 15 additions, 0 deletions...d/editor/schema/ci/yaml_tests/positive_tests/services.yml
- spec/lib/gitlab/ci/build/image_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/ci/build/image_spec.rb
- spec/lib/gitlab/ci/config/entry/image_spec.rb 61 additions, 3 deletionsspec/lib/gitlab/ci/config/entry/image_spec.rb
- spec/lib/gitlab/ci/config/entry/service_spec.rb 35 additions, 12 deletionsspec/lib/gitlab/ci/config/entry/service_spec.rb
- spec/lib/gitlab/ci/yaml_processor_spec.rb 4 additions, 2 deletionsspec/lib/gitlab/ci/yaml_processor_spec.rb
- spec/requests/api/ci/runner/jobs_request_post_spec.rb 4 additions, 2 deletionsspec/requests/api/ci/runner/jobs_request_post_spec.rb
- spec/requests/api/ci/runner/yamls/image-executor_opts-user.yml 25 additions, 0 deletions...requests/api/ci/runner/yamls/image-executor_opts-user.yml
- spec/requests/api/ci/runner/yamls/service-executor_opts-user.yml 27 additions, 0 deletions...quests/api/ci/runner/yamls/service-executor_opts-user.yml
Please register or sign in to comment