Update go dependencies
This commit is contained in:
parent
d5cf22c129
commit
063cc68d1c
1321 changed files with 52830 additions and 31081 deletions
20
vendor/github.com/gophercloud/gophercloud/.zuul.yaml
generated
vendored
20
vendor/github.com/gophercloud/gophercloud/.zuul.yaml
generated
vendored
|
|
@ -19,7 +19,8 @@
|
|||
description: |
|
||||
Run gophercloud acceptance test on queens branch
|
||||
vars:
|
||||
os_branch: 'stable/queens'
|
||||
global_env:
|
||||
OS_BRANCH: stable/queens
|
||||
|
||||
- job:
|
||||
name: gophercloud-acceptance-test-pike
|
||||
|
|
@ -27,14 +28,17 @@
|
|||
description: |
|
||||
Run gophercloud acceptance test on pike branch
|
||||
vars:
|
||||
os_branch: 'stable/pike'
|
||||
global_env:
|
||||
OS_BRANCH: stable/pike
|
||||
|
||||
- job:
|
||||
name: gophercloud-acceptance-test-ocata
|
||||
parent: gophercloud-acceptance-test
|
||||
description: |
|
||||
Run gophercloud acceptance test on ocata branch
|
||||
vars:
|
||||
os_branch: 'stable/ocata'
|
||||
global_env:
|
||||
OS_BRANCH: stable/ocata
|
||||
|
||||
- job:
|
||||
name: gophercloud-acceptance-test-newton
|
||||
|
|
@ -42,7 +46,8 @@
|
|||
description: |
|
||||
Run gophercloud acceptance test on newton branch
|
||||
vars:
|
||||
os_branch: 'stable/newton'
|
||||
global_env:
|
||||
OS_BRANCH: stable/newton
|
||||
|
||||
- job:
|
||||
name: gophercloud-acceptance-test-mitaka
|
||||
|
|
@ -50,7 +55,8 @@
|
|||
description: |
|
||||
Run gophercloud acceptance test on mitaka branch
|
||||
vars:
|
||||
os_branch: 'stable/mitaka'
|
||||
global_env:
|
||||
OS_BRANCH: stable/mitaka
|
||||
nodeset: ubuntu-trusty
|
||||
|
||||
- project:
|
||||
|
|
@ -74,3 +80,7 @@
|
|||
recheck-queens:
|
||||
jobs:
|
||||
- gophercloud-acceptance-test-queens
|
||||
periodic:
|
||||
jobs:
|
||||
- gophercloud-unittest
|
||||
- gophercloud-acceptance-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue