-
Notifications
You must be signed in to change notification settings - Fork 7
Issue #996 Add Weekly CI job that runs the acceptance tests #1673
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
Conversation
|
JoerivanEngelen
left a comment
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.
2 comments, approving in advance.
| notifierSettings = emailNotifier { | ||
| email = """ | ||
| joeri.vanengelen@deltares.nl | ||
| luitjan.slooten@deltares.nl |
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.
Probably caused by copypasta, but I think this e-mail isn't active anymore.
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 indeed copy paste this part. His mail is still present in multiple places in the pipeline code. I will update the notifier mails in 1 go in a separate PR
| param("env.access_key", "%credentialsJSON:2978988a-493b-44ed-9fcb-6cd6d2c2c673%") | ||
| param("env.secret_access_key", "%credentialsJSON:409a55c0-b2e7-438c-98dd-f0404b83cabb%") |
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.
Just double-checking: You are not publicly exposing secret access keys here?
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.
Nope. This is a Teamcity parameter that maps internally to the actual keys



Fixes #988
Description
This commit adds a weekly job that runs the acceptance tests.
A main "Test" job is created that is triggered every sunday. This job triggers its dependencies.
For now that is only the "acceptance tests" job. However any future weekly jobs can be attached to it.
I would also make sense to eventually put the "Pixi update" under this job as that is a weekly job as well
Checklist
Issue #nr, e.g.Issue #737pixi run generate-sbomand committed changes