Skip to content

Revert "Merge branch '118845-build-qa-image-job-does-not-work-in-security-repo' into 'master'"

Albert Salim requested to merge revert-44f9ad79 into master

What does this MR do?

The previous change in !22067 (merged) to use gitlab-org/gitlab instead of ${CI_PROJECT_PATH} has broken gitlab-foss. The reason is that in gitlab-foss, the job looks for gitlab-org/gitlab/gitlab/gitlab-ce-qa:master. This ce image is not pushed to gitlab-org/gitlab container registry.

Now that gitlab-org/security/gitlab has a container registry and it has its own gitlab-ee-qa:master, we can actually revert the change in !22067 (merged).

Update: As demonstrated in https://gitlab.com/gitlab-org/security/gitlab/merge_requests/27, simply reverting does not solve the problem due to private container registry requiring log in.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Albert Salim

Merge request reports