kiwix / operations

Kiwix Kubernetes Cluster
http://charts.k8s.kiwix.org/
6 stars 0 forks source link

Create credentials for youtube scraper integration tests #216

Closed benoit74 closed 3 months ago

benoit74 commented 3 months ago

As part of Dan GSOC, we will add few basic end-to-end integration tests to the CI so that we at least ensure the scraper is not completely broken, like we already have for zimit.

The distinction is that for youtube scraper we for now need to pass an API key to the scraper, and maybe also an optimization cache URL.

I propose to:

benoit74 commented 3 months ago

@rgaudin any comment?

rgaudin commented 3 months ago

LGTM

benoit74 commented 3 months ago

Done:

OPTIMIZATION_URL and YOUTUBE_API_KEY are configured in Github openzim/youtube CI secrets for proper operation of the scraper in the CI