summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:21 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:26 +1200
commit37e8dedac27a4567c02c78c4fb7d45b1d50e717c (patch)
tree7d35e5e2966adfed16e87de171920b55cdd7bd5b /.zuul.yaml
parent2c6feef9580b9ca56fccfee51bc0f7ea1f2839a6 (diff)
downloadtrove-37e8dedac27a4567c02c78c4fb7d45b1d50e717c.tar.gz
Remove the trove-tox-apiexamples CI job
- The job relies on python-troveclient, sometimes python-troveclient only changes the URL sending to Trove but neither request nor response. - The job is hard to maintain, especially when there are changes relating the API. The recommended way is to manually update the API doc and add tests in trove-tox-fakemodetests job. - Remove that trovestack subcommand as well. Change-Id: I108203915ef79ef93bbfbb15acdb7480854878e0
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e4a1d2a3..398ac568 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -34,7 +34,6 @@
- trove-scenario-redis-multi:
voting: false
- trove-tox-fakemodetests
- - trove-tox-apiexamples
- trove-tox-bandit-baseline:
voting: false
- openstack-tox-pylint
@@ -45,7 +44,6 @@
- trove-scenario-mysql-single
- trove-scenario-mysql-multi
- trove-tox-fakemodetests
- - trove-tox-apiexamples
- openstack-tox-pylint
experimental:
jobs:
@@ -74,7 +72,6 @@
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- - ^apidocs/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^tools/.*$
@@ -114,7 +111,6 @@
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- - ^apidocs/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^tools/.*$
@@ -128,7 +124,6 @@
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- - ^apidocs/.*$
- ^contrib/.*$
- ^doc/.*$
- ^releasenotes/.*$
@@ -324,12 +319,6 @@
tox_envlist: fakemodetests
- job:
- name: trove-tox-apiexamples
- parent: trove-fakemodetests-base
- vars:
- tox_envlist: apiexamples
-
-- job:
name: trove-tox-bandit-baseline
parent: openstack-tox
timeout: 2400
@@ -341,7 +330,6 @@
- ^.*\.rst$
- ^.*\.txt$
- ^api-ref/.*$
- - ^apidocs/.*$
- ^contrib/.*$
- ^doc/.*$
- ^etc/.*$