Skip to content

Commit d6fb15d

Browse files
committed
Update the pipeline and jobs to add 1.13 K8s
Fixes issues apache#444 Signed-off-by: Melvin Hillsman <[email protected]>
1 parent 8531d94 commit d6fb15d

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

zuul.d/jobs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@
340340
vars:
341341
k8s_version: 'release-1.12'
342342

343+
- job:
344+
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13
345+
parent: cloud-provider-openstack-acceptance-test-e2e-conformance
346+
description: |
347+
Run Kubernetes E2E Conformance tests against Kubernetes v1.13
348+
vars:
349+
k8s_version: 'release-1.13'
350+
343351
- job:
344352
name: cloud-provider-openstack-acceptance-test-standalone-cinder
345353
parent: cloud-provider-openstack-test

zuul.d/pipelines.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,3 +798,39 @@
798798
github:
799799
status: 'failure'
800800
mysql:
801+
802+
- pipeline:
803+
name: cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13
804+
description: |
805+
Commenting "/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.13" enter this
806+
pipeline to run the tests job of Kubernetes+OpenStack E2E conformance test scenarios and receive an initial
807+
+/-1 Verified vote.
808+
manager: independent
809+
trigger:
810+
github:
811+
- event: pull_request
812+
action:
813+
- opened
814+
- changed
815+
- reopened
816+
- event: pull_request
817+
action: comment
818+
comment: (?i)^\s*\/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1\.13\s*$
819+
- event: pull_request
820+
action: comment
821+
comment: (?i)^\s*\/retest\s*$
822+
- event: pull_request
823+
action: comment
824+
comment: (?i)^\s*\/test all\s*$
825+
start:
826+
github:
827+
status: pending
828+
comment: false
829+
success:
830+
github:
831+
status: 'success'
832+
mysql:
833+
failure:
834+
github:
835+
status: 'failure'
836+
mysql:

0 commit comments

Comments
 (0)