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:
Stephan Kulow 2019-09-13 07:10:12 +02:00
parent 9c45fc378b
commit 38d8ab9210

View File

@ -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: