Skip to content

Commit

Permalink
Move gophercloud jobs to gophercloud repo (apache#208)
Browse files Browse the repository at this point in the history
This is to remove related jobs from theopenlab repo
  • Loading branch information
yongfengdu authored and Zhuli committed May 8, 2018
1 parent 38ea1a3 commit 827c36d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 140 deletions.
61 changes: 0 additions & 61 deletions playbooks/gophercloud-acceptance-test/run.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions playbooks/gophercloud-unittest/run.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,64 +50,6 @@
TEST_RESULTS_XML: '{{ ansible_user_dir }}/workspace/test_results.xml'
TEST_RESULTS_HTML: '{{ ansible_user_dir }}/workspace/test_results.html'


# Gophercloud jobs
- job:
name: gophercloud-unittest
parent: golang-test
description: |
Run gophercloud unit test
run: playbooks/gophercloud-unittest/run.yaml
nodeset: ubuntu-xenial-ut

- job:
name: gophercloud-acceptance-test
parent: golang-test
description: |
Run gophercloud acceptance test on master branch
run: playbooks/gophercloud-acceptance-test/run.yaml

- job:
name: gophercloud-acceptance-test-queens
parent: gophercloud-acceptance-test
description: |
Run gophercloud acceptance test on queens branch
vars:
os_branch: 'stable/queens'

- job:
name: gophercloud-acceptance-test-pike
parent: gophercloud-acceptance-test
description: |
Run gophercloud acceptance test on pike branch
vars:
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'

- job:
name: gophercloud-acceptance-test-newton
parent: gophercloud-acceptance-test
description: |
Run gophercloud acceptance test on newton branch
vars:
os_branch: 'stable/newton'

- job:
name: gophercloud-acceptance-test-mitaka
parent: gophercloud-acceptance-test
description: |
Run gophercloud acceptance test on mitaka branch
vars:
os_branch: 'stable/mitaka'
nodeset: ubuntu-trusty

# Terraform-provider-openstack jobs
- job:
name: terraform-provider-openstack-unittest
Expand Down

0 comments on commit 827c36d

Please sign in to comment.