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
|
- monitor
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
export PYTHONPATH=$PWD/scripts
|
export PYTHONPATH=$PWD/scripts
|
||||||
./scripts/gocd/rabbit-openqa.py -A https://api.opensuse.org
|
./scripts/gocd/rabbit-openqa.py -A https://api.opensuse.org
|
||||||
SUSE.openQA:
|
SUSE.openQA:
|
||||||
@ -49,6 +50,7 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
# endless loop
|
# endless loop
|
||||||
- script: |-
|
- script: |-
|
||||||
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
export PYTHONPATH=$PWD/scripts
|
export PYTHONPATH=$PWD/scripts
|
||||||
./scripts/gocd/rabbit-openqa.py -A https://api.suse.de
|
./scripts/gocd/rabbit-openqa.py -A https://api.suse.de
|
||||||
SUSE.Repo.Monitor:
|
SUSE.Repo.Monitor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user