gocd: rabbit-openqa needs a config file installed
So far we were mostly lucky as TTM pipelines installed it into the docker images eventually
This commit is contained in:
parent
9c45fc378b
commit
38d8ab9210
@ -23,6 +23,7 @@ pipelines:
|
||||
- monitor
|
||||
tasks:
|
||||
- script: |-
|
||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||
export PYTHONPATH=$PWD/scripts
|
||||
./scripts/gocd/rabbit-openqa.py -A https://api.opensuse.org
|
||||
SUSE.openQA:
|
||||
@ -49,6 +50,7 @@ pipelines:
|
||||
tasks:
|
||||
# endless loop
|
||||
- script: |-
|
||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||
export PYTHONPATH=$PWD/scripts
|
||||
./scripts/gocd/rabbit-openqa.py -A https://api.suse.de
|
||||
SUSE.Repo.Monitor:
|
||||
|
Loading…
x
Reference in New Issue
Block a user