summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-24 16:38:48 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-08-30 01:34:29 +0000
commit6f4d068b21de912caadba59d59b9a20c75ea354d (patch)
tree81b870edb67a5c525b76b1e550429d030e762387
parent5da8adb859d7c9280f6ba7b37a00d3b26504b1a2 (diff)
downloadswift-6f4d068b21de912caadba59d59b9a20c75ea354d.tar.gz
import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I25eb6af72d6507d9558ff7bd6d2c7fcc93b7594d Story: #2002586 Task: #24337
-rw-r--r--.zuul.yaml90
1 files changed, 89 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 25f624b1a..cdc32741c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -9,7 +9,7 @@
timeout: 2400
vars:
tox_environment:
- TMPDIR: "{{ ansible_env.HOME }}/xfstmp"
+ TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
- job:
name: swift-tox-py27
@@ -111,6 +111,11 @@
nodeset: centos-7
- project:
+ templates:
+ - publish-openstack-sphinx-docs
+ - periodic-stable-jobs
+ - check-requirements
+ - release-notes-jobs
name: openstack/swift
check:
jobs:
@@ -120,6 +125,40 @@
- swift-tox-func-post-as-copy
- swift-tox-func-encryption
- swift-tox-func-ec
+ - openstack-tox-pep8
+ - legacy-swift-dsvm-functional:
+ irrelevant-files:
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^test/unit/.*$
+ - legacy-swift-dsvm-functional-identity-v3-only:
+ voting: false
+ irrelevant-files:
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^test/unit/.*$
+ - legacy-tempest-dsvm-neutron-full:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
+ - neutron-grenade:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
gate:
jobs:
- swift-tox-py27
@@ -128,6 +167,32 @@
- swift-tox-func-post-as-copy
- swift-tox-func-encryption
- swift-tox-func-ec
+ - openstack-tox-pep8
+ - legacy-swift-dsvm-functional:
+ irrelevant-files:
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^test/unit/.*$
+ - legacy-tempest-dsvm-neutron-full:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
+ - neutron-grenade:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
experimental:
jobs:
- swift-tox-py27-centos-7
@@ -135,3 +200,26 @@
- swift-tox-func-post-as-copy-centos-7
- swift-tox-func-encryption-centos-7
- swift-tox-func-ec-centos-7
+ - legacy-tempest-dsvm-neutron-pg-full:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
+ - legacy-tempest-dsvm-neutron-full-opensuse-423:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^api-ref/.*$
+ - ^doc/.*$
+ - ^install-guide/.*$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^test/unit/.*$
+
+ post:
+ jobs:
+ - openstack-tox-cover
+ - publish-openstack-python-branch-tarball