-
Notifications
You must be signed in to change notification settings - Fork 98
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
feature(github): cache github issues status in S3 #7697
Conversation
c48d2dd
to
2743f7e
Compare
on: | ||
schedule: | ||
# Daily at 8:20 UTC | ||
- cron: '20 8 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gh issue list doesn't use many requests (1 per 100 issues) and are resetting every hour. Maybe run it hourly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't yet really setup it, I've trying to set it up correctly
and credentials is painful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's copy paste from github examples...
and I think we still gonna do it daily
- name: Upload file to bucket | ||
uses: koraykoska/s3-upload-github-action@[email protected] | ||
env: | ||
FILE: ./issues/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will it be publicitly available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, still need to figure credentials, since it's not running in Jenkins.
8169fbe
to
e9a43c1
Compare
e9a43c1
to
4a158c1
Compare
doing the work not on a fork |
Ref: https://github.com/scylladb/qa-tasks/issues/1678
Testing
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)