Fix pipeline 2499150
What does this MR do and why?
Fix Pipeline https://jihulab.com/gitlab-cn/gitlab/-/pipelines/2499150/failures
1. 关于 Pathname 的报错
Failure/Error: definition.target.dump(destination_dir, backup_id)
#<InstanceDouble(Backup::Targets::Files) (anonymous)> received :dump with unexpected arguments
expected: ("/builds/gitlab-cn/gitlab/tmp/tests/backups/lfs.tar.gz", "custom")
got: (#<Pathname:/builds/gitlab-cn/gitlab/tmp/tests/backups/lfs.tar.gz>, "custom")
Job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/12836589
Upstream 改变了参数的格式,把字符串改成 Pathname 对象。
2. "google_cloud_support" 相关的测试
Job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/12836563
这是 Upstream-only 的 feature,所以直接跳过。
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
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.
由 路志远 编辑于