kerneltest: use my branch on stg to investigate errors

See https://pagure.io/fedora-infrastructure/issue/11952 , I'm
trying to get kerneltest / kernel-tests to work with OIDC auth
but getting "invalid input file" errors; need to deploy a
branch with the real errors behind that message logged at a
level we can see.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-06-26 12:57:51 -07:00
parent 23318bb0d5
commit a0a7e276a4

View file

@ -12,10 +12,11 @@ spec:
source:
type: Git
git:
uri: https://github.com/fedora-infra/kerneltest.git
{% if env == "staging" %}
ref: staging
uri: https://github.com/AdamWill/kerneltest.git
ref: invalid-input-logerror
{% else %}
uri: https://github.com/fedora-infra/kerneltest.git
ref: stable
{% endif %}
strategy: