diff options
author | Andreas Jaeger <aj@suse.com> | 2017-12-16 22:57:52 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2017-12-20 10:14:06 +0100 |
commit | ee821373aceca5401d0f7fadef2872b0ca20eea0 (patch) | |
tree | f3e9a6ae2a4216a4f5914534c65cbac9a87c378b /.zuul.yaml | |
parent | 85cf42e841bb59ddf294ec39286ce97e57a9faae (diff) | |
download | oslo-db-ee821373aceca5401d0f7fadef2872b0ca20eea0.tar.gz |
Drop tox-mysql-python job
Change Ie17f4543fa3d72b507d88d2c4023a9a5a430419e removed the
mysql-python support, remove the job for this.
This removes also the .zuul.yaml file, since the mysql-python job was
the only configured job.
Change-Id: I113ca2069a2e93482be0729857dde9737743da9a
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index 2398cf0..0000000 --- a/.zuul.yaml +++ /dev/null @@ -1,17 +0,0 @@ -- project: - name: openstack/oslo.db - check: - jobs: - - oslo.db-tox-mysql-python - gate: - jobs: - - oslo.db-tox-mysql-python - -- job: - name: oslo.db-tox-mysql-python - parent: legacy-base - run: playbooks/legacy/oslo.db-tox-mysql-python/run.yaml - post-run: playbooks/legacy/oslo.db-tox-mysql-python/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements |