-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
re-enable running the CI in pull requests, but not concurrently #258
Conversation
The CI fails because of #217 |
Otherwise packages may add user without correct configuration such as groups and the step adding user will be skipped.
Failure is not related do opendkim, postfix log starts like this:
The problem is that
We need to ensure somehow that Dovecot creates socket before we start Postfix. We can try to create |
Works after reordering Dovecot before Postfix. |
Fix #246
Fix #217
I documented the sysadmin side in https://github.com/deltachat/sysadmin/commit/b1fbedc2fd5982d58584a5c6499368018ca68ee1
It would be nice if we could make sure that the offline tests and formatting checks don't make the CI stop if they fail; because then it doesn't get to the step where it can restore the ACME and DKIM state, and we lose some private certs on the server.