go-crond
component upgrade test plan
contribute
Copy the following test plan to a comment of the merge request that upgrades the component.
## Test plan
- [ ] Check [releases](https://github.com/webdevops/go-crond/releases) for potentially breaking changes.
### Build tests
- [ ] Built on all supported platforms using `build-package-on-all-os` job.
- [ ] Ran `Trigger:ee-package` and then `qa-subset-test` as well as manual `qa-remaining-test-manual` CI jobs on `gitlab.com`.
### Install and check version and basic operation
- [ ] Install and configure using HTTPS URL.
- [ ] Verify version.
```shell
opt/gitlab/embedded/bin/go-crond --version
```
- [ ] Check service status
```shell
sudo gitlab-ctl status crond
sudo gitlab-ctl tail crond
```
- [ ] Set crontab entry to a few minutes ahead and make sure cert request renewal occurs
```shell
cat /var/opt/gitlab/crond/letsencrypt-renew
27 0 */4 * * root /opt/gitlab/bin/gitlab-ctl renew-le-certs
sudo vi /var/opt/gitlab/crond/letsencrypt-renew
cat var/opt/gitlab/crond/letsencrypt-renew
30 18 26 * * root /opt/gitlab/bin/gitlab-ctl renew-le-certs
sudo gitlab-ctl restart crond
sudo gitlab-ctl tail crond
sudo gitlab-ctl tail crond | grep "/opt/gitlab/bin/gitlab-ctl renew"
```
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support