Fix pipeline 2322773
What does this MR do and why?
1. user_settings/password
Failed job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/11975043
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139628
Upstream 改变了文件路径,从 profile/password
修改为 user_settings/password
,所以测试报错。
2. invite_flow_spec.rb
Failed job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/11975044
把期望的 SQL 数量从 101 提高到 103.
3. GCP 相关测试
Failed job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/11977762
这是 Upstream 新增的 Feature,在 JiHu 这边并不支持,所以直接跳过。
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139802/diffs#b6ecf70edadd0734e27a64b68f16bb3af4b3b8de_0_26
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
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.
-
I have evaluated the MR acceptance checklist for this MR.