From 718857cc8b1f779e2aee6aefc6ffeeb066f0ab6e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 31 Jan 2020 17:36:29 +1100 Subject: [PATCH] Revert "Test artifact publishing via AFS" This reverts commit f81f8f58f4bd68daeb7c168a4e7f2eaa05d15919. Testing is complete. Change-Id: Ieab3e2e92a214b7d38a0e9afaec35d28c0d9c121 --- .zuul.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b5c0fe5..457b9d3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -112,29 +112,6 @@ image_type: 'dib' image_distro: 'ubuntu' -# NOTE(ianw) 2020-01-31 : this is just for infra testing uploading -# artifacts to AFS instead of a static partition. -- job: - name: ironic-python-agent-build-image-base-publish-to-afs - parent: publish-openstack-artifacts-with-afs - pre-run: playbooks/ironic-python-agent-build-image/pre.yaml - run: playbooks/ironic-python-agent-build-image/run.yaml - post-run: playbooks/ironic-python-agent-build-image/post.yaml - timeout: 1800 - required-projects: - - openstack/requirements - - openstack/ironic-python-agent - - openstack/ironic-python-agent-builder - vars: - ipa_raw_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_RAW' - ipa_tar_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_TAR' - -- job: - name: ironic-python-agent-build-image-tinyipa-publish-to-afs - parent: ironic-python-agent-build-image-base-publish-to-afs - vars: - image_type: 'tinyipa' - - project: templates: - publish-openstack-docs-pti @@ -179,4 +156,3 @@ - publish-openstack-python-branch-tarball - ironic-python-agent-build-image-tinyipa - ironic-python-agent-build-image-dib-centos8 - - ironic-python-agent-build-image-tinyipa-publish-to-afs \ No newline at end of file