Skip to content

Commit

Permalink
use regular VM until the k1s problem is resolved (#1421)
Browse files Browse the repository at this point in the history
use regular VM until the k1s problem is resolved

We cannot spawn containers. This is a workaround to use VM instead.
  • Loading branch information
goneri authored Mar 24, 2022
1 parent 7a3faa7 commit 6dcaecd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zuul.sf.d/nodesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: container-ansible
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu

# We don't have CentOS8 Stream yet
- nodeset:
Expand Down Expand Up @@ -326,29 +326,29 @@
name: ansible-tox-linters
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu

- nodeset:
name: ansible-galaxy-importer
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu

- nodeset:
name: ansible-tox-py38
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu

- nodeset:
name: ansible-tox-py39
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu


- nodeset:
name: ansible-tox-py310
nodes:
- name: controller
label: zuul-worker-ansible
label: ansible-fedora-35-1vcpu

0 comments on commit 6dcaecd

Please sign in to comment.