Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload-artifact@v3 -> upload-artifact@v4, vmware hwver 12->13 (new minimum), remove unsupported "freebsd" tools directive #308

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/workflows/robox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
export PACKER_LOG_PATH=packer-cache-m64.txt ; packer validate packer-cache-m64.json &>> packer-validate.txt && printf "File + packer-cache-m64.json\n" || { printf "File - packer-cache-m64.json\n\n\n" ; unset PACKER_LOG ; unset PACKER_LOG_PATH ; packer validate packer-cache-m64.json ; exit 1 ; }
date +"%nFinished Cache box validation at %r on %x%n"
- name: Archive Log Files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: validate-logs
Expand Down
4 changes: 2 additions & 2 deletions developer-ova-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"disk_type_id": "0",
"cpus": 4,
"memory": 4096,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down
4 changes: 2 additions & 2 deletions developer-vmware-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"disk_type_id": "0",
"cpus": 4,
"memory": 4096,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down
20 changes: 10 additions & 10 deletions generic-vmware-x32.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
"disk_type_id": "0",
"cpus": 2,
"memory": 2048,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down Expand Up @@ -276,9 +276,9 @@
"disk_type_id": "0",
"cpus": 2,
"memory": 2048,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down Expand Up @@ -329,9 +329,9 @@
"disk_type_id": "0",
"cpus": 2,
"memory": 2048,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down Expand Up @@ -382,9 +382,9 @@
"disk_type_id": "0",
"cpus": 2,
"memory": 2048,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down Expand Up @@ -435,9 +435,9 @@
"disk_type_id": "0",
"cpus": 2,
"memory": 2048,
"version": "12",
"version": "13",
"vmx_data_post": {
"virtualHW.version": "12",
"virtualHW.version": "13",
"cleanShutdown": "TRUE",
"softPowerOff": "FALSE",
"ethernet0.virtualDev": "e1000",
Expand Down
Loading