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:
parent
23318bb0d5
commit
a0a7e276a4
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,11 @@ spec:
|
||||||
source:
|
source:
|
||||||
type: Git
|
type: Git
|
||||||
git:
|
git:
|
||||||
uri: https://github.com/fedora-infra/kerneltest.git
|
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
ref: staging
|
uri: https://github.com/AdamWill/kerneltest.git
|
||||||
|
ref: invalid-input-logerror
|
||||||
{% else %}
|
{% else %}
|
||||||
|
uri: https://github.com/fedora-infra/kerneltest.git
|
||||||
ref: stable
|
ref: stable
|
||||||
{% endif %}
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue