ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Make the defaultly skipped integration tests run sequentially #244

Closed anazobec closed 1 year ago

anazobec commented 1 year ago

The purpose of this PR is, to make the integration tests that are skipped by default run sequentially after the integ job. For this, another job was added: integ-sequentially.

anazobec commented 1 year ago

I've run integration tests to check if those skipped integration tests actually do run sequentially now. They do. These are the integration tests: https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/5118335574

Note: These integration tests were run on commit 4adb6e1.

Here are the timestamps of each integration test start to make it easier to see the results.

When each of the tests finished, there was a bit of a delay and then the next one started as expected.