Failure in browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb | Package NuGet group level endpoint using personal access token publishes a nuget package at the project endpoint and installs it from the group endpoint

Full description

Package NuGet group level endpoint using personal access token publishes a nuget package at the project endpoint and installs it from the group endpoint

File path

./qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb

Stack trace

Failure/Error:
  Resource::Repository::Commit.fabricate_via_api! do |commit|
    nuget_upload_yaml = ERB.new(read_fixture('package_managers/nuget', 'nuget_upload_package.yaml.erb')).result(binding)
    commit.project = project
    commit.commit_message = 'Add .gitlab-ci.yml'
    commit.update_files(
      [
          {
              file_path: '.gitlab-ci.yml',
              content: nuget_upload_yaml
          }

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::Resource::Repository::Commit using the API failed (500) with `{"message":"500 Internal Server Error"}`.
  Correlation Id: 01FYAYGFZKR7QXWFA96E8D0JJW

First happened in https://ops.gitlab.net/gitlab-org/quality/canary/-/jobs/6577745.

Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347597.

Logs

kibana logs

"5:GetRepoPath: not a git repository: \"/var/opt/gitlab/git-data/repositories/@hashed/42/88/428899ba749f06066400ce3ceb2d3eca5258fe0342ae442473ef618cb801fa4d.git\"."
Edited by Mark Lapierre