kubeshop / testkube

☸️ Kubernetes-native testing framework for test execution and orchestration
https://testkube.io
Other
1.31k stars 128 forks source link

apt-repo: use nginx to upload and serve files #3936

Open vLia opened 1 year ago

vLia commented 1 year ago

Why should it be implemented? Currently aptly serve ... (https://www.aptly.info/doc/aptly/serve/) is used to upload and serve the files from the apt repository. Once this is down, the apt repository cannot accept new files.

Describe the improvement The aptly server should work without aptly serve Alternatively, we could also find a solution to make sure aptly serve is restarted in case it breaks

ypoplavs commented 1 year ago

add commands in CI to check the status of the executed curl command and to fail the pipeline step if it's not zero. for now it's green even if the upload was not successful.