fix(ci): self-hosted

This commit is contained in:
Timothy Stewart
2024-01-23 18:43:42 -06:00
parent 2d0716b91e
commit 069b9b1371
3 changed files with 18 additions and 18 deletions

View File

@@ -9,8 +9,8 @@ platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -25,8 +25,8 @@ platforms:
- name: control2 - name: control2
box: generic/debian11 box: generic/debian11
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -36,8 +36,8 @@ platforms:
- name: control3 - name: control3
box: generic/rocky9 box: generic/rocky9
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -47,8 +47,8 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- node - node
@@ -63,8 +63,8 @@ platforms:
- name: node2 - name: node2
box: generic/rocky9 box: generic/rocky9
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

@@ -8,8 +8,8 @@ driver:
platforms: platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -24,8 +24,8 @@ platforms:
- name: control2 - name: control2
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -40,8 +40,8 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 4096
cpus: 1 cpus: 4
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

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