fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 19:59:25 -06:00
parent fc8ab77be4
commit 8acec7055a
6 changed files with 43 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ platforms:
- name: control1
box: generic/ubuntu2204
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -24,7 +24,7 @@ platforms:
- name: control2
box: generic/debian11
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -35,7 +35,7 @@ platforms:
- name: control3
box: generic/rocky9
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -46,7 +46,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node
@@ -62,7 +62,7 @@ platforms:
- name: node2
box: generic/rocky9
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node

View File

@@ -7,7 +7,7 @@ platforms:
- name: control1
box: generic/ubuntu2204
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -23,7 +23,7 @@ platforms:
- name: control2
box: generic/ubuntu2204
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -39,7 +39,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 1024
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node

View File

@@ -6,8 +6,8 @@ driver:
platforms:
- name: control1
box: generic/ubuntu2204
memory: 4096
cpus: 4
memory: 1024
cpus: 1
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405