Skip to content

Commit

Permalink
Change k8s e2e job v1.10.0 to v1.10 (#138)
Browse files Browse the repository at this point in the history
In Kubernetes/OpenStack integration scenario, we should keep pipeline
name, job name and trigger comment consistence, that build consist user
experience for developer from k8s community, and easy to understand how
to trigger the specific jobs when the job failed.

- branch-v1.10.0 should be just branch-v1.10

Partial-Bug: theopenlab/openlab#46
  • Loading branch information
kiwik authored and Zhuli committed Apr 11, 2018
1 parent e8f1532 commit 9693886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@
- vexxhost_credentials

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

Expand Down

0 comments on commit 9693886

Please sign in to comment.