diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/run.yaml deleted file mode 100644 index 36118aa1..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - from old job gate-puppet-openstack-integration-4-scenario001-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario001 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/run.yaml deleted file mode 100644 index 0bde1806..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario001-tempest - from old job gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario001 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/run.yaml deleted file mode 100644 index acb06658..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - from old job gate-puppet-openstack-integration-4-scenario002-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario002 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/run.yaml deleted file mode 100644 index 0b1a194a..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario002-tempest - from old job gate-puppet-openstack-integration-4-scenario002-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario002 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/run.yaml deleted file mode 100644 index a4c265ba..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - from old job gate-puppet-openstack-integration-4-scenario003-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario003 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/run.yaml deleted file mode 100644 index d16e5a8b..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario003-tempest - from old job gate-puppet-openstack-integration-4-scenario003-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario003 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/run.yaml deleted file mode 100644 index 1ee9b89f..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7 - from old job gate-puppet-openstack-integration-4-scenario004-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario004 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/run.yaml deleted file mode 100644 index afd7b4aa..00000000 --- a/playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-4-scenario004-tempest - from old job gate-puppet-openstack-integration-4-scenario004-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=4 - export SCENARIO=scenario004 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/run.yaml deleted file mode 100644 index a08920a1..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario001-tempest-centos-7 - from old job gate-puppet-openstack-integration-5-scenario001-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario001 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/run.yaml deleted file mode 100644 index 05f5bf95..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario001-tempest - from old job gate-puppet-openstack-integration-5-scenario001-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario001 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/run.yaml deleted file mode 100644 index d8767763..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario002-tempest-centos-7 - from old job gate-puppet-openstack-integration-5-scenario002-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario002 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/run.yaml deleted file mode 100644 index dec141c9..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario002-tempest - from old job gate-puppet-openstack-integration-5-scenario002-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario002 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/run.yaml deleted file mode 100644 index bf055f5d..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario003-tempest-centos-7 - from old job gate-puppet-openstack-integration-5-scenario003-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario003 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/run.yaml deleted file mode 100644 index a4dd5eea..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario003-tempest - from old job gate-puppet-openstack-integration-5-scenario003-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario003 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/run.yaml deleted file mode 100644 index 0cbc3711..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario004-tempest-centos-7 - from old job gate-puppet-openstack-integration-5-scenario004-tempest-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario004 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/post.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/logs/** - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/run.yaml b/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/run.yaml deleted file mode 100644 index 08a0a8a8..00000000 --- a/playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/run.yaml +++ /dev/null @@ -1,85 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-integration-5-scenario004-tempest - from old job gate-puppet-openstack-integration-5-scenario004-tempest-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - ZUUL_BRANCH_REAL=${ZUUL_BRANCH:-master} - # Workaround for puppet-ceph, where we need to checkout - # puppet-openstack-integration from stable/pike when working on - # stable/jewel. - # Ceph Jewel works with Newton to Pike - if [[ "$ZUUL_BRANCH" == "stable/jewel" ]]; then - ZUUL_BRANCH_REAL='stable/pike' - fi - export ZUUL_REF=${ZUUL_REF:-None} - CLONEMAP=`mktemp` - function cleanup { - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: openstack/puppet-openstack-integration - dest: puppet-openstack-integration - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \ - --cache-dir /opt/git \ - --zuul-branch $ZUUL_BRANCH_REAL \ - git://git.openstack.org openstack/puppet-openstack-integration - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - /usr/local/jenkins/slave_scripts/install-distro-packages.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd puppet-openstack-integration - trap "./copy_logs.sh" EXIT - export PUPPET_MAJ_VERSION=5 - export SCENARIO=scenario004 - mkdir .bundled_gems - export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --no-rdoc --no-ri --verbose - ./run_tests.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/zuul.d/zuul-legacy-jobs.yaml b/zuul.d/zuul-legacy-jobs.yaml index 8bb10622..b0c977cb 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -9082,288 +9082,6 @@ timeout: 3600 nodeset: legacy-ubuntu-trusty -- job: - name: legacy-puppet-openstack-integration-4-scenario001-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario001-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario002-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario002-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario003-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario003-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario004-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - branches: ^(?!stable/newton).*$ - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-4-scenario004-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - branches: ^(?!stable/newton).*$ - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario001-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario001-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario001-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario002-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario002-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario002-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario003-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario003-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario003-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario004-tempest - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest/post - timeout: 5400 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - -- job: - name: legacy-puppet-openstack-integration-5-scenario004-tempest-centos-7 - parent: legacy-puppet-openstack-integration - run: playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/run - post-run: playbooks/legacy/puppet-openstack-integration-5-scenario004-tempest-centos-7/post - timeout: 5400 - nodeset: legacy-centos-7 - required-projects: - - openstack/openstack - - openstack/puppet-openstack-integration - - openstack/tempest - irrelevant-files: - - ^.*\.md$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^spec/.*$ - - ^test-requirements.txt$ - - job: name: legacy-puppet-openstack-libraries-puppet-beaker-rspec-centos-7 parent: legacy-puppet-openstack-integration diff --git a/zuul.d/zuul-legacy-project-templates.yaml b/zuul.d/zuul-legacy-project-templates.yaml index 48b69cdc..dcbe5afa 100644 --- a/zuul.d/zuul-legacy-project-templates.yaml +++ b/zuul.d/zuul-legacy-project-templates.yaml @@ -1238,91 +1238,6 @@ - legacy-puppet-unit-3.8-legacy-centos-7 - legacy-puppet-unit-4.8-centos-7 -- project-template: - name: legacy-puppet-openstack-integration-jobs-all - check: - jobs: - - legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7: - branches: ^(?!stable/newton).*$ - - legacy-puppet-openstack-integration-4-scenario001-tempest - - legacy-puppet-openstack-integration-4-scenario002-tempest - - legacy-puppet-openstack-integration-4-scenario003-tempest - - legacy-puppet-openstack-integration-4-scenario004-tempest: - branches: ^(?!stable/newton).*$ - gate: - jobs: - - legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - - legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7: - branches: ^(?!stable/newton).*$ - - legacy-puppet-openstack-integration-4-scenario001-tempest - - legacy-puppet-openstack-integration-4-scenario002-tempest - - legacy-puppet-openstack-integration-4-scenario003-tempest - - legacy-puppet-openstack-integration-4-scenario004-tempest: - branches: ^(?!stable/newton).*$ - experimental: - jobs: - - legacy-puppet-openstack-integration-5-scenario001-tempest-centos-7 - - legacy-puppet-openstack-integration-5-scenario002-tempest-centos-7 - - legacy-puppet-openstack-integration-5-scenario003-tempest-centos-7 - - legacy-puppet-openstack-integration-5-scenario004-tempest-centos-7 - - legacy-puppet-openstack-integration-5-scenario001-tempest - - legacy-puppet-openstack-integration-5-scenario002-tempest - - legacy-puppet-openstack-integration-5-scenario003-tempest - - legacy-puppet-openstack-integration-5-scenario004-tempest - -- project-template: - name: legacy-puppet-openstack-integration-jobs-scenario001 - check: - jobs: - - legacy-puppet-openstack-integration-4-scenario001-tempest - - legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - gate: - jobs: - - legacy-puppet-openstack-integration-4-scenario001-tempest - - legacy-puppet-openstack-integration-4-scenario001-tempest-centos-7 - -- project-template: - name: legacy-puppet-openstack-integration-jobs-scenario002 - check: - jobs: - - legacy-puppet-openstack-integration-4-scenario002-tempest - - legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - gate: - jobs: - - legacy-puppet-openstack-integration-4-scenario002-tempest - - legacy-puppet-openstack-integration-4-scenario002-tempest-centos-7 - -- project-template: - name: legacy-puppet-openstack-integration-jobs-scenario003 - check: - jobs: - - legacy-puppet-openstack-integration-4-scenario003-tempest - - legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - gate: - jobs: - - legacy-puppet-openstack-integration-4-scenario003-tempest - - legacy-puppet-openstack-integration-4-scenario003-tempest-centos-7 - -- project-template: - name: legacy-puppet-openstack-integration-jobs-scenario004 - check: - jobs: - - legacy-puppet-openstack-integration-4-scenario004-tempest: - branches: ^(?!stable/newton).*$ - - legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7: - branches: ^(?!stable/newton).*$ - gate: - jobs: - - legacy-puppet-openstack-integration-4-scenario004-tempest: - branches: ^(?!stable/newton).*$ - - legacy-puppet-openstack-integration-4-scenario004-tempest-centos-7: - branches: ^(?!stable/newton).*$ - - project-template: name: puppet-openstack-libraries-jobs check: