schutzbot/integration/el8: add azure creds

This was left out from the EL8 test case, include the
same creds as in the other cases.
This commit is contained in:
Tom Gundersen 2021-03-06 13:29:45 +00:00
parent 271960585b
commit cc80957d1e

View file

@ -566,6 +566,8 @@ pipeline {
VCENTER_CREDS = credentials('vmware-vcenter-credentials')
GOOGLE_APPLICATION_CREDENTIALS = credentials('gcp-credentials-osbuildci')
GCP_API_TEST_SHARE_ACCOUNT = credentials('gcp-credentials-share-account')
AZURE_CLIENT_ID = credentials('azure-client-id')
AZURE_CLIENT_SECRET = credentials('azure-client-secret')
}
steps {
run_tests('integration')