From 6c8c07bad206653d31fa9068a269b20986647489 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Thu, 11 Oct 2018 06:10:01 +0000 Subject: [PATCH] Remove the legacy jobs for Tempest pre-provisioned cred Tempest has not switched to zuulv3 job version of pre-provisioned cred (account jobs) - https://review.openstack.org/#/c/580364/ These jobs are not used on stable branches so we are good to remove them. Depends-On: https://review.openstack.org/#/c/580364/ Change-Id: I2b977da4d3f6bf6df0d783fb2160358472708675 --- .../post.yaml | 15 ---- .../run.yaml | 55 ------------- .../post.yaml | 15 ---- .../run.yaml | 57 -------------- .../post.yaml | 15 ---- .../run.yaml | 56 -------------- .../tempest-dsvm-full-test-accounts/post.yaml | 15 ---- .../tempest-dsvm-full-test-accounts/run.yaml | 54 ------------- .../post.yaml | 15 ---- .../run.yaml | 59 -------------- .../post.yaml | 15 ---- .../run.yaml | 57 -------------- .../post.yaml | 15 ---- .../run.yaml | 56 -------------- zuul.d/zuul-legacy-jobs.yaml | 77 ------------------- 15 files changed, 576 deletions(-) delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/post.yaml delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/run.yaml delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/post.yaml delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/run.yaml delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/post.yaml delete mode 100644 playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/run.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-full-test-accounts/post.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-full-test-accounts/run.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/post.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/run.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-neutron-full-non-admin/post.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-neutron-full-non-admin/run.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/post.yaml delete mode 100644 playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/run.yaml diff --git a/playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/post.yaml b/playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/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/periodic-tempest-dsvm-full-test-accounts-master/run.yaml b/playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/run.yaml deleted file mode 100644 index c262736a..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/run.yaml +++ /dev/null @@ -1,55 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-periodic-tempest-dsvm-full-test-accounts-master from - old job periodic-tempest-dsvm-full-test-accounts-ubuntu-xenial-master - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_TEMPEST_FULL=1 - export BRANCH_OVERRIDE=master - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/post.yaml b/playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/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/periodic-tempest-dsvm-neutron-full-non-admin-master/run.yaml b/playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/run.yaml deleted file mode 100644 index 2815eb56..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/run.yaml +++ /dev/null @@ -1,57 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-periodic-tempest-dsvm-neutron-full-non-admin-master - from old job periodic-tempest-dsvm-neutron-full-non-admin-ubuntu-xenial-master - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_HAS_ADMIN=False - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=1 - export BRANCH_OVERRIDE=master - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/post.yaml b/playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/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/periodic-tempest-dsvm-neutron-full-test-accounts-master/run.yaml b/playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/run.yaml deleted file mode 100644 index b9b6bf83..00000000 --- a/playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/run.yaml +++ /dev/null @@ -1,56 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-periodic-tempest-dsvm-neutron-full-test-accounts-master - from old job periodic-tempest-dsvm-neutron-full-test-accounts-ubuntu-xenial-master - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_FULL=1 - export BRANCH_OVERRIDE=master - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/tempest-dsvm-full-test-accounts/post.yaml b/playbooks/legacy/tempest-dsvm-full-test-accounts/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/tempest-dsvm-full-test-accounts/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/tempest-dsvm-full-test-accounts/run.yaml b/playbooks/legacy/tempest-dsvm-full-test-accounts/run.yaml deleted file mode 100644 index 5df548ea..00000000 --- a/playbooks/legacy/tempest-dsvm-full-test-accounts/run.yaml +++ /dev/null @@ -1,54 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-tempest-dsvm-full-test-accounts from old job gate-tempest-dsvm-full-test-accounts-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_TEMPEST_FULL=1 - export BRANCH_OVERRIDE=default - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/post.yaml b/playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/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/tempest-dsvm-identity-v3-test-accounts/run.yaml b/playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/run.yaml deleted file mode 100644 index 51d44f29..00000000 --- a/playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/run.yaml +++ /dev/null @@ -1,59 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-tempest-dsvm-identity-v3-test-accounts from old job - gate-tempest-dsvm-identity-v3-test-accounts-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - ENABLE_IDENTITY_V2=False - SERVICE_DOMAIN_NAME=service - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_TEMPEST_FULL=1 - export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TLSPROXY=1 - export BRANCH_OVERRIDE=default - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/tempest-dsvm-neutron-full-non-admin/post.yaml b/playbooks/legacy/tempest-dsvm-neutron-full-non-admin/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/tempest-dsvm-neutron-full-non-admin/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/tempest-dsvm-neutron-full-non-admin/run.yaml b/playbooks/legacy/tempest-dsvm-neutron-full-non-admin/run.yaml deleted file mode 100644 index 47391355..00000000 --- a/playbooks/legacy/tempest-dsvm-neutron-full-non-admin/run.yaml +++ /dev/null @@ -1,57 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-tempest-dsvm-neutron-full-non-admin from old job - gate-tempest-dsvm-neutron-full-non-admin-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_HAS_ADMIN=False - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=1 - export BRANCH_OVERRIDE=default - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.sh - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/post.yaml b/playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/post.yaml deleted file mode 100644 index e07f5510..00000000 --- a/playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/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/tempest-dsvm-neutron-full-test-accounts/run.yaml b/playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/run.yaml deleted file mode 100644 index 0bcc021f..00000000 --- a/playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/run.yaml +++ /dev/null @@ -1,56 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-tempest-dsvm-neutron-full-test-accounts from old - job gate-tempest-dsvm-neutron-full-test-accounts-ubuntu-xenial - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - cat > clonemap.yaml << EOF - clonemap: - - name: openstack-infra/devstack-gate - dest: devstack-gate - EOF - /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-infra/devstack-gate - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cat << 'EOF' >>"/tmp/dg-local.conf" - [[local|localrc]] - TEMPEST_USE_TEST_ACCOUNTS=True - - EOF - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TEMPEST=1 - export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_FULL=1 - export BRANCH_OVERRIDE=default - if [ "$BRANCH_OVERRIDE" != "default" ] ; then - export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE - fi - cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - ./safe-devstack-vm-gate-wrap.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 023062de..df24ef61 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -889,17 +889,6 @@ - openstack-infra/devstack-gate - openstack/tempest -- job: - name: legacy-periodic-tempest-dsvm-full-test-accounts-master - parent: legacy-dsvm-base - run: playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/run.yaml - post-run: playbooks/legacy/periodic-tempest-dsvm-full-test-accounts-master/post.yaml - timeout: 10800 - branches: master - required-projects: - - openstack-infra/devstack-gate - - openstack/tempest - - job: name: legacy-periodic-tempest-dsvm-networking-midonet-aio-ml2-full-ocata parent: legacy-dsvm-base @@ -930,18 +919,6 @@ - openstack/tap-as-a-service - openstack/tempest -- job: - name: legacy-periodic-tempest-dsvm-neutron-full-non-admin-master - parent: legacy-dsvm-base - run: playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/run.yaml - post-run: playbooks/legacy/periodic-tempest-dsvm-neutron-full-non-admin-master/post.yaml - timeout: 10800 - branches: master - required-projects: - - openstack-infra/devstack-gate - - openstack/neutron - - openstack/tempest - - job: name: legacy-periodic-tempest-dsvm-neutron-full-ocata parent: legacy-dsvm-base @@ -954,18 +931,6 @@ - openstack/neutron - openstack/tempest -- job: - name: legacy-periodic-tempest-dsvm-neutron-full-test-accounts-master - parent: legacy-dsvm-base - run: playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/run.yaml - post-run: playbooks/legacy/periodic-tempest-dsvm-neutron-full-test-accounts-master/post.yaml - timeout: 10800 - branches: master - required-projects: - - openstack-infra/devstack-gate - - openstack/neutron - - openstack/tempest - - job: name: legacy-periodic-tempest-dsvm-oslo-latest-full-master parent: legacy-dsvm-base @@ -1493,26 +1458,6 @@ - openstack/os-brick - openstack/tempest -- job: - name: legacy-tempest-dsvm-full-test-accounts - parent: legacy-dsvm-base - run: playbooks/legacy/tempest-dsvm-full-test-accounts/run.yaml - post-run: playbooks/legacy/tempest-dsvm-full-test-accounts/post.yaml - timeout: 10800 - required-projects: - - openstack-infra/devstack-gate - - openstack/tempest - -- job: - name: legacy-tempest-dsvm-identity-v3-test-accounts - parent: legacy-dsvm-base - run: playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/run.yaml - post-run: playbooks/legacy/tempest-dsvm-identity-v3-test-accounts/post.yaml - timeout: 10800 - required-projects: - - openstack-infra/devstack-gate - - openstack/tempest - - job: name: legacy-tempest-dsvm-ironic-pxe_snmp-virtualpdu-src parent: legacy-dsvm-base @@ -1742,17 +1687,6 @@ - openstack/neutron - openstack/tempest -- job: - name: legacy-tempest-dsvm-neutron-full-non-admin - parent: legacy-dsvm-base - run: playbooks/legacy/tempest-dsvm-neutron-full-non-admin/run.yaml - post-run: playbooks/legacy/tempest-dsvm-neutron-full-non-admin/post.yaml - timeout: 10800 - required-projects: - - openstack-infra/devstack-gate - - openstack/neutron - - openstack/tempest - - job: name: legacy-tempest-dsvm-neutron-full-ocata parent: legacy-dsvm-base @@ -1776,17 +1710,6 @@ - openstack/neutron - openstack/tempest -- job: - name: legacy-tempest-dsvm-neutron-full-test-accounts - parent: legacy-dsvm-base - run: playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/run.yaml - post-run: playbooks/legacy/tempest-dsvm-neutron-full-test-accounts/post.yaml - timeout: 10800 - required-projects: - - openstack-infra/devstack-gate - - openstack/neutron - - openstack/tempest - - job: name: legacy-tempest-dsvm-neutron-ipv6only parent: legacy-dsvm-base