Update source_image names in tests
This commit is contained in:
parent
fdf028c463
commit
1ee4517370
|
@ -34,7 +34,7 @@ const testBuilderAccBasic = `
|
||||||
"builders": [{
|
"builders": [{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
"vm_type": "a1.nano",
|
"vm_type": "a1.nano",
|
||||||
"source_image": "5c3fef425ceadc3d412beee5",
|
"source_image": "ubuntu",
|
||||||
"disk_size": 10
|
"disk_size": 10
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ const testBuilderAccChroot = `
|
||||||
{
|
{
|
||||||
"builders": [{
|
"builders": [{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
"source_image": "5c3fef425ceadc3d412beee5",
|
"source_image": "ubuntu",
|
||||||
"disk_size": 10,
|
"disk_size": 10,
|
||||||
"vm_type": "a1.nano",
|
"vm_type": "a1.nano",
|
||||||
"chroot_disk": true,
|
"chroot_disk": true,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"token": "{{ user `token` }}",
|
"token": "{{ user `token` }}",
|
||||||
"project": "{{ user `project` }}",
|
"project": "{{ user `project` }}",
|
||||||
"type": "hyperone",
|
"type": "hyperone",
|
||||||
"source_image": "5c3fef425ceadc3d412beee5",
|
"source_image": "ubuntu",
|
||||||
"disk_size": 10,
|
"disk_size": 10,
|
||||||
"vm_type": "a1.nano",
|
"vm_type": "a1.nano",
|
||||||
"image_name": "packerbats-minimal-{{timestamp}}"
|
"image_name": "packerbats-minimal-{{timestamp}}"
|
||||||
|
|
Loading…
Reference in New Issue