CosmoStat / shapepipe

Shape Measurement Pipeline
17 stars 12 forks source link

Added cent-os to CI tests #664

Open martinkilbinger opened 11 months ago

martinkilbinger commented 11 months ago

Summary

Continuous integration is now also testing CENT-OS, useful since candide runs on that OS.

Solves #633

Reviewer Checklist

Reviewers should tick the following boxes before approving and merging the PR.

martinkilbinger commented 11 months ago

Not sure it is working. The CI test gets stuck at Waiting for a runner to pick up this job...

sfarrens commented 11 months ago

@martinkilbinger this might mean that they don't have many servers available with that OS. I don't even see centos-latest listed as one of the available runners. Did you check that this image exists somewhere?

martinkilbinger commented 11 months ago

I could not find it either anywhere. So maybe we cannot run this test.

sfarrens commented 11 months ago

In principle, we could set up a Self-Hosted Runner on a machine where we can put a CentOS image. Then we could probably make a separate manually triggered CI workflow for running tests with this runner.

This should not be too difficult to set up, but I don't think it is the most urgent issue to resolve.

martinkilbinger commented 11 months ago

We can leave this issue open; I removed it from the release milestone.