e2e:test-on-gdk mass failures due to Fabrication of QA::Resource::Project | QA::Resource::Errors::ResourceFabricationFailedError: - 400 Failed to create repository

Summary

In the original pipeline https://gitlab.com/gitlab-org/gitlab/-/pipelines/1282206438 , every single test job failed due to the same reason

Failure/Error: let!(:project) { create(:project, name: <some_name>) }
            
QA::Resource::Errors::ResourceFabricationFailedError:
   Fabrication of QA::Resource::Project using the API failed (400) with `{"message":{"base":["Failed to create repository","Failed to create repository"]}}`.

When I retried the trigger job e2e:test-on-gdk a new child pipeline was created https://gitlab.com/gitlab-org/gitlab/-/pipelines/1282254465 . In this pipeline 1 job passed and the rest failed for the same reason.

Corresponding test case(s):

  • All smoke and blocking test cases

Failed pipelines

  1. https://gitlab.com/gitlab-org/gitlab/-/pipelines/1282206438
  2. https://gitlab.com/gitlab-org/gitlab/-/pipelines/1282254465
  3. https://gitlab.com/gitlab-org/gitlab/-/pipelines/1282323088

Possible fixes

Edited by Tiffany Rea