Skip to content

Fix pipeline 1269142

路志远请求将fix-pipeline-1269142合并到main-jh

What does this MR do and why?

Fix pipeline: https://jihulab.com/gitlab-cn/gitlab/-/pipelines/1269142

There were two failed jobs:

1)https://jihulab.com/gitlab-cn/gitlab/-/jobs/7943166

Related Upstream MR: Fix urls in chat integration messages

Failure/Error:
       expect(subject.pretext).to eq('test.user pushed to branch [master](http://url.com/commits/master) of ' \
                                     '[project_name](http://url.com) ' \
                                     '([Compare changes](http://url.com/compare/before...after))')
       expected: "test.user pushed to branch [master](http://url.com/commits/master) of [project_name](http://url.com) ([Compare changes](http://url.com/compare/before...after))"
            got: "test.user pushed to branch [master](http://url.com/-/commits/master) of [project_name](http://url.com) ([Compare changes](http://url.com/-/compare/before...after))"
       (compared using ==)

2)https://jihulab.com/gitlab-cn/gitlab/-/jobs/7943167

Related Upstream MR: Remove create_lead/apply trial methods

Failure/Error: post :create_lead, params: glm_params
     ActionController::UrlGenerationError:
       No route matches {:action=>"create_lead", :controller=>"trials", :glm_content=>"_glm_content_", :glm_source=>"_glm_source_", :host=>"localhost", :protocol=>"http", :utm_keyword=>"jihukaiyuan", :utm_medium=>"pinpaici-PC", :utm_source=>"baidu"}

Screenshots or screen recordings

NO UI changes.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

路志远 编辑于

合并请求报告

加载中