summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-24 16:38:59 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-08-30 01:34:46 +0000
commit76328c96c1448fe1ad5233850bcddc5e41f0ebe9 (patch)
tree5c05f8d1207d89d979eb5952827e693f2b3a151b
parent2c5b3dcfc03a1d721b046d8890916dbf37611cde (diff)
downloadswift-76328c96c1448fe1ad5233850bcddc5e41f0ebe9.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: I9ad73265adc673d4ec4f7d412081e07c2cf55715 Story: #2002586 Task: #24337
-rw-r--r--.zuul.yaml90
-rw-r--r--bandit.yaml2
2 files changed, 90 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 43efe24af..72878ca33 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
@@ -94,6 +94,11 @@
nodeset: centos-7
- project:
+ templates:
+ - publish-openstack-sphinx-docs
+ - periodic-stable-jobs
+ - check-requirements
+ - release-notes-jobs
name: openstack/swift
check:
jobs:
@@ -102,6 +107,40 @@
- swift-tox-func
- 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
@@ -109,9 +148,58 @@
- swift-tox-func
- 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
- swift-tox-func-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
diff --git a/bandit.yaml b/bandit.yaml
index 15fa66fd1..b5b1482df 100644
--- a/bandit.yaml
+++ b/bandit.yaml
@@ -73,7 +73,7 @@
# B702 : use_of_mako_templates
# (optional) list included test IDs here, eg '[B101, B406]':
-tests: [B102, B103, B109, B302, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609]
+tests: [B102, B103, B302, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609]
# (optional) list skipped test IDs here, eg '[B101, B406]':
skips: