fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 21:13:24 -06:00
parent 8acec7055a
commit b9d94f3675
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ platforms:
- name: control1
box: generic/ubuntu2204
memory: 1024
memory: 512
cpus: 1
groups:
- k3s_cluster
@@ -23,7 +23,7 @@ platforms:
- name: control2
box: generic/debian11
memory: 1024
memory: 512
cpus: 1
groups:
- k3s_cluster
@@ -34,7 +34,7 @@ platforms:
- name: control3
box: generic/rocky9
memory: 1024
memory: 512
cpus: 1
groups:
- k3s_cluster
@@ -45,7 +45,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 1024
memory: 512
cpus: 1
groups:
- k3s_cluster
@@ -61,7 +61,7 @@ platforms:
- name: node2
box: generic/rocky9
memory: 1024
memory: 512
cpus: 1
groups:
- k3s_cluster