Update files for relocated repo

Change-Id: I92e73dda13d1135a1ecc60007c8c1447bb01ad7a
Story: 2006166
Task: 37337
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-11-04 14:05:16 -05:00
parent 80f3992ccb
commit 657df7be76
5 changed files with 10 additions and 17 deletions

View File

@ -6,20 +6,14 @@
- stx-release-notes-jobs - stx-release-notes-jobs
check: check:
jobs: jobs:
- openstack-tox-linters: - openstack-tox-linters
voting: false - stx-distcloud-tox-pep8
- stx-distcloud-tox-pep8: - stx-distcloud-tox-py27
voting: false
- stx-distcloud-tox-py27:
voting: false
gate: gate:
jobs: jobs:
- openstack-tox-linters: - openstack-tox-linters
voting: false - stx-distcloud-tox-pep8
- stx-distcloud-tox-pep8: - stx-distcloud-tox-py27
voting: false
- stx-distcloud-tox-py27:
voting: false
- job: - job:
name: stx-distcloud-tox-py27 name: stx-distcloud-tox-py27

1
centos_pkg_dirs Normal file
View File

@ -0,0 +1 @@
distributedcloud

View File

@ -1,6 +1,4 @@
TAR_NAME="distributedcloud" SRC_DIR="."
SRC_DIR="$CGCS_BASE/git/distributedcloud"
COPY_LIST="$FILES_BASE/*" COPY_LIST="$FILES_BASE/*"
TIS_BASE_SRCREV=e82c7b43362bceb8d4ae9d121d023e42268204db TIS_PATCH_VER=0
TIS_PATCH_VER=GITREVCOUNT+9

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = linters,pep8,py27-dev envlist = linters
minversion = 2.3 minversion = 2.3
skipsdist = True skipsdist = True