Skip to content

Make Runner tests working on Windows with our CI Pipeline

Tomasz Maczukin requested to merge 3757-make-ci-pipeline-working-on-windows into master

What does this MR do?

As in stays in the title: this MR aims to make our Windows tests again working and to be repeatable. It does so by updating the scripting around starting go tests on Windows and by moving the test to two new machines (running Windows 1803 and Windows 1809) that we now have for testing.

It also splits the tests to be executed in parallel, so tests execution should be faster.

The MR doesn't aim to make tests passing. This will be another, not easy, task to handle.

Why was this MR needed?

Please read #3757 (closed) for some context.

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #3757 (closed)

Edited by Tomasz Maczukin

Merge request reports