mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:49:33 +00:00
Silence vagrant progress output
Add --no-tty flag to all `vagrant up` commands to silence the printing of box loading progress Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
9deef77eef
commit
08c6c7423b
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
name: k3s
|
||||
path: tests/install/${{ matrix.vm }}
|
||||
- name: "Vagrant Up"
|
||||
run: vagrant up --no-provision
|
||||
run: vagrant up --no-tty --no-provision
|
||||
- name: "Upload k3s binary to VM"
|
||||
run: |
|
||||
chmod +x k3s
|
||||
|
||||
4
.github/workflows/nightly-install.yaml
vendored
4
.github/workflows/nightly-install.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: "Vagrant Plugin(s)"
|
||||
run: vagrant plugin install vagrant-k3s vagrant-reload
|
||||
- name: "Vagrant Up ⏩ Install K3s"
|
||||
run: vagrant up
|
||||
run: vagrant up --no-tty
|
||||
- name: "⏳ Node"
|
||||
run: vagrant provision --provision-with=k3s-wait-for-node
|
||||
- name: "⏳ CoreDNS"
|
||||
@@ -56,4 +56,4 @@ jobs:
|
||||
- name: "k3s-status"
|
||||
run: vagrant provision --provision-with=k3s-status
|
||||
- name: "k3s-procps"
|
||||
run: vagrant provision --provision-with=k3s-procps
|
||||
run: vagrant provision --provision-with=k3s-procps
|
||||
|
||||
Reference in New Issue
Block a user