DHARPA-Project / kiara

Data orchestration and management.
Mozilla Public License 2.0
11 stars 2 forks source link

Feature to skip specific jobs in automated test runs #74

Open makkus opened 5 months ago

makkus commented 5 months ago

In some scenarios it might not be wanted to run example jobs with every automated test invocation (e.g. downloading huge files, or many files on a service that counts downloads to figure out popularity of some datasets).

So it would be good to have a way to mark these, either with a marker token in the job name (like download_file_no_test.yaml), or some other way.