Skip to content

Commit

Permalink
Merge branch 'master' into devstack_with_ironic
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhillsman authored Feb 28, 2019
2 parents 38ebc45 + 1f684e2 commit f3a4864
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
16 changes: 16 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,22 @@
vars:
k8s_version: 'release-1.12'

- job:
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13
parent: cloud-provider-openstack-acceptance-test-e2e-conformance
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.13
vars:
k8s_version: 'release-1.13'

- job:
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
parent: cloud-provider-openstack-acceptance-test-e2e-conformance
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.14
vars:
k8s_version: 'release-1.14'

- job:
name: cloud-provider-openstack-acceptance-test-standalone-cinder
parent: cloud-provider-openstack-test
Expand Down
72 changes: 72 additions & 0 deletions zuul.d/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,3 +798,75 @@
github:
status: 'failure'
mysql:

- pipeline:
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13
description: |
Commenting "/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13" enter this
pipeline to run the tests job of Kubernetes+OpenStack E2E conformance test scenarios and receive an initial
+/-1 Verified vote.
manager: independent
trigger:
github:
- event: pull_request
action:
- opened
- changed
- reopened
- event: pull_request
action: comment
comment: (?i)^\s*\/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1\.13\s*$
- event: pull_request
action: comment
comment: (?i)^\s*\/retest\s*$
- event: pull_request
action: comment
comment: (?i)^\s*\/test all\s*$
start:
github:
status: pending
comment: false
success:
github:
status: 'success'
mysql:
failure:
github:
status: 'failure'
mysql:

- pipeline:
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14
description: |
Commenting "/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.14" enter this
pipeline to run the tests job of Kubernetes+OpenStack E2E conformance test scenarios and receive an initial
+/-1 Verified vote.
manager: independent
trigger:
github:
- event: pull_request
action:
- opened
- changed
- reopened
- event: pull_request
action: comment
comment: (?i)^\s*\/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1\.14\s*$
- event: pull_request
action: comment
comment: (?i)^\s*\/retest\s*$
- event: pull_request
action: comment
comment: (?i)^\s*\/test all\s*$
start:
github:
status: pending
comment: false
success:
github:
status: 'success'
mysql:
failure:
github:
status: 'failure'
mysql:

0 comments on commit f3a4864

Please sign in to comment.