Skip to content

Commit

Permalink
.zuul: Use less cryptic names for the nodes
Browse files Browse the repository at this point in the history
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.

#1206
  • Loading branch information
debarshiray committed Dec 20, 2022
1 parent e8bc28e commit 7e2badc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
timeout: 3600
nodeset:
nodes:
- name: ci-node-rawhide
- name: fedora-rawhide
label: cloud-fedora-rawhide
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml
Expand All @@ -54,7 +54,7 @@
timeout: 1200
nodeset:
nodes:
- name: ci-node-36
- name: fedora-36
label: cloud-fedora-36
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml
Expand All @@ -65,7 +65,7 @@
timeout: 1200
nodeset:
nodes:
- name: ci-node-35
- name: fedora-35
label: cloud-fedora-35
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml
Expand Down

0 comments on commit 7e2badc

Please sign in to comment.