From 09b9a37db6fc14e5ff218898615c617f4a60f6ad Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 18 Dec 2017 09:18:12 +0100 Subject: [PATCH] Remove legacy swift tox jobs The jobs have been migrated in-tree and converted to Zuul v3 native, remove them. Change-Id: Ifd0de2e4a7551c596a4c56ab54910c4a6dd8621a Depends-On: Id2b5cff998ac3a825a8f515c7bae3b433f30d272 --- .../swift-tox-xfs-tmp-func-centos-7/post.yaml | 67 ----------- .../swift-tox-xfs-tmp-func-centos-7/run.yaml | 98 ----------------- .../post.yaml | 67 ----------- .../run.yaml | 98 ----------------- .../swift-tox-xfs-tmp-func-ec/post.yaml | 67 ----------- .../legacy/swift-tox-xfs-tmp-func-ec/run.yaml | 98 ----------------- .../post.yaml | 67 ----------- .../run.yaml | 99 ----------------- .../post.yaml | 67 ----------- .../run.yaml | 98 ----------------- .../post.yaml | 67 ----------- .../run.yaml | 99 ----------------- .../post.yaml | 67 ----------- .../run.yaml | 99 ----------------- .../legacy/swift-tox-xfs-tmp-func/post.yaml | 67 ----------- .../legacy/swift-tox-xfs-tmp-func/run.yaml | 98 ----------------- .../swift-tox-xfs-tmp-py27-centos-7/post.yaml | 67 ----------- .../swift-tox-xfs-tmp-py27-centos-7/run.yaml | 98 ----------------- .../legacy/swift-tox-xfs-tmp-py27/post.yaml | 67 ----------- .../legacy/swift-tox-xfs-tmp-py27/run.yaml | 98 ----------------- .../legacy/swift-tox-xfs-tmp-py35/post.yaml | 67 ----------- .../legacy/swift-tox-xfs-tmp-py35/run.yaml | 98 ----------------- zuul.d/zuul-legacy-jobs.yaml | 104 ------------------ 23 files changed, 1922 deletions(-) delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-ec/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-ec/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-encryption/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-encryption/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-func/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py27/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py27/run.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py35/post.yaml delete mode 100644 playbooks/legacy/swift-tox-xfs-tmp-py35/run.yaml diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/run.yaml deleted file mode 100644 index 75865e5b..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-centos-7 from old job gate-swift-tox-xfs-tmp-func-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/run.yaml deleted file mode 100644 index a8d09a0c..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-ec-centos-7 from old job gate-swift-tox-xfs-tmp-func-ec-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-ec - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-ec/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-ec/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-ec/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-ec/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-ec/run.yaml deleted file mode 100644 index 27386c7e..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-ec/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-ec from old job gate-swift-tox-xfs-tmp-func-ec-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-ec - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/run.yaml deleted file mode 100644 index 6bf54458..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/run.yaml +++ /dev/null @@ -1,99 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-encryption-centos-7 from old - job gate-swift-tox-xfs-tmp-func-encryption-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-encryption - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/run.yaml deleted file mode 100644 index d7fcd783..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-encryption/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-encryption from old job gate-swift-tox-xfs-tmp-func-encryption-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-encryption - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/run.yaml deleted file mode 100644 index b458f372..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/run.yaml +++ /dev/null @@ -1,99 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-post-as-copy-centos-7 from - old job gate-swift-tox-xfs-tmp-func-post-as-copy-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-post-as-copy - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/run.yaml deleted file mode 100644 index 3b9b3d71..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/run.yaml +++ /dev/null @@ -1,99 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func-post-as-copy from old job - gate-swift-tox-xfs-tmp-func-post-as-copy-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func-post-as-copy - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-func/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-func/run.yaml deleted file mode 100644 index 91a466f2..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-func/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-func from old job gate-swift-tox-xfs-tmp-func-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh func - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/run.yaml deleted file mode 100644 index adb9aba5..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-py27-centos-7 from old job gate-swift-tox-xfs-tmp-py27-centos-7 - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh py27 - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py27/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py27/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py27/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py27/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py27/run.yaml deleted file mode 100644 index 4b43613e..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py27/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-py27 from old job gate-swift-tox-xfs-tmp-py27-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh py27 - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py35/post.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py35/post.yaml deleted file mode 100644 index 68fbdf81..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py35/post.yaml +++ /dev/null @@ -1,67 +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=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - 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=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/swift-tox-xfs-tmp-py35/run.yaml b/playbooks/legacy/swift-tox-xfs-tmp-py35/run.yaml deleted file mode 100644 index 29b53084..00000000 --- a/playbooks/legacy/swift-tox-xfs-tmp-py35/run.yaml +++ /dev/null @@ -1,98 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-swift-tox-xfs-tmp-py35 from old job gate-swift-tox-xfs-tmp-py35-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - REQS_DIR=`mktemp -d` - function cleanup { - mkdir -p $WORKSPACE - rm -rf $CLONEMAP $REQS_DIR - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - # zuul cloner works poorly if there are 2 names that are the - # same in here. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cat >> $CLONEMAP << EOF - - name: openstack/requirements - dest: $REQS_DIR - EOF - fi - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements - # REQS_DIR is not set for openstack/requirements and there is also - # no need to copy in this case. - if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then - cp $REQS_DIR/upper-constraints.txt ./ - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - # create a large-ish file that we will mount as a loopback - truncate -s 1GB $HOME/1G_xfs_file - # format the new file as xfs - /sbin/mkfs.xfs $HOME/1G_xfs_file - # loopback mount the file - mkdir -p $HOME/xfstmp - sudo mount -o loop,noatime,nodiratime $HOME/1G_xfs_file $HOME/xfstmp - sudo chmod 777 $HOME/xfstmp - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -x - export TMPDIR=$HOME/xfstmp - /usr/local/jenkins/slave_scripts/run-tox.sh py35 - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - OUT=`git ls-files --other --exclude-standard --directory` - if [ -z "$OUT" ]; then - echo "No extra files created during test." - exit 0 - else - echo "The following un-ignored files were created during the test:" - echo "$OUT" - exit 0 # TODO: change to 1 to fail tests. - fi - 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 c2024550..7569f91f 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -4879,110 +4879,6 @@ - openstack-infra/devstack-gate - openstack/swift -- job: - name: legacy-swift-tox-xfs-tmp-func - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-centos-7 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-centos-7/post.yaml - timeout: 2400 - nodeset: legacy-centos-7 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-ec - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-ec/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-ec/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-ec-centos-7 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-ec-centos-7/post.yaml - timeout: 2400 - nodeset: legacy-centos-7 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-encryption - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-encryption/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-encryption/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-encryption-centos-7 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-encryption-centos-7/post.yaml - timeout: 2400 - nodeset: legacy-centos-7 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-post-as-copy - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-func-post-as-copy-centos-7 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-func-post-as-copy-centos-7/post.yaml - timeout: 2400 - nodeset: legacy-centos-7 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-py27 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-py27/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-py27/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-py27-centos-7 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-py27-centos-7/post.yaml - timeout: 2400 - nodeset: legacy-centos-7 - required-projects: - - openstack/requirements - -- job: - name: legacy-swift-tox-xfs-tmp-py35 - parent: legacy-base - run: playbooks/legacy/swift-tox-xfs-tmp-py35/run.yaml - post-run: playbooks/legacy/swift-tox-xfs-tmp-py35/post.yaml - timeout: 2400 - required-projects: - - openstack/requirements - - job: name: legacy-swift3-tox-keystone parent: legacy-base