-
River migration 6 down fails in river 0.13.0, at least when using the `riverdatabasesql` driver, when there are periodic jobs in the job table. It fails with the following message:
ERROR: could…
-
We manually build images to push to Quay for periodic jobs #28 is the dockerfile. We want to automatically push images to the quay for every new PR merge using GH actions. [Here](https://quay.io/repos…
-
### Nomad version
Nomad v1.9.1
BuildDate 2024-10-21T09:00:50Z
Revision d9ec23f0c1035401e9df6c64d6ffb8bffc555a5e
### Operating system and Environment details
Ubuntu 22.04.5 LTS
### Issue
A b…
-
### Which jobs are flaking?
- periodic-cluster-api-e2e-mink8s-release-1-8
- periodic-cluster-api-e2e-main
- periodic-cluster-api-e2e-latestk8s-main
- periodic-cluster-api-e2e-release-1-8
##…
-
When a periodic job starts failing in trunk, OSS CI oncall needs to figure out which commit breaks it by doing manual bisect on a range of trunk commits before being able to reach out to the author of…
-
I'm looking for a wrapper for calling ExaCMech from Abaqus/UMAT for two reasons.
First, the wrapper will make ExaCMech more accessible to many users of UMAT. Nowadays, UMAT can be called from several…
-
Presubmits and periodic jobs
aojea updated
1 month ago
-
_Original Issue: https://github.com/kubernetes/test-infra/issues/32687_
---
**What would you like to be added**:
We would like to add a Slack reporter for failed jobs to our cluster-api Sla…
-
Hi there, I want to suggest implement PeriodicSpecSystemd
### Proposal
I want to add another one PeriodicSpecType.
https://www.freedesktop.org/software/systemd/man/systemd.time.html
It is more f…
-
Instead of doing
```ruby
name = 'send_emails'
config = {}
config[:class] = 'SendEmail'
config[:args] = 'POC email subject'
config[:every] = ['1h', {first_in: 5.minutes}]
config[:persist] = true…