Skip to content

Commit

Permalink
Merge pull request apache#476 from mrhillsman/setgoversion
Browse files Browse the repository at this point in the history
Set the go version for conformance tests
  • Loading branch information
mrhillsman authored Mar 22, 2019
2 parents b0ff590 + d28892c commit e29dcb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@
parent: cloud-provider-openstack-test
description: |
Run Kubernetes E2E Conformance tests against Kubernetes master
vars:
go_version: '1.12.1'
run: playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/run.yaml
post-run: playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/post.yaml
secrets:
Expand All @@ -322,6 +324,7 @@
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.10
vars:
go_version: '1.9.3'
k8s_version: 'release-1.10'

- job:
Expand All @@ -330,6 +333,7 @@
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.11
vars:
go_version: '1.10.3'
k8s_version: 'release-1.11'

- job:
Expand All @@ -338,6 +342,7 @@
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.12
vars:
go_version: '1.10.8'
k8s_version: 'release-1.12'

- job:
Expand All @@ -346,6 +351,7 @@
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.13
vars:
go_version: '1.11.5'
k8s_version: 'release-1.13'

- job:
Expand All @@ -354,6 +360,7 @@
description: |
Run Kubernetes E2E Conformance tests against Kubernetes v1.14
vars:
go_version: '1.12.1'
k8s_version: 'release-1.14'

- job:
Expand Down

0 comments on commit e29dcb5

Please sign in to comment.