diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c61eea1ca2247..ca45160650194 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -348,6 +348,14 @@ 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 diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 5cf6ba7ff7c58..493221c25bfb6 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -834,3 +834,39 @@ 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: \ No newline at end of file