summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2019-10-08 16:08:46 -0700
committerColleen Murphy <colleen@gazlene.net>2019-10-08 20:06:22 -0700
commit52ab0cf579445190483f3a6f0e3aa5db0a9ebdef (patch)
treea43a0fb07b2f95b5c65bef66843a749b9d72c9d7 /.zuul.yaml
parentfeeaa3823addc8bd8346ec3a10c74ee6da438a51 (diff)
downloadkeystone-52ab0cf579445190483f3a6f0e3aa5db0a9ebdef.tar.gz
Import LDAP job into project
Import the legacy-tempest-dsvm-ldap-domain-specific-driver job[1] into the keystone repo and convert it to be Zuulv3 native. [1] https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/playbooks/legacy/tempest-dsvm-ldap-domain-specific-driver Change-Id: Ie0b9f13d6fb06b776d6a58d5d1087c20df8a7cda Needed-by: https://review.opendev.org/687444
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7ea95164b..5f9bf362e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -77,6 +77,17 @@
bindep_profile: test py37
python_version: 3.7
+- job:
+ name: keystone-dsvm-ldap-domain-specific-driver
+ parent: devstack-tempest
+ vars:
+ devstack_localrc:
+ KEYSTONE_CLEAR_LDAP: 'yes'
+ LDAP_PASSWORD: 'nomoresecret'
+ USE_PYTHON3: True
+ devstack_services:
+ ldap: true
+
# Experimental
- job:
name: keystone-tox-patch_cover
@@ -188,7 +199,7 @@
- keystoneclient-devstack-functional:
voting: false
irrelevant-files: *irrelevant-files
- - legacy-tempest-dsvm-ldap-domain-specific-driver:
+ - keystone-dsvm-ldap-domain-specific-driver:
voting: false
irrelevant-files: &tempest-irrelevant-files
- ^(test-|)requirements.txt$