Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tasks: Give S3 secrets to OpenShift tasks container #607

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

martinpitt
Copy link
Member

Commit b742b2d was a thinko -- we do need S3 upload on our OpenShift tasks container: While we keep test-results.db in the local /cache/images/, we push prometheus-stats to S3.


I deployed this on OpenShift, and ran

./store-tests --db /cache/images/test-results.db --repo cockpit-project/cockpit-podman 84a41aa41a3abb587a44e1c44aa7615133a3bef8 && ./prometheus-stats --db /cache/images/test-results.db --s3 https://cockpit-logs.us-east-1.linodeobjects.com/prometheus

in the terminal. This works now. I'm afraid it's too much manual effort to try and rescue the recently landed PRs, so we'll effectively rebuild the statistics from scratch now.

Commit b742b2d was a thinko -- we *do* need S3 upload on our
OpenShift tasks container: While we keep `test-results.db` in the local
/cache/images/, we push `prometheus-stats` to S3.
Copy link
Member

@allisonkarlitskaya allisonkarlitskaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tracking this down.

@martinpitt martinpitt merged commit e7aaad9 into main Mar 20, 2024
3 checks passed
@martinpitt martinpitt deleted the openshift-s3-keys branch March 20, 2024 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants