Skip to content

Commit 1598318

Browse files
committed
Bump go version to 1.15 in openlab tests
1 parent cddb0c0 commit 1598318

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

  • .zuul/playbooks

.zuul/playbooks/gophercloud-acceptance-test-ironic/run.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- hosts: all
22
become: yes
33
roles:
4-
- config-golang
4+
- role: config-golang
5+
go_version: '1.15'
56
- clone-devstack-gate-to-workspace
67
- role: create-devstack-local-conf
78
enable_services:

.zuul/playbooks/gophercloud-acceptance-test/run.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- hosts: all
22
become: yes
33
roles:
4-
- config-golang
4+
- role: config-golang
5+
go_version: '1.15'
56
- clone-devstack-gate-to-workspace
67
- role: create-devstack-local-conf
78
enable_services:

.zuul/playbooks/gophercloud-unittest/run.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- hosts: all
22
become: yes
33
roles:
4-
- config-golang
4+
- role: config-golang
5+
go_version: '1.15'
56
tasks:
67
- name: Run unit tests with gophercloud
78
shell:

0 commit comments

Comments
 (0)