Skip to content

Commit 7e2badc

Browse files
committed
.zuul: Use less cryptic names for the nodes
The name of a node in a nodeset is meant to be a human-readable name. A name with an obscure prefix like 'ci-node-' makes it look more profound than it really is. containers#1206
1 parent e8bc28e commit 7e2badc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.zuul.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
timeout: 3600
4444
nodeset:
4545
nodes:
46-
- name: ci-node-rawhide
46+
- name: fedora-rawhide
4747
label: cloud-fedora-rawhide
4848
pre-run: playbooks/setup-env.yaml
4949
run: playbooks/system-test.yaml
@@ -54,7 +54,7 @@
5454
timeout: 1200
5555
nodeset:
5656
nodes:
57-
- name: ci-node-36
57+
- name: fedora-36
5858
label: cloud-fedora-36
5959
pre-run: playbooks/setup-env.yaml
6060
run: playbooks/system-test.yaml
@@ -65,7 +65,7 @@
6565
timeout: 1200
6666
nodeset:
6767
nodes:
68-
- name: ci-node-35
68+
- name: fedora-35
6969
label: cloud-fedora-35
7070
pre-run: playbooks/setup-env.yaml
7171
run: playbooks/system-test.yaml

0 commit comments

Comments
 (0)