From d9eec63a588e1e1e574b71d67b5d7456c3ad468d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 24 Jan 2018 17:05:13 -0800 Subject: [PATCH] Zuul: Remove project name Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I2226881d18e69bf25ad93ee8b8db67248e14f697 --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 43efe24af0..e0b5d1d7ac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,7 +9,7 @@ timeout: 2400 vars: tox_environment: - TMPDIR: "{{ ansible_env.HOME }}/xfstmp" + TMPDIR: '{{ ansible_env.HOME }}/xfstmp' - job: name: swift-tox-py27 @@ -94,7 +94,6 @@ nodeset: centos-7 - project: - name: openstack/swift check: jobs: - swift-tox-py27