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

Add separate faketime build jenkins job #106

Open
yuhaoth opened this issue Jun 12, 2023 · 0 comments
Open

Add separate faketime build jenkins job #106

yuhaoth opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request priority-high

Comments

@yuhaoth
Copy link
Contributor

yuhaoth commented Jun 12, 2023

Per discussion of certificate expire,we should add faketime job to cover certificate expiry issue. The job does not need to be run very often, I think it is enough to run it once every week or two weeks.

The flow of this job looks like below

faketime_jobs=output_of("tests/scripts/faketime-all.sh --list")
for job in faketime_jobs:
     start_jenkins_job "ENABLE_FAKETIME=1 tests/scripts/faketime-all.sh {job}"

It is nice to have for Certificate expiry 2023Q2 epic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-high
Projects
None yet
Development

No branches or pull requests

1 participant