From 0e11ab9339622680f1d69efb8d4803f18e53e0ff Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 21 Sep 2022 20:22:36 -0700 Subject: [PATCH] remove stray .zuul.yaml previously PR 7369 removed .zuul jobs directory as zuul jobs are deprecated in openlab Signed-off-by: Benjamin Elder (cherry picked from commit dcb0d8f9eaecb326374d96f60dcd49f53127a525) Signed-off-by: Wei Fu --- .zuul.yaml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index 8c845725a8e9..000000000000 --- a/.zuul.yaml +++ /dev/null @@ -1,35 +0,0 @@ -- project: - name: containerd/containerd - merge-mode: merge - check: - jobs: - - containerd-build-arm64 - - containerd-test-arm64 - - containerd-integration-test-arm64 - -- job: - name: containerd-build-arm64 - parent: init-test - description: | - Containerd build in openlab cluster. - run: .zuul/playbooks/containerd-build/run.yaml - nodeset: ubuntu-xenial-arm64-openlab - voting: false - -- job: - name: containerd-test-arm64 - parent: init-test - description: | - Containerd unit tests in openlab cluster. - run: .zuul/playbooks/containerd-build/unit-test.yaml - nodeset: ubuntu-xenial-arm64-openlab - voting: false - -- job: - name: containerd-integration-test-arm64 - parent: init-test - description: | - Containerd unit tests in openlab cluster. - run: .zuul/playbooks/containerd-build/integration-test.yaml - nodeset: ubuntu-xenial-arm64-openlab - voting: false