From fdd6861340213744b4b53950abd9096bc810835a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 4 May 2021 17:14:08 +1000 Subject: [PATCH] Remove xenial-arm64 wheel jobs Nothing uses Xenial on ARM64, and we don't want anything to start, so let's remove the nodes. This removes the wheel publishing jobs. Change-Id: Ib268fe7379e3d1a98e1fbe30233c156834d65c36 Depends-On: https://review.opendev.org/c/openstack/project-config/+/789493 Depends-On: https://review.opendev.org/c/openstack/requirements/+/789487 Depends-On: https://review.opendev.org/c/openstack/requirements/+/789488 Depends-On: https://review.opendev.org/c/openstack/requirements/+/789490 --- zuul.d/jobs.yaml | 17 ----------------- zuul.d/project.yaml | 4 ---- 2 files changed, 21 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 90e2bd07..d18f84aa 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1618,20 +1618,3 @@ wheel_python: python2 wheel-cache-ubuntu-xenial-python3: wheel_python: python3 - -- job: - name: build-wheel-cache-ubuntu-xenial-arm64 - parent: build-wheel-cache-base - description: | - Build Ubuntu Xenial ARM64 wheels for OpenStack CI mirrors. - nodeset: - nodes: - - name: wheel-cache-ubuntu-xenial-arm64-python2 - label: ubuntu-xenial-arm64 - - name: wheel-cache-ubuntu-xenial-arm64-python3 - label: ubuntu-xenial-arm64 - host-vars: - wheel-cache-ubuntu-xenial-arm64-python2: - wheel_python: python2 - wheel-cache-ubuntu-xenial-arm64-python3: - wheel_python: python3 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 0bbb8d84..d79b0733 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -45,10 +45,6 @@ files: - playbooks/wheel-cache - roles/build-wheel-cache - - build-wheel-cache-ubuntu-xenial-arm64: - files: - - playbooks/wheel-cache - - roles/build-wheel-cache - build-wheel-cache-ubuntu-bionic-arm64: files: - playbooks/wheel-cache