OSBS: aarch64 openshift do not try to test quay.io login

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-12-20 10:36:00 +01:00 committed by Pierre-Yves Chibon
parent 1aae7b0591
commit 6e69e78a51

View file

@ -228,6 +228,7 @@ openshift_master_identity_providers=[{"name": "fedoraidp", "login": "true", "cha
oreg_url=quay.io/multi-arch/aarch64-${component}:${version}
oreg_auth_user="{{ os_multiarch_registry_user }}"
oreg_auth_password="{{ os_multiarch_registry_password }}"
oreg_test_login=false
{% elif env == "staging" %}
oreg_auth_user="{{ os_stg_registry_user }}"
oreg_auth_password="{{ os_stg_registry_password }}"