Skip to content

Fix failed pipeline caused by RepositoryPushAuditEventWorker

What does this MR do

Fix failed pipeline caused by RepositoryPushAuditEventWorker being removed.

Failed job link: https://jihulab.com/gitlab-cn/gitlab/-/jobs/2602891

Failure/Error: allow(RepositoryPushAuditEventWorker).to receive(:perform_async)
     NameError:
       uninitialized constant RepositoryPushAuditEventWorker
       Did you mean?  RepositoryArchiveCacheWorker
     # ./jh/spec/workers/post_receive_spec.rb:26:in `block (3 levels) in <top (required)>'

Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85521/diffs#diff-content-db7fc7698f7c7fda488f08bcd73ddf7fae0e4fe1

cc EM @prajnamas

Baodong 编辑于

合并请求报告

加载中