Skip to content

Add notes about gitlab-runner inside the VM being used for uploads

Alexander Skiba requested to merge (removed):patch-2 into master

This is a general Merge Request template. Consider to choose a template from the list above if it will match your case more.

What does this MR do?

Add notes to the documentation that uploads are done using the Runner inside Virtualbox.

Why was this MR needed?

I just came up from a 17hrs debugging session to realize that the runner on the host was updated but the one in the VM was outdated and using the removed API.

Are there points in the code the reviewer needs to double check?

  • Are the notes in the right places?
  • Should something be added to other files apart from virtualbox.md?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports