Skip to content

Commit

Permalink
tests: use hw version 11 (ansible-collections#1107)
Browse files Browse the repository at this point in the history
tests: use hw version 11

The ESXis of our CI come with an heterogeneous collection of CPU. The
goal is to avoid any dependency with recent CPU features.

Reviewed-by: Mario Lenz <[email protected]>
Reviewed-by: None <None>
  • Loading branch information
goneri authored Nov 15, 2021
1 parent 3c2334d commit ff3a3aa
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
memory_mb: 128
num_cpus: 1
scsi: paravirtual
version: 11
cdrom:
type: iso
iso_path: "[{{ ro_datastore }}] fedora.iso"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
guest_id: centos64Guest
datacenter: "{{ dc1 }}"
hardware:
version: 11
num_cpus: 1
memory_mb: 128
disk:
Expand Down Expand Up @@ -61,6 +62,7 @@
datacenter: "{{ dc1 }}"
cluster: "{{ ccr1 }}"
hardware:
version: 11
num_cpus: 1
memory_mb: 128
disk:
Expand Down Expand Up @@ -114,6 +116,7 @@
cluster: "{{ ccr1 }}"
resource_pool: DC0_C0_RP1
hardware:
version: 11
num_cpus: 1
memory_mb: 128
disk:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
datastore: "{{ rw_datastore }}"
guest_id: debian8_64Guest
hardware:
version: 11
memory_mb: 128
num_cpus: 1
networks:
Expand Down Expand Up @@ -46,6 +47,7 @@
datastore: "{{ rw_datastore }}"
guest_id: debian8_64Guest
hardware:
version: 11
memory_mb: 128
num_cpus: 1
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
hardware:
num_cpus: 1
memory_mb: 512
version: 11
disk:
- size: 1gb
type: thin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
type: thin
datastore: '{{ rw_datastore }}'
hardware:
version: latest
version: 11
memory_mb: 1024
num_cpus: 1
scsi: paravirtual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
type: thin
datastore: '{{ rw_datastore }}'
hardware:
version: latest
version: 11
memory_mb: 1024
num_cpus: 1
scsi: paravirtual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
type: thin
datastore: '{{ rw_datastore }}'
hardware:
version: latest
version: 11
memory_mb: 1024
num_cpus: 1
scsi: paravirtual
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/vmware_vmotion/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
type: thin
datastore: '{{ rw_datastore }}'
hardware:
version: latest
version: 11
memory_mb: 1024
num_cpus: 1
scsi: paravirtual
Expand Down

0 comments on commit ff3a3aa

Please sign in to comment.