More output for builds.
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
- uses: greg-hellings/make-space@main
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -48,7 +49,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
./packerio build -var-file=${{ matrix.distro }} -var "qemu_accelerator=none" -except=upload sources
|
./packerio build -var-file=${{ matrix.distro }} -var "qemu_accelerator=tcg" -except=upload sources
|
||||||
env:
|
env:
|
||||||
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
|
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
|
||||||
PACKER_LOG: 1
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ boot_command = [
|
|||||||
"auto=true priority=critical ",
|
"auto=true priority=critical ",
|
||||||
"DEBIAN_FRONTEND=noninteractive ",
|
"DEBIAN_FRONTEND=noninteractive ",
|
||||||
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ",
|
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ",
|
||||||
|
"console=ttyS0 ",
|
||||||
"<enter><wait1>"
|
"<enter><wait1>"
|
||||||
]
|
]
|
||||||
ssh_handshake_attempts = 1000
|
ssh_handshake_attempts = 1000
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ iso = {
|
|||||||
boot_wait = "3s"
|
boot_wait = "3s"
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<enter><enter><wait1><f6><esc><wait><bs><bs><bs><bs>",
|
"<enter><enter><wait1><f6><esc><wait><bs><bs><bs><bs>",
|
||||||
|
"console=ttyS0 ",
|
||||||
"autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/<enter><wait>"
|
"autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/<enter><wait>"
|
||||||
]
|
]
|
||||||
ssh_handshake_attempts = 1000
|
ssh_handshake_attempts = 1000
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ iso = {
|
|||||||
boot_wait = "15s"
|
boot_wait = "15s"
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<down><down><down><end><bs><bs><bs>",
|
"e<down><down><down><end><bs><bs><bs>",
|
||||||
|
"console=ttyS0 ",
|
||||||
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
|
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
|
||||||
]
|
]
|
||||||
ssh_handshake_attempts = 1000
|
ssh_handshake_attempts = 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user