Koschei stage: update rawhide version number

This commit is contained in:
Mikolaj Izdebski 2020-02-18 10:08:36 +01:00 committed by Pierre-Yves Chibon
parent 5433d75c24
commit 3e8fec7a95

View file

@ -44,7 +44,7 @@
include_role: name=openshift-apps/koschei/job
vars:
name: db-create
command: "koschei-admin create-db && koschei-admin create-collection f29 --display-name 'Fedora Rawhide' --target f29 --bugzilla-product Fedora --bugzilla-version rawhide && koschei-admin create-group php"
command: "koschei-admin create-db && koschei-admin create-collection f32 --display-name 'Fedora Rawhide' --target f32 --bugzilla-product Fedora --bugzilla-version rawhide && koschei-admin create-group php"
- name: Start frontend
shell: oc -n koschei scale dc/frontend --replicas={{koschei_frontend_replicas}}