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
This commit is contained in:
James E. Blair 2018-01-24 17:05:13 -08:00
parent 5cf96230c8
commit d9eec63a58
1 changed files with 1 additions and 2 deletions

View File

@ -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