From e7c3edc14403a8f36024b33941f6165ef8932184 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 29 Nov 2022 11:39:15 +0100 Subject: [PATCH] jobs/update-osmo-ci: order nodes alphabetically Make it easier to compare the list with: https://jenkins.osmocom.org/jenkins/computer/ Change-Id: I6e132c5768bf09271ffcfe8eec8311ff5d7e28df --- jobs/update-osmo-ci-on-slaves.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml index a23c44d8..6f41da16 100644 --- a/jobs/update-osmo-ci-on-slaves.yml +++ b/jobs/update-osmo-ci-on-slaves.yml @@ -6,18 +6,18 @@ type: slave name: label values: - - simtester - - host2-deb11build-ansible - build2-deb9build-ansible - build2-deb10build-ansible - build3-deb11build-ansible + - gtp0-deb9build + - gtp0-deb10fr + - host2-deb11build-ansible + - osmo-gsm-tester-prod + - osmo-gsm-tester-rnd - rpi4-raspbian11build-ansible-1 - rpi4-raspbian11build-ansible-2 - rpi4-raspbian11build-ansible-3 - - gtp0-deb9build - - gtp0-deb10fr - - osmo-gsm-tester-prod - - osmo-gsm-tester-rnd + - simtester properties: - build-discarder: days-to-keep: 30