Skip to content
代码片段 群组 项目
未验证 提交 2b5b8d8b 编辑于 作者: Marius Bobin's avatar Marius Bobin
浏览文件

Remove ci_runner_manager_runtime_features feature flag

Changelog: other
上级 c08dacf6
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
---
name: ci_runner_manager_runtime_features
feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/519966
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181817
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/520116
milestone: '17.10'
group: group::ci platform
type: gitlab_com_derisk
default_enabled: false
...@@ -242,8 +242,6 @@ def get_runner_config_from_request ...@@ -242,8 +242,6 @@ def get_runner_config_from_request
end end
def get_runner_features_from_request def get_runner_features_from_request
return {} unless Feature.enabled?(:ci_runner_manager_runtime_features, current_runner)
{ runtime_features: attributes_for_keys(%w[features], params['info'])['features'] }.compact { runtime_features: attributes_for_keys(%w[features], params['info'])['features'] }.compact
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册