More output for builds.

This commit is contained in:
Greg Hellings
2022-05-27 13:31:30 -05:00
parent 6b19a145f7
commit 5cf7e37729
4 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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