mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 11:55:42 +00:00
A semantic change to a Cirrus-CI GraphQL API parameter caused a
unit-test to fail (as it should have) with the error:
```
Query result did not pass filter '.data.ownerRepository.cronSettings':
'{"data":{"ownerRepository":null}}'
```
As per Cirrus-support, a change was introduced in schema affecting certain
fields that were incorrectly marked Nullable. They indicated the `platform`
field was set incorrectly, and should use the value `github`.
* Fix the platform field's value to `github` instead of `LINUX`.
* Change the unit-test to only execute as part of the 'main' cirrus-cron
job so it cannot impact PRs.
Signed-off-by: Chris Evich <cevich@redhat.com>
|
||
|---|---|---|
| .. | ||
| actions/check_cirrus_cron | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| dependabot.yml | ||
| issue-labeler.yml | ||
| ISSUE_TEMPLATE.md | ||
| labeler.yml | ||
| PULL_REQUEST_TEMPLATE.md | ||